代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/301474/3839530

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/301474/3839603

m p9_2.m

% Program P9_2 % Coefficient Quantization Effects on Cascade % Realization of an IIR Transfer Function clf; [z,p,k] = ellip(6,0.05,60,0.4); [b,a] = zp2tf(z,p,k); [g,w] = gain(b,a); sos = zp2sos
www.eeworm.com/read/301474/3839675

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/448886/1683438

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/448886/1683511

m p9_2.m

% Program P9_2 % Coefficient Quantization Effects on Cascade % Realization of an IIR Transfer Function clf; [z,p,k] = ellip(6,0.05,60,0.4); [b,a] = zp2tf(z,p,k); [g,w] = gain(b,a); sos = zp2sos
www.eeworm.com/read/448886/1683583

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/378914/2679260

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/378914/2679333

m p9_2.m

% Program P9_2 % Coefficient Quantization Effects on Cascade % Realization of an IIR Transfer Function clf; [z,p,k] = ellip(6,0.05,60,0.4); [b,a] = zp2tf(z,p,k); [g,w] = gain(b,a); sos = zp2sos
www.eeworm.com/read/378914/2679405

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq = a2dT(b,
www.eeworm.com/read/294899/8194568

asm fircircfunc_ext.asm

;FIRcircfunc_ext.asm Function using circular buffer in external memory ;A4=newest sample, B4=coefficient address, A6=filter order ;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1