Unformatted text preview:

36 CONTROL OF A HIGH-SPEED VEHICLE 134 36 Control of a High-Speed Vehicle An instability in certain aircraft and in some high-speed marine vehicles is characterized by a pair of complex right-half plane poles, and is due to inadequate aerodynamic stability. It is particularly pronounced in highly maneuverable craft, where open-loop stability in the physical design has been intentionally traded off against agility. In this problem, you will use the Nyquist criterion to bring such a vehicle under control and to achieve specific performance and robustness properties. 1. The transfer function taking the elevator control surface command into the pitch of the vehicle is given as y(s) 2(s +2) P (s)= = u(s) s2 − 0.2s +16 Confirm that this is an unstable system by both stating the poles and by plotting the impulse response. 2. Plot the complex loci for this plant. This means plotting the real versus the imaginary parts of P (s), s = jω,for ω going from zero to infinity. Then plot this same curve again, negating the imaginary part, and you then have covered the range of ω from [−∞, ∞]. Use logarithmically-spaced frequencies. 3. Applying the Nyquist criterion to this plot, can the vehicle be stabilized with unity feedback gain, i.e., C(s) = 1? If so, comment on whether it is a useful feedback system. 4. We need to achieve through feedback a) integral action, b) a phase margin of 30-40 degrees, and c) a gain margin of at least two. To do this, design a controller C(s)with the following properties: • a real pole just to the left of the origin, corresponding with an integrator (we want it to be definitely not in the RHP); • a stable complex zero pair that approximately mirrors the unstable plant poles across the imaginary axis, but possibly with a higher damping ratio; • two additional stable, real poles so that the compensator has a high-frequency roll-off behavior. State the complete transfer function of your designed compensator, show that it achieves the desired gain and phase margins on a plot of P (s)C(s) loci, and show a closed-loop step response to prove that it is indeed well-behaved. 1. The plant poles are at s =0.1 ± 4j. Since they are in the right-half plane, the system is unstable. The open-loop response shows an oscillation of growing amplitude. 2. See the figures with loci of P (s) and magnitude |P (s)|.36 CONTROL OF A HIGH-SPEED VEHICLE 135 3. |P (s)| goes to zero at high frequencies, and takes a small but definitely nonzero value for low frequencies. Thus, sweeping s from negative to positive infinity and around the RHP leads to two counterclockwise encirclements of the critical point 1+0j.This is matched by the two unstable poles in the plant, i.e., we do have P = CCW,and the system is stable with unity feedback! It is not a very good design, however, for at least one reason: the magnitude of P (s)C(s) is small at low frequencies, and hence the system will track a reference signal very poorly. A simulation quickly verifies this fact. 4. A feasible compensator is: u(s) 30(s2 +0.4s +16.04)C(s)= = . e(s) (s +0.0001)(s +4)2 As suggested in the problem statement, this solution has a pole very close to the origin but definitely stable, two stable zeros in a mirror configuration plus a little more damping, and two real poles. The mirror configuration zeros provide a clever way to deal with nasty unstable plant poles; the pair roughly cancels the |P (s)| peak. This compensator has quite high gain below about four radians per second, but rolls off to zero at high frequencies. Looking at the loci of the loop transfer function |P (s)C(s)|, we see immediately two CCW encirclements of the critical point, with finite magnitudes. The transi-tion through zero frequency (from small negative to small positive), however, occurs at very large magnitude of P (s)C(s) and is approached at ±90 degrees. We have to ask which way do these lines connect, in the right- or left-half plane? Since the path of s encloses the entire RHP, this path must include a positive, real value - putting a positive real value for s into the loop transfer function shows that the completing portion of the P (s)C(s) loci occurs in the RHP. We are then able to conclude that this loop does not encircle the critical point. The remaining two CCW encirclements match the unstable poles of the plant, P = CCW as before, and the system is stable. The figures show that this design satisfies the gain and phase margin requirements, and that the closed-loop response is acceptable in terms of steady-state error and ringing. Plant Impulse Response 0 1 2 3 4 5 6 7 8 9 10 time, seconds −6 −4 −2 0 2 4 6 y36 CONTROL OF A HIGH-SPEED VEHICLE 136 Loci of Plant P(s) Magnitude |P(s)| −8 −6 −4 −2 0 2 4 6 8 imag(P(s)) ω > 0 ω < 0 −40 −30 −20 −10 0 10 20 30 dB −15 −10 −5 0 5 10−2 100 102 real(P(s)) rad/s Loci of Loop Transfer Function P(s)C(s) Magnitude |P(s)C(s)| −4 −3 −2 −1 0 1 2 3 4 imag(P(s)*C(s)) ω > 0 ω < 0 −60 −40 −20 0 20 40 60 dB −6 −4 −2 0 2 4 6 10−2 100 102 real(P(s)*C(s)) rad/s Closed−loop Step Response 0 0.5 1 1.5 y 0 1 2 3 4 5 6 7 8 9 10 time, seconds36 CONTROL OF A HIGH-SPEED VEHICLE 137 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Design of a flight controller using Nyquist plot. % FSH MIT Mechanical Engineering April 2008 clear all; zP = [-2] ; % zeros in plant pP = [0.1+4*sqrt(-1), 0.1-4*sqrt(-1)] ; % poles in plant kP = 2 ; % gain of plant zC = [-0.2+4*sqrt(-1), -0.2-4*sqrt(-1)] ; % zeros in controller pC = [-4 -4 -0.0001] ; % poles in controller kC = 30 ; % gain of controller w = logspace(-2,2,3000); % (a very dense) frequency vector % compute and plot the plant impulse response sysP = zpk(zP,pP,kP); [y,t] = impulse(sysP,10); % (could also solve the ode explicitly, with a tall % rectangle or triangle approximation for the impulse) figure(1);clf;hold off; subplot(’Position’,[.1 .2 .8 .4]); plot(t,y,’k’,’LineWidth’,2); xlabel(’time, seconds’); ylabel(’y’); title(’Plant Impulse Response’); print -deps flightControl1.eps ; % make up the loci of P(s) % (could also do this in one line with freqresp() !) for i =


View Full Document

MIT 2 017J - CONTROL OF A HIGH-SPEED VEHICLE

Documents in this Course
Load more
Download CONTROL OF A HIGH-SPEED VEHICLE
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view CONTROL OF A HIGH-SPEED VEHICLE and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view CONTROL OF A HIGH-SPEED VEHICLE 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?