DSpnStab:

Path: SC/Attitude

% Computes the dual spin stability.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   dSS = DSpnStab( iR, iP, iT1, iT2, wR, wP )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   iR         (1,1)  Rotor inertia
   iP         (1,1)  Platform inertia about same axis as rotor
   iT1        (1,1)  Transverse axis platform inertia 1
   iT2        (1,1)  Transverse axis platform inertia 2
   wR         (:)    Angular velocity of rotor
   wP         (:)    Angular velocity of platform

   -------
   Outputs
   -------
   dSS        (:)    1 = stable, 0 = unstable

--------------------------------------------------------------------------

Children:

Common: Graphics/Mesh2
Math: Linear/DupVect

Back to the SC Module page