代码搜索:Realization

找到约 607 项符合「Realization」的源代码

代码结果 607
www.eeworm.com/read/378914/2679416

m p2_6.m

% Program P2_6 % Cascade Realization clf; x = [1 zeros(1,40)]; % Generate the input n = 0:40; % Coefficients of 4th order system den = [1 1.6 2.28 1.325 0.68]; num = [0.06 -0.19 0.27 -0.26 0.12]; % Co
www.eeworm.com/read/334933/3360424

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/334933/3360570

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/301474/3839524

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/301474/3839670

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/448886/1683432

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/448886/1683578

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/378914/2679254

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/378914/2679400

m p9_1.m

% Program P9_1 % Coefficient Quantization Effects on Direct Form % Realization of an IIR Transfer Function clf; [b,a] = ellip(6,0.05,60,0.4); [g,w] = gain(b,a); bq = a2dT(b,5);aq = a2dT(a,5); [gq,w] =
www.eeworm.com/read/460712/7105665

m zpk2schr.m

function sys=zpk2schr(Z,P,k) % ZPK2SCHR Zeros-poles-gain to real Schur system realization form. % SYS = ZPK2SCHR(Z,P,K) converts zeros-poles-gain format to real % Schur system rea