第8讲 系统分析32.pptVIP

  • 1
  • 0
  • 约 32页
  • 2017-06-28 发布于河南
  • 举报
第8讲 系统分析32

第八讲 系统的分析 ;;num=[3 16 41 28];den=[1 14 110 528 1494 2117 112]; %系统描述 [z,p,k]=tf2zp(num,den) %求系统的零极点 ii=find(real(z)0) n1=length(ii); %检验零点的实部;求取零点实部大于零的个数 jj=find(real(p)0) n2=length(jj); %检验极点的实部;求取极点实部大于零的个数 if(n20) disp(the system is unstable) disp(the unstable pole are:) disp(p(jj)) else disp(the system is stable) end %判断系统是否稳定 if(n10) disp(the system is a nonminimal phase one) else disp(the syetem is a minimal phase one) end %判断系统是否为最小相位系统 pzmap(p,z) %绘制零极点图 p z;运行结果为: the system is stable the syetem is a minimal phase one p = -1.9474 + 5.0282

文档评论(0)

1亿VIP精品文档

相关文档