Vectorized Orbital Decay Routine For Space Objects Between 180 and 500 km Altitude.

버전 1.0.0.0 (3.75 KB) 작성자: Darin Koblick
Fully vectorized routine will estimate the decay time for Earth orbiting objects
다운로드 수: 581
업데이트 날짜: 2016/2/26

라이선스 보기

This routine will estimate the amount of time it will take for an object, initially placed at an altitude between 180-500 km, provided that its orbital eccentricity is less than 0.1. To run, simply call the routine in your command prompt:
>> [P,t] = computeOrbitalDecay(a,e,A,Cd,m0,F107,Ap)
Where
a = semi-major axis (km)
e = eccentricity
A = space object cross-sectional area (m^2)
Cd = space object drag coefficient
m0 = space object mass (kg)
F107 = solar radio flux at 10.7 cm
ap = solar magnetic index
Note that P is a vector of the orbital period (sec) with respect to t, the propagation time elapsed (sec).
This routine was inspired by the work of the Australian Space Weather Agency titled "Satellite Orbital Decay Calculations" which described this procedure in a technical report written under the Australian Bureau of Meteorology.

인용 양식

Darin Koblick (2024). Vectorized Orbital Decay Routine For Space Objects Between 180 and 500 km Altitude. (https://www.mathworks.com/matlabcentral/fileexchange/55371-vectorized-orbital-decay-routine-for-space-objects-between-180-and-500-km-altitude), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 CubeSat and Satellites에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Updated description
Updated description of routine
Updated description to include more generic terminology.