ComStarRYLF:

Path: Missions/Comsat

% Design and test the low frequency roll/yaw control system.
 The script has three parts:

   1. Investigate the orbit rate disturbance attenuation assuming that
      the orbit rate disturbance is caused by an inertially fixed torque.
   2. Select gains and look at the torque transmission plots.
      The first set are closed loop.
      The second set are open loop (for reference purposes.)
   3. Simulate the response to the orbit rate disturbance.
   4. Must run ComStarDist.m first (saves/updates DistModel.mat).

 Saves the control matrices in RYC.mat.
  ------------------------------------------------------------------------
  See also Geo, ComStar, ComStarDist, RYDyn, SCHarm, SCSeries, C2DZOH, 
  MagPlot, TTPlots, Plot2D
  ------------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
   Copyright (c) 1996 Princeton Satellite Systems, Inc.
   All rights reserved.
-------------------------------------------------------------------------------
   Since version 2.
-------------------------------------------------------------------------------

Children:

Missions: Comsat/ComStar
Missions: ComsatData/DistModel
SC: Attitude/RYDyn
SC: Environs/Geo
Common: Control/C2DZOH
Common: Control/MagPlot
Common: Control/TTPlots
Common: FileUtils/FindDirectory
Common: GUIs/Figui
Common: Graphics/Plot2D
Math: Analysis/SCHarm
Math: Analysis/SCSeries

Back to the Missions Module page