Vectorized Clohessy-Wiltshire Hill Linear Propagation

A Demonstration of Linear Satellite Orbit Propagation Using Clohessy-Wiltshire Equations of Motion.
1.7K Downloads
Updated Fri, 14 Dec 2012 21:04:07 +0000

View License

An investigation of the error associated with the linear propagation was conducted and the corresponding MATLAB functions were written. This demonstration (LOP_Demo.m) propagates the space shuttle and the Hubble space telescope using both the Keplerian 2-body orbital propagation routine and the Clohessy-Wiltshire Hill linear propagation technique as described in Vallado. Error comparisons between linear propagation and non-linear propagation are computed.

This set of functions will allow the use of completely vectorized linear propagation in your MATLAB code projects. Included are the necessary routines to convert back and forth between Hill's reference frame and ECI coordinates. All solutions were validated against Vallado's MATLAB routines as well as his error chart (Pg. 415 of Fundamentals of Astrodynamics and Applications. Third Edition. 2007).

Cite As

Darin Koblick (2024). Vectorized Clohessy-Wiltshire Hill Linear Propagation (https://www.mathworks.com/matlabcentral/fileexchange/39340-vectorized-clohessy-wiltshire-hill-linear-propagation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Gravitation, Cosmology & Astrophysics in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Removed unnecessary example function.

1.0.0.0