- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Exam.2. fig.: with a speed feedback 2th order system。 Analyze the action of speed feedback 。 Open-loop TF Closed-loop TF so ,wn=constant, transient performance goes good. When speed feedback is used, select appropriately kt, make ξincrease appropriately to decrease over-shoot, increase response speed, make the system satisfy all the requests. Exam.3 following fig. is a 2th order system with proportion-differential control,output is controlled by deviation and its differential 。Analyze the action of proportion-differential correction。 Open-loop TF Duo to wn is a constant too, Equivalent damped ratio make the б% ↓ ,ts ↓. And, proportion-differential control adds system a closed loop zero s=-1/ Td, front calculation results are no longer appropriate.but in general,good transient performance can be reached. In fig (b), From σ%= =16% tp=1.14s How to analyze a high order system: 5. relation between step response and zeros and poles (1). relation between step response and zeros assume a closed loop negative real zero be added, its output changes to, (2). relation between step response and poles assume a closed loop negative real pole be added, its output changes to *.1传递函数 *.2传递函数的特征根及零极点图 *.3 控制系统的方框图模型 *.4 控制系统的零极点模型 ** 用MATLAB和SIMULINK进行瞬态响应分析 *.1 单位脉冲响应 当输入信号为单位脉冲函数δ(t)时,系统输出为单位脉冲响应,MATLAB中求取脉冲响应的函数为impulse( ),其调用格式为 [y,x,t]=impulse(num,den,t) 或 impulse(num,den) 式中G(s)=num/den; t为仿真时间; y为时间t的输出响应;x为时间t的状态响应。 *.2 单位阶跃响应 *.3 斜坡响应 在MATLABA中没有斜坡响应命令,因此,需要利用阶跃响应命令来求斜坡响应。根据单位斜坡响应输入是单位阶跃输入的积分。当求传递函数为的斜坡响应时,可先用除得,再利用阶跃响应命令即可求得斜坡响应。 *.4 任意函数作用下系统的响应 *.5 Simulink中的时域响应举例 有了多项式的输入,系统的传递函数在MATLAB下可由其分子和分母多项式唯一地确定出来,其格式为 sys=tf(num,den) 其中num为分子多项式,den为分母多项式 num=[b0,b1,b2,…,bm];den=[a0,a1,a2,…,an]; 对于其它复杂的表达式,如 可由下列语句来输入 num=conv([1,1],conv([1,2,6],[1,2,6])); den=conv([1,0,0],conv([1,3],[1,2,3,4]))
文档评论(0)