代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/313888/13579954
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/313884/13580125
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/304082/13801555
m cep2pow.m
function [m,c]=cep2pow(u,v,mode)
%CEP2POW convert cepstral means and variances to the power domain
% for now, we insist that u is a row vector
% cepstral vector must include the 0'th coefficient
%
www.eeworm.com/read/304082/13801580
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/147682/5728067
m asptmvsslms.m
% [w,g,mu,y,e]= asptmvsslms(x,w,g,d,mu,roh,mu_min,mu_max)
%
% Performs filtering and coefficient update using the
% Modified Variable Step Size LMS Adaptive algorithm.
%
% Input Parameters
www.eeworm.com/read/147682/5728121
m asptpbfdaf.m
% [W,X,x,y,e,Px,w]=asptpbfdaf(M,x,xn,dn,X,W,mu,n,c,b,Px)
%
% Performs filtering and coefficient update using the
% Partitioned Block Frequency Domain Adaptive algorithm.
%
% Input Paramete
www.eeworm.com/read/147682/5728123
m asptrcpbfdaf.m
% [W,X,x,y,e,Px,ci,w]=asptrcpbfdaf(M,x,xn,dn,X,W,mu,n,c,b,Px,ci)
%
% Performs filtering and coefficient update using the
% Reduced Complexity Partitioned Block Frequency Domain
% Adapti
www.eeworm.com/read/147682/5728133
m asptsovrls.m
% [w,y,e,R,xb]=asptsovrls(xn,xb,w,d,R,a,L1,L2)
%
% Performs filtering and coefficient update using the
% Second Order Volterra Recursive Least Squares (RLS)
% adaptive algorithm.
%
% I
www.eeworm.com/read/492812/6409805
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/492812/6409858
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][