EMBToEMBND:

Path: Orbit/OrbitCoord

% Scale EMB system to be non-dimensional
 Scale position and velocity in EMB system (rotating or inertial) by distance
 and velocity units to make non-dimensional
--------------------------------------------------------------------------
   Form:
   [rND,vND] = EMBToEMBND( r, v )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r            (3,:)       Position vector in EMBR frame          
   v            (3,:)       Velocity vector in EMBR frame          
   -------
   Outputs
   -------
   rND           (3,:)       Position vector in ECI frame
   vND           (3,:)       Velocity vector in ECI frame
--------------------------------------------------------------------------

Children:

Common: Database/Constant

Back to the Orbit Module page