说明: IIR切比雪夫低通数字滤波器.html wp=0.2*pi;ws=0.6*pi;rp=3;rs=40; %数字滤波器指标 Omgp=tan(wp/2) Omgs=tan(ws/2) %转化为模拟滤波器指标(K=1) Fs=0.5; %模拟原型滤波器计算 [N,wo]=cheb1ord(Omgp,Omgs,rp,rs,'s')%计算阶数N和截止频率wo [b,a]=cheby1(N,rp,wo,'s') %求原型滤波器系数b,a [Ha,Omg]=freqs(b,a); %求模拟系统频率特性 d
<zuo3707> 在 上传 | 大小:8192