?? exa020804_zplane.m
字號:
%-----------------------------------------------------------------
% exa020804_zplane.m, for example 2.8.4
% to test zplane.m and to obtain the pole-zero plot.
%-----------------------------------------------------------------
clear;
b=[.001836,.007344,.011016,.007374,.001836];
a=[1,-3.0544,3.8291,-2.2925,.55075];
subplot(221);
zplane(b,a); % 求并畫出所給系統(tǒng)的極零圖,該系統(tǒng)為IIR系統(tǒng);
b=[1 -1.7 1.53 -0.68];
a=1;
subplot(222);
zplane(b,a); % 求并畫出第二個系統(tǒng)的極零圖,該系統(tǒng)為FIR系統(tǒng);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -