代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/103192/6220796

txt maxmin.txt

SUMMARY maximum and minimum routines. #include cProc max, parmW a parmW b cProc min, parmW a parmW b cProc lmax, parmD a parmD b cProc lmin,
www.eeworm.com/read/101015/6262240

txt maxmin.txt

SUMMARY maximum and minimum routines. #include cProc max, parmW a parmW b cProc min, parmW a parmW b cProc lmax, parmD a parmD b cProc lmin,
www.eeworm.com/read/493294/6400312

m mst_dd.m

%MST_DD Minimum Spanning Tree Data Description. % % [W,TREE,A] = MST_DD(A,FRACREJ,N) % % INPUT % A one-class dataset % FRACREJ fraction rejection [0,1]; (default 0.1) % N
www.eeworm.com/read/492400/6422283

m mst_dd.m

%MST_DD Minimum Spanning Tree Data Description. % % [W,TREE,A] = MST_DD(A,FRACREJ,N) % % INPUT % A one-class dataset % FRACREJ fraction rejection [0,1]; (default 0.1) % N
www.eeworm.com/read/483253/6601812

m lpcrand.m

function ar=lpcrand(p,n,bw) % generate n random stable polynomials of order p with a minimum pole % bandwidth of bw*fs where fs is the sampling fequency. % To limit the pole radius to r set bw=-log
www.eeworm.com/read/400584/11572419

m demo2.m

function demo2 %DEMO2 Demo for usage of DIFFERENTIALEVOLUTION. % DEMO2 starts searching the minimum of Shekel's Foxholes as a demo. % Modify this function for your first optimization. % % Markus B
www.eeworm.com/read/400577/11573432

m im_minf.m

%IM_MINF Minimum filter of images stored in a dataset (DIP_Image) % % B = IM_MINF(A,SIZE,SHAPE) % B = A*IM_MINF([],SIZE,SHAPE) % % INPUT % A Dataset with object images dataset (possibly multi
www.eeworm.com/read/400576/11573536

m mst_dd.m

%MST_DD Minimum Spanning Tree Data Description. % % [W,TREE,A] = MST_DD(A,FRACREJ,N) % % INPUT % A one-class dataset % FRACREJ fraction rejection [0,1]; (default 0.1) % N
www.eeworm.com/read/158402/11621056

nachos

#!/bin/sh # Shell-script front-end to run Nachos. # Simply sets terminal to a minimum of one byte to complete a read and # disables character echo. Restores original terminal state on exit. onexit (
www.eeworm.com/read/346459/11743189

m mvdr.m

function [an,e] = mvdr(x,m,varargin) % MVDR Minimum Variance Distortionless Response model % A = MVDR(X,P) finds the coefficients, A=[ 1 A(2) ... A(P+1) ], % of an Nth order MVDR all-pole model filter