Path: SC/Sensor
% Gives the location of the GPS satellites at JD.
Choice of Earth-fixed or ECI reference frames.
Type GPSSatellite for a demo.
--------------------------------------------------------------------------
Forms:
[r, v] = GPSSatellite( jD )
[r, v] = GPSSatellite( jD, coord )
--------------------------------------------------------------------------
------
Inputs
------
jD (1,1) Julian Date
coord (1,:) 'ef' or 'eci' (eci is the default)
-------
Outputs
-------
r (3,24) Satellite locations
v (3,24) Satellite velocity
--------------------------------------------------------------------------
Reference: Kayton, M. and W. R. Fried. (1997.) "Avionics Navigation
Systems," John Wiley & Sons.
--------------------------------------------------------------------------
SC: BasicOrbit/CP2I SC: BasicOrbit/OrbRate SC: BasicOrbit/RVFromKepler SC: Ephem/EarthRte SC: Ephem/TruEarth SC: Visualization/PlotPlanet Common: Graphics/Axis3D Common: Graphics/Map Common: Graphics/NewFig Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/Date2JD Common: Time/JD2T Math: Linear/Cross
Back to the SC Module page