Design Case Studies    

Yaw Damper for a 747 Jet Transport

This case study demonstrates the tools for classical control design by stepping through the design of a yaw damper for a 747 jet transport aircraft.

The jet model during cruise flight at MACH = 0.8 and H = 40,000 ft. is

The following commands specify this state-space model as an LTI object and attach names to the states, inputs, and outputs.

You can display the LTI model sys by typing sys. MATLAB responds with

The model has two inputs and two outputs. The units are radians for beta (sideslip angle) and phi (bank angle) and radians/sec for yaw (yaw rate) and roll (roll rate). The rudder and aileron deflections are in radians as well.

Compute the open-loop eigenvalues and plot them in the -plane.

This model has one pair of lightly damped poles. They correspond to what is called the "Dutch roll mode."

Suppose you want to design a compensator that increases the damping of these poles, so that the resulting complex poles have a damping ratio with natural frequency rad/sec. You can do this using the Control System toolbox analysis tools.


 Design Case Studies Open-Loop Analysis