Path: SC/Demos/Actuator
% Simulates a pivot rotation. The pivot is rotated in two steps. The steps are timed to be exactly one half nutation period apart. The results is that the spacecraft rolls and there is no nutation. The pivot stepping motor is modeled by a high bandwidth PD controller. The gains are selected by the fields: d.pivotAngleGain d.pivotRateGain The selected gains are the highest feasible with an integration time step of 0.0625 seconds. The pivot is assumed to update every pivotUpdatePeriod. ------------------------------------------------------------------------ See also QTForm, Plot2D, TimeGUI, Jacobian, Mag, RK4, SCWithRollPivot ------------------------------------------------------------------------ % ------------------------------------------------------------------------------- Copyright 1999 Princeton Satellite Systems, Inc. All rights reserved. -------------------------------------------------------------------------------
Common: Graphics/Plot2D Common: Graphics/TimeGUI Common: Quaternion/QTForm Math: Analysis/Jacobian Math: Integration/RK4 Math: Linear/Mag SC: Dynamics/SCWithRollPivot
Back to the SC Module page