exp8_14.m
来自「是Digital signal processing--using Matlab」· M 代码 · 共 7 行
M
7 行
wp=0.2*pi;ws=0.3*pi;rp=7;as=16;
[b,a]=afd_butt(wp,ws,rp,as)
[C,B,A]=sdir2cas(b,a)
%Caculation of the frequency response
[db,mag,pha,w]=freqs_m(b,a,0.5*pi)
%Caculation of the impulse response
[ha,x,t]=impulse(b,a)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?