Calculation of position based on satellite signal timing
Satellite navigation solution for the receiver's position (geopositioning) involves an algorithm. In essence, a GNSS receiver measures the transmitting time of GNSS signals emitted from four or more GNSS satellites (giving the pseudorange) and these measurements are used to obtain its position (i.e., spatial coordinates) and reception time.
The following are expressed in inertial-frame coordinates.
The solution illustrated
[edit] -
Essentially, the solution shown in orange,
![{\displaystyle \scriptstyle ({\hat {\boldsymbol {r}}}_{\text{rec}},\,{\hat {t}}_{\text{rec}})}](https://wikimedia.org/api/rest_v1/media/math/render/svg/6298b6c5f464d7ac86e21b3d537f6a9e1b3e6886)
, is the intersection of
light cones.
-
The
posterior distribution of the solution is derived from the product of the distribution of propagating spherical surfaces. (See
animation.)
- A global-navigation-satellite-system (GNSS) receiver measures the apparent transmitting time,
, or "phase", of GNSS signals emitted from four or more GNSS satellites (
), simultaneously.[1] - GNSS satellites broadcast the messages of satellites' ephemeris,
, and intrinsic clock bias (i.e., clock advance),
[clarification needed] as the functions of (atomic) standard time, e.g., GPST.[2] - The transmitting time of GNSS satellite signals,
, is thus derived from the non-closed-form equations
and
, where
is the relativistic clock bias, periodically risen from the satellite's orbital eccentricity and Earth's gravity field.[2] The satellite's position and velocity are determined by
as follows:
and
. - In the field of GNSS, "geometric range",
, is defined as straight range, or 3-dimensional distance,[3] from
to
in inertial frame (e.g., ECI one), not in rotating frame.[2] - The receiver's position,
, and reception time,
, satisfy the light-cone equation of
in inertial frame, where
is the speed of light. The signal time of flight from satellite to receiver is
. - The above is extended to the satellite-navigation positioning equation,
, where
is atmospheric delay (= ionospheric delay + tropospheric delay) along signal path and
is the measurement error. - The Gauss–Newton method can be used to solve the nonlinear least-squares problem for the solution:
, where
. Note that
should be regarded as a function of
and
. - The posterior distribution of
and
is proportional to
, whose mode is
. Their inference is formalized as maximum a posteriori estimation. - The posterior distribution of
is proportional to
.
![{\displaystyle \scriptstyle {\begin{cases}\scriptstyle \Delta t_{i}(t_{i},\,E_{i})\;\triangleq \;t_{i}\,+\,\delta t_{{\text{clock}},i}(t_{i},\,E_{i})\,-\,{\tilde {t}}_{i}\;=\;0,\\\scriptstyle \Delta M_{i}(t_{i},\,E_{i})\;\triangleq \;M_{i}(t_{i})\,-\,(E_{i}\,-\,e_{i}\sin E_{i})\;=\;0,\end{cases}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/85f8c97d442dfcc6e2d4d5c308ba2955f6ae3338)
in which
is the orbital eccentric anomaly of satellite
,
is the mean anomaly,
is the eccentricity, and
.
- The above can be solved by using the bivariate Newton–Raphson method on
and
. Two times of iteration will be necessary and sufficient in most cases. Its iterative update will be described by using the approximated inverse of Jacobian matrix as follows:
- The GLONASS ephemerides don't provide clock biases
, but
.
- In the field of GNSS,
is called pseudorange, where
is a provisional reception time of the receiver.
is called receiver's clock bias (i.e., clock advance).[1] - Standard GNSS receivers output
and
per an observation epoch. - The temporal variation in the relativistic clock bias of satellite is linear if its orbit is circular (and thus its velocity is uniform in inertial frame).
- The signal time of flight from satellite to receiver is expressed as
, whose right side is round-off-error resistive during calculation. - The geometric range is calculated as
, where the Earth-centred, Earth-fixed (ECEF) rotating frame (e.g., WGS84 or ITRF) is used in the right side and
is the Earth rotating matrix with the argument of the signal transit time.[2] The matrix can be factorized as
. - The line-of-sight unit vector of satellite observed at
is described as:
. - The satellite-navigation positioning equation may be expressed by using the variables
and
. - The nonlinearity of the vertical dependency of tropospheric delay degrades the convergence efficiency in the Gauss–Newton iterations in step 7.
- The above notation is different from that in the Wikipedia articles, 'Position calculation introduction' and 'Position calculation advanced', of Global Positioning System (GPS).
- ^ a b Misra, P. and Enge, P., Global Positioning System: Signals, Measurements, and Performance, 2nd, Ganga-Jamuna Press, 2006.
- ^ a b c d e f The interface specification of NAVSTAR GLOBAL POSITIONING SYSTEM
- ^ 3-dimensional distance is given by
where
and
represented in inertial frame.
- PVT (Position, Velocity, Time): Calculation procedure in the open-source GNSS-SDR and the underlying RTKLIB