代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/154760/11928739

m bicoeff.m

function G = bicoeff(n,k,tol) % BICOEFF Binomial coefficient. % % X = BICOEFF(n,k,TOL) returns the binomial coeff. nCk = n!/[k!(n-k)!] % TOL = required tolerance [Default: TOL = 2e-16]. % % NOT
www.eeworm.com/read/254742/12121239

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/250805/12383873

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/231652/14224700

pas ac1167.pas

program ural1167; const maxn=500; var color:array[1..maxn]of byte; c:array[1..(maxn+1)*maxn div 2]of word; {c[p(x,y)] is the coefficient of unhappiness from the xth horse to the
www.eeworm.com/read/223154/14652321

m partcorrcoef.m

function [R,sig,ci1,ci2] = partcorrcoef(X,Y,Z,Mode); % PARTCORRCOEF calculates the partial correlation coefficient. % X and Y can contain missing values encoded with NaN. % NaN's are skipped, NaN d
www.eeworm.com/read/216263/15022541

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/463239/1538498

v auto_lfsr_param.v

module Auto_LFSR_Param (Y, Clock, Reset); parameter Length = 8; parameter initial_state = 8'b1001_0001; // Arbitrary initial state parameter [1: Length] Tap_Coefficient = 8'b1100_1111;
www.eeworm.com/read/455463/1614720

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/268818/4249482

v auto_lfsr_param.v

module Auto_LFSR_Param (Y, Clock, Reset); parameter Length = 8; parameter initial_state = 8'b1001_0001; // Arbitrary initial state parameter [1: Length] Tap_Coefficient = 8'b1100_1111;
www.eeworm.com/read/194440/8195082

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: