代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/154843/11923842
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/150238/12302964
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/336521/12439812
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/131520/14142094
m dfdfpmin.m
function fpmin = dfdfpmin(n, Fp, Fs, Kp, Ks)
% dfdfpmin.m DFD minimum normalizing frequency
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.03.07
% tosic@telekom.etf.bg.
www.eeworm.com/read/131520/14142442
m afdxmin.m
function xmin = afdxmin(n, Kp, Ks)
% afdxmin.m AFD minimum selectivity factor
% ksimin(n)
%
% 2:38 16/2/99
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.08
%
www.eeworm.com/read/131520/14142525
m afdxmin.m
function xmin = afdxmin(n, Kp, Ks)
% afdxmin.m AFD minimum selectivity factor
% ksimin(n)
%
% 2:38 16/2/99
%
% Authors: Dejan V. Tosic, Miroslav D. Lutovac, 1999.02.08
%
www.eeworm.com/read/228372/14388136
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/223158/14651680
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/217040/14981485
pas golden.pas
FUNCTION golden(ax,bx,cx,tol: real; VAR xmin: real): real;
(* Programs using routine GOLDEN must supply an external
function func(x:real):real whose minimum is to be found. *)
CONST
r=0.6180339
www.eeworm.com/read/217040/14981559
pas mnbrak.pas
PROCEDURE mnbrak(VAR ax,bx,cx,fa,fb,fc: real);
(* Programs using routine MNBRAK must supply an external
function func(x:real):real for which a minimum is to be found *)
LABEL 1;
CONST
gold=1.6