experience and innovation

Now Hiring!

---------------------------------------------------------------------------
   GPS receiver model. Models the GPS constellation.

   Failure mode is zero output.

---------------------------------------------------------------------------
   Form:
   y = GPSReceiver( action, d )
---------------------------------------------------------------------------

   -------
   Inputs
   -------
   action      (1,:)     'initialize', 'update', 'output', 'set failure' 
   d           (1,1)     Depends on the action

   -------
   Outputs
   -------
   y           (1,1)     Depends on the action

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