MSR:

Path: Common/Control

% Mean squared response of a system. 

   It will use the e matrix for 
   the input matrix. If that matrix is empty it will use the b matrix.
--------------------------------------------------------------------------
   Form:
   [x, y] = MSR( g, q )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g                 State space system
   q                 Spectral density of the white noise process
                     for 's' or mean squared value for 'z' or 'delta'

   -------
   Outputs
   -------
   x           (:)   State response
   y           (:)   Measurement response

--------------------------------------------------------------------------
   Reference: Bryson, A.E. Jr., "Control of Spacecraft and Aircraft",
              Princeton University Press, Princeton, NJ, pp.346-348.
--------------------------------------------------------------------------

Children:

Math: Analysis/DLyapG
Math: Analysis/LyapG

Back to the Common Module page