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: Control/SVPlot

Back to the Common Module page