Scilab Function
eph2xyz - Function to calculate satellite coordinates (xyz) from the ephemerietes of the satellite.
Calling Sequence
-
[xs,ys,zs,delta_Ts,delta_rho_rel] = eph2xyz(tc,Prs,a0,a1,a2,C_rs,delta_n,M_0,C_uc,e,C_us,a,te,C_ic,Omega_0,C_is,i_0,C_rc,omega_klein,Omega_dot,i_dot)
Parameters
-
tc
: referencetime of clockparameters (time of clock), i.g. the same as te (quod vide).
-
Prs
: Pseudorange (??)
-
a0
: Satellitenuhr-Offset zur Referenzepoche t_c [s]
-
a1
: Satellitenuhr-Drift zur Referenzepoche t_c [s/s]
-
a2
: Satellitenfrequenzdrift (ageing) zur Referenzepoche t_c [s/s²], i.a.=0 gesetzt.
-
a
: semi-mayor axis of the Keplerellipse [m] ( Attention also possible sqrt(a) then [sqrt(m)]). !!!!
-
te
: time of ephemeris
-
e
: numerical excentricity. [1]
-
i_0
: inclination (Bahnneigung gegenueber der Aequatorebene) zur Referenzepoche t_e [rad].
-
Omega_0
: rectaszension des aufsteigenden Bahnknotens zur Referenzepoche t_e [rad]
-
omega_klein
: argument of perigee [rad]
-
M_0
: mean anomalie at reference epoche t_e [rad]
-
Omega_dot
: Knotendrehung (alteration rate of rectaszension) [rad/s].
-
i_dot
: alteration rate of inclination [rad/s] (=di/dt).
-
delta_n
: Korrektur der mittleren Bewegung n [rad/s]
-
C_us
: Amplitude des Sinus-harmonischen Korrektionsterms für das Argument der Breite u [1].
-
C_uc
: Amplitude des Cosinus-harmonischen Korrektionsterms für das Argument der Breite u [1].
-
C_is
: Amplitude des Sinus-harmonischen Korrektionsterms für die Inklination i [1].
-
C_ic
: Amplitude des Cosinus-harmonischen Korrektionsterms für die Inklination i [1].
-
C_rs
: Amplitude des Sinus-harmonischen Korrektionsterms für die geocentric distance r [1].
-
C_rc
: Amplitude des Cosinus-harmonischen Korrektionsterms für die geocentric distance r [1].
Parameters
-
xs
: SV-coordinate X [m]
-
ys
: SV-coordinate Y [m]
-
zs
: SV-coordinate Z [m]
-
delta_Ts
: SV-clock diference [s]
-
delta_rho_rel
: relativistic effect due to orbit excentricity [m]
Description
-
Function to calculate satellite coordinates (xyz) from the ephemerietes of the satellite.
(possible matrix aware)
-
No warranty, there are no inputchecks.
See Also
kepler
,
Authors
-
cos
area7@web.de
Used Function
kepler.sci