Satellite orbital parameter problem

4 ビュー (過去 30 日間)
Mohammed Magdy Sharara
Mohammed Magdy Sharara 2020 年 3 月 2 日
コメント済み: Thomas Giavasopoulos 2021 年 12 月 17 日
Hello,
I am doing a matlab project but i am facing a kind of a problem
I am trying to find the satellite height at the ascending node and the user is inputing the inclination ,the argument of perigee,semi major axis, eccentricity, satellite longitude and satellite latitude
I am trying to figure it out up to what formula but it seems i can't get a hold of it if anyone can help me out
Thanks in advance
  2 件のコメント
James Tursa
James Tursa 2020 年 3 月 2 日
What is the specific MATLAB question? I.e., what code do you have and/or what equations are you trying to code?
Marta Stanska
Marta Stanska 2020 年 11 月 13 日
Tou have to do an iteration to find Ek (anomaly), then
rk= a * (1- (e*cos(Ek)))
h=R-rk
(R- Earth Radius, a-semimajor axis, e-eccentricity)

サインインしてコメントする。

回答 (1 件)

James Tursa
James Tursa 2020 年 3 月 2 日
Use the orbital geometry to calculate the true anomaly at the ascending node, and then plug that value into the conic equation to get r. That can then be used to calculate height.
Are you familiar with the orbital mechanics equations to accomplish this? Has the instructor given you this?
  5 件のコメント
James Tursa
James Tursa 2020 年 3 月 2 日
True Anomaly at descending node = True Anomaly at ascending node + pi = pi - (argument of perigee)
Thomas Giavasopoulos
Thomas Giavasopoulos 2021 年 12 月 17 日
Thank you very much Mr. @James Tursa. That is extremely helpful!

サインインしてコメントする。

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by