- 6
- 0
- 约4.97千字
- 约 63页
- 2018-10-18 发布于山东
- 举报
(a) Design an autopilot so that the response to a step elevator input has a rise time of 1 sec or less and an overshoot less than 10%. (b) Design an autopilot that will command the trim so as to drive the steady state value of to zero for an arbitrary constant moment as well as meet the specifications in part (a). [solution] (a) First, we try proportional control to look at the system characteristics. - + Draw the root locus with respect to parameter . MATLAB program a = [ 1, 2.5 ] ; b = [ 1, 0.7 ] ; c = [ 1, 5, 40 ] ; d = [ 1, 0.03, 0.06 ] ; G = tf ( conv ( a, b
原创力文档

文档评论(0)