代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/360606/10085376

m ex9_13.m

% % In this example we plot the constant operating power gain % circle and choose a load reflection coefficient G_L. % Based on this G_L the input reflection coefficient is computed % %
www.eeworm.com/read/163777/10145776

m program_6_4.m

% Program 6_4 % Gray-Markel Cascaded Lattice Structure % Development % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector % a
www.eeworm.com/read/163777/10145778

m program_6_5.m

% Program 6_5 % Transfer Function of Gray-Markel Cascaded % Lattice Structure from the Lattice and % Feedforward Parameters % k is the lattice parameter vector % alpha is the vector of feedforwar
www.eeworm.com/read/163777/10145780

m program_6_2.m

% Program 6_2 % Parallel Realizations of an IIR Transfer Function % num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [r1,p1,k1] = residuez(num,den
www.eeworm.com/read/359349/10153898

m zpole.m

%=========================================================== % 程序名:zpole.m % 本程序绘制系统函数的零点、极点在s平面上的分布图,同时绘制 % 出系统的冲击响应曲线。 % A:系统函数分母多项式系数向量,实验者从键盘上输入 % B:系统函数分子多项式系数向量,实验者从键盘上输入 % p:函数返回的系
www.eeworm.com/read/359349/10154032

m ha2hz.m

% Name:Ha2Hz % This program is used to compute the system function from % an analog lowpass filter using the impusle invariance transformation % b:The numerator coefficient vector of Ha(s) % a:The
www.eeworm.com/read/359349/10154065

m a_filter.m

num=input('input the numerator polynomial coefficient vector =:'); den=input('input the denominator polynomial coefficient vector =:'); reg=input('input the frequency region w='); w=0:0.01*reg:2*pi
www.eeworm.com/read/359349/10154086

m ha2hz_im.m

% Name:Ha2Hz_im % This program is used to compute the system function from % an analog lowpass filter using the impusle invariance transformation % b:The numerator coefficient vector of Ha(s) % a:
www.eeworm.com/read/359349/10154144

m zpole_tr.m

%=========================================================== % Program name:zpole_tr.m % This program is used to plot the zeor-pole diagram,the impulse response and % the frequency response cu
www.eeworm.com/read/359349/10154156

m ha2hz_bi.m

% Name:Ha2Hz_im % This program is used to compute the system function from % an analog lowpass filter using the bilinear transformation % b:The numerator coefficient vector of Ha(s) % a:The denomi