?? example6_11.m
字號:
Wp=0.2*pi;Ws=0.3*pi;Rp=1;As=16;
Ripple=10^(-Rp/20);Attn=10^(-As/20);
%Analog filter design:
[b,a]=afd_chb1(Wp,Ws,Rp,As)
%Chebyshev-1 Filter Order=4
% Calculation of second-order sections:
[C,B,A]=sdir2cas(b,a)
%Calculation of Frequency Response:
[db,mag,pha,w]=freqs_m(b,a,0.5*pi);
%Calculation of Impulse response:
%[ha,x,t]=impulse(b,a);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -