代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/448315/7535297

m scm_core.m

%SCM_CORE Channel coefficient computation for a geometric channel model % [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=SCM_CORE(SCMPAR, LINKPAR, % ANTPAR, BULKPAR, BSGAIN, BSGAIN_LOS, MSGAIN, MSGAI
www.eeworm.com/read/440750/7682192

m cep2pow.m

function [m,c]=cep2pow(u,v,mode) %CEP2POW convert cepstral means and variances to the power domain % Inputs: % u: vector giving the cepstral means with u(1) the 0'th cepstral coefficient % v
www.eeworm.com/read/439801/7701610

m scm_core.m

%SCM_CORE Channel coefficient computation for a geometric channel model % [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=SCM_CORE(SCMPAR, LINKPAR, % ANTPAR, BULKPAR, BSGAIN, BSGAIN_LOS, MSGAIN, MSGAI
www.eeworm.com/read/296595/8089040

c iir.c

//IIR.c IIR filter using cascaded Direct Form II //Coefficients a's and b's correspond to b's and a's from MATLAB #include "bs1750.cof" //BS @ 1750 Hz coefficient file short dly[stages][
www.eeworm.com/read/245564/12794020

c iir.c

//IIR.c IIR filter using cascaded Direct Form II //Coefficients a's and b's correspond to b's and a's from MATLAB #include "bs1750.cof" //BS @ 1750 Hz coefficient file short dly[stages][
www.eeworm.com/read/243623/12931334

m poly2c.m

function poly2 % poly2 forms a recursive fifth order polyphase filter and examines a number of its properties clg; a0=input(' enter a0 coefficient of path 0 (eg 0.164 or .190) > ') ; a1=input('
www.eeworm.com/read/243168/12957809

c fir_pcm.c

//Fir_pcm.c FIR using PCM3003 codec #include "bp41.cof" //coefficient file BP @ Fs/8 int yn = 0; //initialize filter's output short dly[N]; //delay samples flo
www.eeworm.com/read/243168/12957963

c iir.c

//IIR.c IIR filter using cascaded Direct Form II //Coefficients a's and b's correspond to b's and a's from MATLAB #include "bs1750.cof" //BS @ 1750 Hz coefficient file short dly[stages][
www.eeworm.com/read/320176/13431600

m pow2cep.m

function [u,v]=pow2cep(m,c,mode) %CEP2POW convert cepstral means and variances to the power domain % for now, we insist that u is a row vector % cepstral vector includes the 0'th coefficient % mod
www.eeworm.com/read/320172/13431685

m pow2cep.m

function [u,v]=pow2cep(m,c,mode) %CEP2POW convert cepstral means and variances to the power domain % for now, we insist that u is a row vector % cepstral vector includes the 0'th coefficient % mod