-
大小: 533KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-06-03
- 語言: Matlab
- 標(biāo)簽:
資源簡(jiǎn)介
軌道力學(xué)基本子程序,包括: 位置速度和軌道根數(shù)相互轉(zhuǎn)換;地球引力場(chǎng)系數(shù);JPL精密歷表;RKF78數(shù)值積分器;......
值得擁有!
Matlab文件格式
Orbit Mechanics(Matlab).rar (533 K)

代碼片段和文件信息
function?[UT_TEUT_VEUT_LEUT_TSUT_VSUT_LS]=Const_E_S
%?Unit?of?sattellite?of?Sun?or?Planets
%--------------------------------------------------------------------------
%???????地球衛(wèi)星和太陽系內(nèi)行星的單位量
%--------------------------------------------------------------------------
%???1???地球衛(wèi)星中,單位長度為地球赤道平均半徑(6378.140?Km)
%???2???太陽行星中,單位長度為地球繞日軌道平均半徑(1.4959787億?Km)
%--------------------------------------------------------------------------
%???[UT_TEUT_VEUT_LEUT_TSUT_VSUT_LS]=Const_E_S
%???Output
%???????UT_TE???=>??地球衛(wèi)星單位時(shí)間(s)
%???????UT_VE???=>??地球衛(wèi)星單位速度(m/s)
%???????UT_LE???=>??地球衛(wèi)星單位長度(m)
%???????UT_TS???=>??太陽行星單位時(shí)間(Day)
%???????UT_VS???=>??太陽行星單位速度(Km/s)
%???????UT_LS???=>??太陽行星單位長度(Km)
%--------------------------------------------------------------------------
%???Last?Edit?By:???????????Li?yunfei???2008/07/31
%--------------------------------------------------------------------------
GE=3.986005e14;??????Ae=6.378140e6;
GS=1.32712438e20;????AU=1.49597870e11;
UT_TE=sqrt(Ae^3/GE);????????UT_VE=Ae/UT_TE;?????????????????UT_LE=Ae;
UT_TS=sqrt(AU^3/GS)/86400;??UT_VS=AU/(UT_TS*86400)/1000;????UT_LS=AU/1000;
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1249??2008-07-31?09:26??Matlab程序\Basic?Funcs\Const_E_S.m
?????文件????????860??2008-07-31?09:26??Matlab程序\Basic?Funcs\Finitmaneuver.m
?????文件???????2045??2008-07-31?09:27??Matlab程序\Basic?Funcs\Hohmann.m
?????文件???????1539??2008-07-31?09:28??Matlab程序\Basic?Funcs\iofsso.m
?????文件????????765??2008-07-31?09:28??Matlab程序\Basic?Funcs\Vinfi_2_Vr.m
?????文件????????703??2008-07-31?09:28??Matlab程序\Basic?Funcs\V_a2r.m
?????文件???????1778??2008-07-31?09:30??Matlab程序\Lambert\Hyper_3152G.m
?????文件???????1894??2008-07-31?09:30??Matlab程序\Lambert\Hyper_func3152.m
?????文件???????1569??2008-07-31?09:30??Matlab程序\Lambert\lambert.m
?????文件???????1616??2008-07-31?09:29??Matlab程序\Lambert\lambertn.m
?????文件???????2695??2008-07-31?08:59??Matlab程序\Orbit?mechanics\coe_from_sv.m
?????文件???????2825??2008-07-31?09:00??Matlab程序\Orbit?mechanics\Example_coe_from_sv.m
?????文件???????6704??2008-07-31?09:01??Matlab程序\Orbit?mechanics\Example_gauss.m
?????文件???????3380??2008-07-31?09:02??Matlab程序\Orbit?mechanics\Example_gibbs.m
?????文件???????6731??2008-07-31?09:03??Matlab程序\Orbit?mechanics\Example_interplanetary.m
?????文件???????1845??2008-07-31?09:03??Matlab程序\Orbit?mechanics\Example_J0.m
?????文件???????1293??2008-07-31?09:04??Matlab程序\Orbit?mechanics\Example_kepler_E.m
?????文件???????1422??2008-07-31?09:21??Matlab程序\Orbit?mechanics\Example_kepler_H.m
?????文件???????1801??2008-07-31?09:20??Matlab程序\Orbit?mechanics\Example_kepler_U.m
?????文件???????3884??2008-07-31?09:20??Matlab程序\Orbit?mechanics\Example_lambert.m
?????文件???????2491??2008-07-31?09:20??Matlab程序\Orbit?mechanics\Example_LST.m
?????文件???????4612??2008-07-31?09:20??Matlab程序\Orbit?mechanics\Example_planet_elements_and_sv.m
?????文件???????4794??2008-07-31?09:19??Matlab程序\Orbit?mechanics\Example_rv_from_observe.m
?????文件???????1800??2008-07-31?09:19??Matlab程序\Orbit?mechanics\Example_rv_from_r0v0.m
?????文件???????2328??2008-07-31?09:19??Matlab程序\Orbit?mechanics\Example_sv_from_coe.m
?????文件???????1370??2008-07-31?09:18??Matlab程序\Orbit?mechanics\fDot_and_gDot.m
?????文件???????1187??2008-07-31?09:18??Matlab程序\Orbit?mechanics\f_and_g.m
?????文件???????8477??2008-07-31?09:17??Matlab程序\Orbit?mechanics\gauss.m
?????文件???????1986??2008-07-31?09:16??Matlab程序\Orbit?mechanics\gibbs.m
?????文件???????3120??2008-07-31?09:15??Matlab程序\Orbit?mechanics\interplanetary.m
............此處省略21個(gè)文件信息
評(píng)論
共有 條評(píng)論