AAE 421 Flight Dynamics and Control Software

Dynamics and Control Software Description (.pdf)

The software below is built around a flat Earth aircraft simulation using Simulink for MATLAB 5.2. The equations of motion are twelth order.

Cessna182.m (contains all aircraft specific constants)

CessnaInitialize.m (run this first)

FlatEarth.mdl (run this second)

FlatEarthAnal.m (run this third)

FlatEarth2.mdl

QuickTrim.m

aircraft.m (contains the differential and output equations)

aeroforce.m

aeromoment.m

thrust.m

TransformB2NED.m

TransformB2Wind.m

TransformNED2B.m

TransformWind2B.m

The MATLAB software below does linear aircraft simulation and analysis using the approach of Jan Roskam. The equations of motion for both longitudinal motion and lateral-directional motion are forth order.

CessnaLatSC.m

CessnaLongSC.m

CessnaCrosswind.m

The software below is built around a elliptical Earth aircraft simulation using Simulink for MATLAB 5.2. The equations of motion are twelth order. These MATLAB programs use some of the routines given under the flat Earth section above.

E_CessnaInitialize.m (run this first)

E_Earth.mdl (run this second)

E_EarthAnal.m (run this third)

E_Earth2.mdl

E_QuickTrim.m

E_aircraft.m (contains the differential and output equations)

e2g.m

g2e.m

gravity.m

TransformECI2NED.m

TransformNED2ECI.m

Return to Dominick Andrisani's Home Page