代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/360266/10105243

m scm_core.m

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

m wave2gray.m

function w = wave2gray(c, s, scale, border) %WAVE2GRAY Display wavelet decomposition coefficients. % W = WAVE2GRAY(C, S, SCALE, BORDER) displays and returns a % wavelet coefficient image. % %
www.eeworm.com/read/359245/10159643

m exa3_6.m

% exa3-6_latcfilt.m , for example3-6 %to test latcfilt.m and to realize filtering with LATTICE coefficient. clear; % 给定 IIR系统; B=[0.0201 0 -0.0402 0 0.0201]; A=[1 -1.637 2.237 -1.307 0.641];
www.eeworm.com/read/357618/10204679

m cos_taper.m

function coef=cos_taper(sp,ep,samp) % COS_TAPER: used by KIRK_MIG % coefficients of cos taper % % coef=cos_taper(sp,ep,samp) % % coef: coefficient with length (start-end)/samp + 1 % sp:
www.eeworm.com/read/357506/10208413

m program_12_1.m

% Program 12_1 % Coefficient Quantization Effects on the frequency % response of a direct form IIR filter clf; [b,a] = ellip(5,0.4,50,0.4); [h,w] = freqz(b,a,512); g = 20*log10(abs(h)); % Trunc
www.eeworm.com/read/277959/10590709

m exa3_6.m

% exa3-6_latcfilt.m , for example3-6 %to test latcfilt.m and to realize filtering with LATTICE coefficient. clear; % 给定 IIR系统; B=[0.0201 0 -0.0402 0 0.0201]; A=[1 -1.637 2.237 -1.307 0.641];
www.eeworm.com/read/418342/10952625

m wave2gray.m

function w = wave2gray(c, s, scale, border) %WAVE2GRAY Display wavelet decomposition coefficients. % W = WAVE2GRAY(C, S, SCALE, BORDER) displays and returns a % wavelet coefficient image. % %
www.eeworm.com/read/416230/11037566

m program_12_1.m

% Program 12_1 % Coefficient Quantization Effects on the frequency % response of a direct form IIR filter clf; [b,a] = ellip(5,0.4,50,0.4); [h,w] = freqz(b,a,512); g = 20*log10(abs(h)); % Trunc
www.eeworm.com/read/455490/7370749

m cos_taper.m

function coef=cos_taper(sp,ep,samp) % COS_TAPER: used by KIRK_MIG % coefficients of cos taper % % coef=cos_taper(sp,ep,samp) % % coef: coefficient with length (start-end)/samp + 1 % sp:
www.eeworm.com/read/448259/7535881

m exa3_6.m

% exa3-6_latcfilt.m , for example3-6 %to test latcfilt.m and to realize filtering with LATTICE coefficient. clear; % 给定 IIR系统; B=[0.0201 0 -0.0402 0 0.0201]; A=[1 -1.637 2.237 -1.307 0.641];