📄 ex0426b.m
字号:
% Chapter 4: Example 4.11:% zplane function:%b = [1,0]; a = [1, -0.9];w=[0:100]*pi/100;H=freqz(b,a,w);magH=abs(H);phaH=angle(H);subplot(211);plot(w/pi,magH);gridxlabel('frequency in pi units');ylabel('Magnitude');title('Magnitude Response')subplot(212);plot(w/pi,phaH/pi);gridxlabel('frequency in pi units');ylabel('Phase in pi units');title('Phase Response')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -