Path: FormationFlying/Collision
% Simulation for testing the collision monitoring algorithms. Computes the probability of collision between the two spacecraft for a fixed prediction window at each step. Also outputs the probability of collision for "now". Also simulates a fault in one of the spacecrafts in Projected Line formation (so no measurements are received for a fraction of an orbit) and plots the actual ("now") and predicted probability of collision over 2 orbits. This demo does not include maneuvers for any of the spacecraft. Since version 7. ------------------------------------------------------------------------ See also Constant, Plot2D, Plot3D, TimeLabl, Mag, UnwrapPhase, CollisionMonitor, Plot3DEllipsoids, ProjLine, RotateState, Geometry_Structure, HillsEqns, FFEccLawdensEqns, Goals2Hills, OrbRate, M2Nu, Period ------------------------------------------------------------------------ % ------------------------------------------------------------------------------- Copyright (c) 2004-2005 Princeton Satellite Systems, Inc. All rights reserved. -------------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: AtmosphericCalculations/AtmDens2 FormationFlying: Collision/CollProbSet FormationFlying: Collision/CollisionMonitor FormationFlying: Collision/DistantPtToEll FormationFlying: Collision/EllipsePropCirc FormationFlying: Collision/Ellipsoid FormationFlying: Collision/Laguerre FormationFlying: Collision/MinDEllipsoid FormationFlying: Collision/Plot3DEllipsoids FormationFlying: Collision/WorstCasePerturbations FormationFlying: Coord/CirclePhase FormationFlying: Coord/EllipsePhase FormationFlying: Coord/GetHillsMats FormationFlying: Coord/IsCircGeom FormationFlying: Coord/IsEccGeom FormationFlying: Coord/ProjLine FormationFlying: Coord/RotateState FormationFlying: DataStructures/EccGeometry_Structure FormationFlying: DataStructures/Geometry_Structure FormationFlying: Dynamics/HillsEqns FormationFlying: EccDynamics/FFEccDH FormationFlying: EccDynamics/FFEccGoals FormationFlying: EccDynamics/FFEccIntConst FormationFlying: EccDynamics/FFEccLawdensEqns FormationFlying: EccDynamics/FFEccLinOrb FormationFlying: EccDynamics/FFEccProp FormationFlying: EccDynamics/FFEccRMat FormationFlying: EccDynamics/FFEccYExt EccDynamics: Derivatives/FFEccDDY EccDynamics: Derivatives/FFEccDY FormationFlying: Transformation/ECI2Hills FormationFlying: Transformation/FFEccGoals2Hills FormationFlying: Transformation/Goals2Hills FormationFlying: Transformation/TransformGeom2Hills FormationFlying: Utility/Nu2TimeDomain FormationFlying: Utility/NuDot FormationFlying: Utility/Time2NuDomain FormationFlying: Visual/FFEccAnalyzeShape Orbit: OrbitCoord/El2Alfriend 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: BasicOrbit/Period SC: BasicOrbit/RV2El SC: BasicOrbit/RVFromKepler SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Control/C2DZOH 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/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/JD2000 Common: Transform/Eul2Mat Math: Linear/Cross Math: Linear/Dot Math: Linear/DupVect Math: Linear/Mag Math: Linear/Unit Math: Solvers/NewtRaph Math: Trigonometry/UnwrapPhase Math: Trigonometry/WrapPhase
Back to the FormationFlying Module page