- 1、本文档共15页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
自動控制與實驗 Bode Plots Advantage of Working with Frequency Response in terms of Bode Plots Bode plots of systems in series (or tandem) simply add which is quite convenient. Bode’s important phase-gain relationship is given in terms of logarithms of phase and gain. Advantage of Working with Frequency Response in terms of Bode Plots A much wider range of system behavior (from low to high frequency behavior) can be displayed on a single plot. Bode plots can be determined experimentally. Dynamic compensator design can be based entirely on Bode plots. Bode Form of the Transfer Function Bode form: all one K0 is transfer function magnitude at very low frequencies. Classes of terms of transfer functions (1) (2) (3) Class1:singularities at the origin Class2: first-order term a) For b) For we call the break point below: magnitude is approximately constant 1 above: magnitude is like class 1 phase a) For b) For c) For Class3:second order term Break point Peak amplitude magnitude change slop +40dB or -40dB phase change +1800 or -1800 Matlab’s Bode Plots bode(num,den) Example: Result: (response of G(s)=1/(s2+s+3)to sint ) Example: KG1=10/s(s2+0.4s+4) KG2=0.01*(s2+0.01s+1)/s2[(s2/4)+0.02(s/2)+1] * * Exp: Exp: G(s) U0sinωt Y(t) U0 ω/(s2+ ω2) ? 1/(s2+s+3) numG=0.01*[1 0.01 1] denG=[0.25 0.01 1 0 0] bode(numG,denG) numG=10 denG=[1 0.4 4 0] bode(numG,denG) * * * * *
文档评论(0)