MeasGPS:

Path: SpacecraftEstimation/SensorMeas

% GPS range and range rate model for use with UKF.

   If d.noise is entered it will add Gaussian noise to the values.

   Since version 2014.1
--------------------------------------------------------------------------
   Form:
   y = MeasGPS( x, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x   (6,1)   State [r;v]
   d   (1,1)   Filter data structure
               .jD     (1,1) Julian date
               .jD0    (1,1) Initial Julian Date
               .noise	(2,1) [range;range rate] noise
               .rE     (1,1) Earth radius
               .rRef   (1,1) Reference length
               .hMin   (1,1) Minimum altitude for GPS visibility

   -------
   Outputs
   -------
   y	(2*n,1)   GPS range and range rate

--------------------------------------------------------------------------

Children:

AerospaceUtils: Coord/IntersectPlanet
Math: Linear/Cross
Math: Linear/Mag
SC: BasicOrbit/CP2I
SC: BasicOrbit/OrbRate

Back to the SpacecraftEstimation Module page