Path: FormationFlying/Analysis
% Compute the total delta-v assoc. w/ several types of reconfigurations. -------------------------------------------------------------------------- Usage: dV = DeltaVAnalysis( el0, y0_i, aE_i, beta_i, y0_f, aE_f, beta_f ); -------------------------------------------------------------------------- ------ Inputs ------ el0 (1,6) Reference element set (Alfriend format) [a,theta,i,q1,q2,W] y0_i (1) Initial along-track offset aE_i (1) Initial semi-major axes of relative ellipse beta_i (1) Initial phase offset in relative ellipse y0_f (1,M) Final set of along-track offsets aE_f (1,N) Final set of semi-major axes of relative ellipse beta_f (1,P) Final set of phase offsets in relative ellipse ------- Outputs ------- dV (M,N,P) 3-D matrix of total delta-v's associated with each different type of reconfiguration. --------------------------------------------------------------------------
AC: ACData/ACTConstants FormationFlying: Control/ImpulsiveManeuver FormationFlying: Control/InPlane FormationFlying: Control/OptimalInPlaneDeltaV FormationFlying: Control/OutOfPlane FormationFlying: Coord/CirclePhase FormationFlying: Coord/EllipsePhase FormationFlying: Coord/InitializeFormation FormationFlying: Coord/IsCircGeom FormationFlying: Coord/RotateState FormationFlying: DataStructures/BurnData_Structure FormationFlying: DataStructures/Geometry_Structure FormationFlying: DataStructures/Maneuver_Structure FormationFlying: DataStructures/PlanningParameters_Structure FormationFlying: DataStructures/State_Structure FormationFlying: DataStructures/Window_Structure FormationFlying: Dynamics/DiscreteHills FormationFlying: Dynamics/HillsEqns FormationFlying: Guidance/PCGoals FormationFlying: Transformation/DeltaElem2Hills FormationFlying: Transformation/Goals2DeltaElem FormationFlying: Transformation/Goals2Hills FormationFlying: Transformation/Hills2DeltaElem FormationFlying: Utility/ManeuverStruct2AccelVector FormationFlying: Utility/NOrbVector FormationFlying: Utility/TimeUntilTheta FormationFlying: Visual/HillsFramePlot Orbit: OrbitCoord/Alfriend2El Orbit: OrbitCoord/El2Alfriend Orbit: OrbitCoord/OrbElemDiff Orbit: OrbitCoord/SLR Orbit: RHSOrbit/LinOrb SC: BasicOrbit/CP2I SC: BasicOrbit/E2M SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: BasicOrbit/OrbRate SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/DispWithTitle Common: General/MatToCell Common: General/StringMatch Common: General/Watermark Common: Graphics/AddView Common: Graphics/AddZoom Common: Graphics/Mesh2 Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/DupVect Math: Linear/Mag Math: Linear/Unit Math: Trigonometry/WrapPhase
Back to the FormationFlying Module page