例1:系统函数为H ?s? ? s3 2s2 ? 5s ?12 ? 4s2 ?14s ? 20 ,完成一幅适当标注的零极点图。 解: MATLAB 代码如下: b=[2 5 12]; a=([1 4 14 20]); SYS=tf(b,a); pzplot( ...
確定! 回上一頁