CirclePhase:

Path: FormationFlying/Coord

% Compute the desired phase on the circle from the desired phase on the ellipse.
--------------------------------------------------------------------------
   Form:
   alpha0 = CirclePhase( beta0 );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   beta0            (1)      desired phase angle at equator crossing   [rad]

   -------
   Outputs
   -------
   alpha0           (1)     phase angle on circle such that
                               the y-component of the circle
                               is equal to that of the ellipse        [rad]

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

Children:

Math: Trigonometry/WrapPhase

Back to the FormationFlying Module page