フィルターのクリア

ECEF smaller than earth radius

2 ビュー (過去 30 日間)
Judy Kupferman
Judy Kupferman 2019 年 9 月 11 日
回答済み: Collin Russo 2019 年 9 月 20 日
By definition ECEF coordinates should be a Cartesian system centered at the earth center of mass. So how can a satellite in Aerospace Blockset simulation (R2019) have coordinates that are smaller than the earth radius? (eg, -5.7*10^6, -1.7*10^6, 3.15*10^6.)

採用された回答

Collin Russo
Collin Russo 2019 年 9 月 20 日
Hi Judy, can you clarify where you see those values being used in the the Aerospace Blockset?
Those values are close to the initial conditions of the CubeSat Simulation Library "CubeSat Simulation Project" template, but are missing significant digits. The actual values used are [-5762639.8158 -1682742.0789 3156028.3952] :
sqrt(sum([-5762639.8158 -1682742.0789 3156028.3952].^2)) = 6.782341320079139e+06
while Earth's equatorial radius is ~6378.137km (https://nssdc.gsfc.nasa.gov/planetary/factsheet/earthfact.html)
6782341 - 6378137 = 404204
This ~404km altitude corresponds with the average altitude of the International Space Station, which was the reference orbit for this example.
Hope that helps,
Collin

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeReference Applications についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by