<< CL_cw_Nmatrix Relative motion CL_cw_hohmannLine >>

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. Default: %CL_eqRad. [m] (1x1)

xp:

Relative velocity. [m/s] (1xN)

Authors

Bibliography

Examples

alt_ci=[450000,460000];
z=1000;
[xp]=CL_cw_circularDrift(alt_ci,z)

Report an issue
<< CL_cw_Nmatrix Relative motion CL_cw_hohmannLine >>