WindGust:

Path: ACPro/Wind

% Wind gust model. Generates state space equations or spectral densities.
--------------------------------------------------------------------------
   Form:
   g = WindGust( h, u0, sigma, wingSpan, f, w )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h             (:,:)    Altitude (m)
   u0            (1,1)    Aircraft mean speed wrt air mass
   sigma         (3,1)    Standard deviation of the gust velocity
                          sigma.u
                          sigma.v
                          sigma.w
   wingSpan      (1,1)    Wing span
   f                      function to be performed
                          'spectral' spectral densities
                          'state'    state space equations for velocity
                          'accel'    state space equations for acceleration
   w             (1,:)    Frequencies at which to compute power spectral densities

   -------
   Outputs
   -------
   g                      Wind gust output of type statespace

--------------------------------------------------------------------------
   Reference: McRuer, D., Ashkenas, I., and D. Graham, Aircraft Dynamics
              and Automatic Control," Princeton, 1973, p 654.
--------------------------------------------------------------------------

Children:

Common: Classes/@statespace/and.m
Common: Classes/@statespace/close.m
Common: Classes/@statespace/connect.m
Common: Classes/@statespace/eig.m
Common: Classes/@statespace/get.m
Common: Classes/@statespace/getabcd.m
Common: Classes/@statespace/getsub.m
Common: Classes/@statespace/isempty.m
Common: Classes/@statespace/mtimes.m
Common: Classes/@statespace/plus.m
Common: Classes/@statespace/series.m
Common: Classes/@statespace/set.m
Common: Classes/@statespace/statespace.m
Common: CommonData/SwooshWatermark
Common: Control/Append
Common: Control/FRespG
Common: Control/GSS
Common: Control/Parallel
Common: Control/S2Damp
Common: Control/SS2ND
Common: Control/Series
Common: Control/SizeABCD
Common: Control/TrnsZero
Common: Control/WPZ
Common: Control/WReson
Common: Control/ZFresp
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/LogLimit
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TextS
Math: Linear/ColCompR
Math: Linear/DelLZ
Math: Linear/IsZero
Math: Linear/RowCompU

Back to the ACPro Module page