RangeMeasurement:

Path: SCPro/ProSensors

% Computes range and range rate measurements.

   Since version 3.
--------------------------------------------------------------------------
   Form:
   [r, rRate] = RangeMeasurement( r, v, c, rSource, vSource )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r           (3,:)  Position           
   v           (3,:)  Velocity  
   c           (2,:)  Clock errors [bias;bias drift]
   rSource     (3,1)  Position of source           
   vSource     (3,1)  Velocity of source        

   -------
   Outputs
   -------
   range       (1,:)  Range
   rangeRate   (1,:)  Range rate

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

Children:

Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag

Back to the SCPro Module page