<< CL_cw_ballisticPropa Relative motion CL_cw_contPropa >>

CelestLab >> Relative motion > CL_cw_circularDrift

CL_cw_circularDrift

Clohessy-Wiltshire circular drift

Calling Sequence

[xp]=CL_cw_circularDrift(alt,z0[,er])

Description

Parameters

alt:

Target altitude [m] (1xN)

z0:

Chaser relative altitude [m] (1xN)

er:

(optional) Equatorial radius [m] (default is %CL_eqRad)

xp:

Relative velocity [m/s] (1xN)

Authors

See also

Bibliography

Examples

alt_ci=[450000,460000];
z=1000;
[xp]=CL_cw_circularDrift(alt_ci,z)
<< CL_cw_ballisticPropa Relative motion CL_cw_contPropa >>