代码搜索:realization

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

代码结果 607
www.eeworm.com/read/164321/10118321

cpp cas_filter.cpp

/********************************************** * Filename : cas_filter.CPP * * Function : realization of FIR filter with * cas structure * *Par
www.eeworm.com/read/163777/10145770

m program_6_3.m

% Program 6_3 % Cascaded Lattice Realization of an % Allpass Transfer Function % format long den =3D input('Denominator coefficient vector =3D '); k =3D poly2rc(den); knew =3D fliplr(k); disp(
www.eeworm.com/read/163192/10171650

html package.html

The ejb package is ejb realization of the jaction framework
www.eeworm.com/read/357506/10208431

m program_8_4.m

% Program 8_4 % Cascaded Lattice Realization of an % Allpass Transfer Function % format long den = input('Denominator coefficient vector = '); k = poly2rc(den); knew = fliplr(k); disp('The lat
www.eeworm.com/read/280929/10279342

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/280929/10279400

m parfiltr.m

function y = parfiltr(C,B,A,x); % PARALLEL form realization of IIR filters % ---------------------------------------- % [y] = parfiltr(C,B,A,x); % y = output sequence % C = polynomial (FIR) pa
www.eeworm.com/read/280929/10279448

m ladrfilt.m

function [y] = ladrfilt(K,C,x) % LATTICE/LADDER form realization of IIR filters % ---------------------------------------------- % [y] = ladrfilt(K,C,x) % y = output sequence % K = LATTICE (refle
www.eeworm.com/read/160929/10469552

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/160929/10469905

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 =
www.eeworm.com/read/160929/10470297

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,