代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/430124/8765064
h fft.h
#define PI 3.141592653589793238
typedef struct POLYNOMAIL
{
int MaxExp;
int* Coefficient;
}poly;
typedef struct COMPLEX_NUMBER
{
double real;
double imagine;
}MyComplex;
void In
www.eeworm.com/read/384426/8871207
m mfcc.m
% mfcc - Mel frequency cepstrum coefficient analysis.
% [ceps,freqresp,fb,fbrecon,freqrecon] = ...
% mfcc(input, samplingRate, [frameRate])
% Find the cepstral coefficients (ceps) corresponding t
www.eeworm.com/read/428167/8886005
m mfcc.m
% mfcc - Mel frequency cepstrum coefficient analysis.
% [ceps,freqresp,fb,fbrecon,freqrecon] = ...
% mfcc(input, samplingRate, [frameRate])
% Find the cepstral coefficients (ceps) corresponding t
www.eeworm.com/read/378919/9212983
m fdipole.m
% FDIPOLE Provides VSWR, reflection coefficient and input impedance
% for a folded dipole.
%
% [VSWR, RHO, ZIN] = FDIPOLE(L,A,D,C,F,ZD)
%
% L is the dipole length, A is
www.eeworm.com/read/176500/9495667
m sqrtadf.m
function SQRTADF
% program to illustrate adaptive filtering using
% the square root RLS algorithm
% X delayed input data vector
% Y measured signal
% W coefficient vec
www.eeworm.com/read/176500/9495771
m lmsadf.m
function LMSADF
%program to illustrate adaptive filtering using the LMS algorithms
% X delayed input data vector
% Y measured signal
% W coefficient vector
% E en
www.eeworm.com/read/168454/9912342
m sqrtadf.m
function SQRTADF
% program to illustrate adaptive filtering using
% the square root RLS algorithm
% X delayed input data vector
% Y measured signal
% W coefficient vec
www.eeworm.com/read/168454/9912449
m lmsadf.m
function LMSADF
%program to illustrate adaptive filtering using the LMS algorithms
% X delayed input data vector
% Y measured signal
% W coefficient vector
% E en
www.eeworm.com/read/168118/9937436
m theodef.m
function theodef(action,arg2)
% THEODEF is the central part of a dialog used by LOGEDIT to define
% reflection coefficient sections. Inititate the dialog by calling
% THEODEFINIT and finish
% it
www.eeworm.com/read/168118/9937500
m theodefine.m
function theodefine(action,arg2)
% THEODEFINE is the central part of a dialog used by LOGSEC to define
% reflection coefficient sections. Inititate the dialog by calling
% THEODEFINEINIT and finish
%