Matlab与控制系统仿真部分习题答案Matlab与控制系统仿真部分习题答案.doc

Matlab与控制系统仿真部分习题答案Matlab与控制系统仿真部分习题答案.doc

  1. 1、本文档共29页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Matlab与控制系统仿真部分习题答案Matlab与控制系统仿真部分习题答案

【4.2】 程序: num=[5,0];den=conv([1,1],conv([1,2],[1,3])); [numc,denc]=cloop(num,den); [z,p,k]=tf2zp(numc,denc); [A,B,C,D]=tf2ss(numc,denc); g_zp=zpk(z,p,k) g_tf=tf(numc,denc) g_ss=ss(A,B,C,D) 运行结果: Zero/pole/gain: 5 s ---------------------------------- (s+0.4432) (s^2 + 5.557s + 13.54) Transfer function: 5 s ---------------------- s^3 + 6 s^2 + 16 s + 6 a = x1 x2 x3 x1 -6 -16 -6 x2 1 0 0 x3 0 1 0 b = u1 x1 1 x2 0 x3 0 c = x1 x2 x3 y1 0 5 0 d = u1 y1 0 【4.3】程序: A=[0 0 0 -1;1 0 0 -2;0 1 0 -3;0 0 1 -4]; B=[0;0;0;1]; C=[1 0 0 0]; g_ss=ss(A,B,C,D) [num,den]=ss2tf(A,B,C,D); g_tf=tf(num,den) [z,p,k]=ss2zp(A,B,C,D); g_zpk=zpk(z,p,k) 运行结果: a = x1 x2 x3 x4 x1 0 0 0 -1 x2 1 0 0 -2 x3 0 1 0 -3 x4 0 0 1 -4 b = u1 x1 0 x2 0 x3 0 x4 1 c = x1 x2 x3 x4 y1 1 0 0 0 d = u1 y1 0 Continuous-time model. Transfer function: -3.109e-015 s^3 - s^2 - 3.331e-015 s - 4.441e-016 ------------------------------------------------- s^4 + 4 s^3 + 3 s^2 + 2 s + 1 Zero/pole/gain: - s^2 ---------------------------------------------- (s+0.6724) (s+3.234) (s^2 + 0.0936s + 0.4599) 【5.1】 程序 num=[0,10]; den=conv([1,0],[1,7,17]); [numc,denc]=cloop(num,den,-1); G=tf(numc,denc) [y,t]=step(G); plot(t,y,b-) C=dcgain(G); n=1; while y(n)0.1*C n=n+1; end m=1; while y(m)0.9*C m=m+1; end risetime=t(m)-t(n) [Y,k]=max(y); percentovershoot=100*(Y-C)/C i=length(t); while(y(i)0.98*C)(y(i)1.02*C) i=i-1; end settlingtime=t(i) 运行结果: Transfer function: 10 ----------------------- s^3 + 7 s^2 + 17 s + 10 risetime = 2.7312 percentovershoot = -0.4399 settlingtime = 5.1372 图: 程序 k=[10,100,1000]; t=linspace(1,20,200); num=1; den=conv([1,0],[1,7,17]); for j=1:3; s1=tf(num*k(j),den); sys=feedback(s1

文档评论(0)

pfenejiarz + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档