Path: Orbit/OrbitManeuver
% Plans delta-v maneuvers to correct triaxial motion. Generates plots when called with no outputs. Since version 1. -------------------------------------------------------------------------- Form: [lonD0, lon0, dv, dvP, te, a] = TrxCntrl( eLon, lonTol ) -------------------------------------------------------------------------- ------ Inputs ------ eLon East longitude of station (deg) lonTol Longitude tolerance (deg) ------- Outputs ------- lonD0 Initial longitude rate at lon0 lon0 Starting longitude (will be ±lonTol) dv Total delta-v requirement per year (m/sec) dvP Delta-v per maneuver (split into two) (m/sec) te Time between maneuvers (days) a Apparent acceleration (rad/day^2) -------------------------------------------------------------------------- References: Michielsen, H.F., E.D. Webb, Stationkeeping of Stationary Satellites Made Simple, pp. 706-709. --------------------------------------------------------------------------
Common: Graphics/NewFig Common: Graphics/TextS Common: Graphics/XLabelS Common: Graphics/YLabelS Orbit: OrbitManeuver/DVGeoTrx
Back to the Orbit Module page