Path: FormationFlying/Coord
% Compute the desired phase on the ellipse from the desired phase on the circle.
--------------------------------------------------------------------------
Form:
beta0 = EllipePhase( alpha0 )
--------------------------------------------------------------------------
------
Inputs
------
alpha0 (1,1) Desired phase angle at equator crossing (rad)
-------
Outputs
-------
beta0 (1,1) Phase angle on ellipse such that the y-component of
the circle is equal to that of the ellipse [rad]
--------------------------------------------------------------------------
Math: Trigonometry/WrapPhase
Back to the FormationFlying Module page