LFBal:

Path: Common/Control

% Perform low frequency prebalancing of a system.
--------------------------------------------------------------------------
   Form:
   g = LFBal( g, gamma )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g           (:)   Plant model of type statespace
   gamma       (1,1) Value of all singular values of g(0)

   -------
   Outputs
   -------
   g           (:)   Augmented plant

--------------------------------------------------------------------------
   Reference: Stevens, B.L., Lewis, F.L. Aircraft Control and Simulation
              John Wiley & Sons, 1992, pp. 466-469.
--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: Control/S2Damp
Common: Control/SVPlot
Common: Control/SizeABCD
Common: Control/TrnsZero
Common: Control/WPZ
Common: Control/WReson
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/LogLimit
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Linear/ColCompR
Math: Linear/IsZero
Math: Linear/RowCompU

Back to the Common Module page