Dilution of precision (GPS)

Dilution of precision (GPS)

Dilution of precision (DOP), or geometric dilution of precision (GDOP), is a term used in GPS and geomatics engineering to specify the additional multiplicative effect of GPS satellite geometry on GPS precision.

Understanding the Geometric Dilution of Precision (GDOP) with a simple example. In 'A' someone has measured the distance to two landmarks, and plotted their point as the intersection of two circles with the measured radius. In 'B' the measurement has some error bounds, and their true location will lie anywhere in the green area. In 'C' the measurement error is the same, but the error on their position has grown considerable due to the arrangement of the landmarks.
GPS satellites with poor geometry for Geometric Dilution of Precision (GDOP).
GPS satellites good geometry for Geometric Dilution of Precision (GDOP).

Contents

Introduction

The concept of dilution of precision (DOP) originated with users of the Loran-C navigation system.[1] The idea of Geometric DOP is to state how errors in the measurement will affect the final state estimation. This can be defined as[2]:

GDOP=\frac{\Delta Output Location}{\Delta Measured Data}

Conceptually you can imagine errors on a measurement resulting in the ΔMeasuredData term changing. Ideally small changes in the measured data will not result in large changes in output location, as such a result would indicate the solution is very sensitive to errors. The interpretation of this formula is shown in the figure to the right, showing two possible scenarios with acceptable and poor GDOP.

More recently, the term has come into much wider usage with the development and adoption of GPS. Neglecting ionospheric [3] and tropospheric[4] effects, the signal from GPS satellites has a fixed precision. Therefore, the relative satellite-receiver geometry plays a major role in determining the precision of estimated positions and times. Due to the relative geometry of any given satellite to a receiver, the precision in the pseudorange of the satellite translates to a corresponding component in each of the four dimensions of position measured by the receiver (i.e. x, y, z, and t). The precision of multiple satellites in view of a receiver combine according to the relative position of the satellites to determine the level of precision in each dimension of the receiver measurement. When visible GPS satellites are close together in the sky, the geometry is said to be weak and the DOP value is high; when far apart, the geometry is strong and the DOP value is low. Consider two overlapping rings, or annuli, of different centres. If they overlap at right angles, the greatest extent of the overlap is much smaller than if they overlap in near parallel. Thus a low DOP value represents a better GPS positional precision due to the wider angular separation between the satellites used to calculate a GPS unit's position. Other factors that can increase the effective DOP are obstructions such as nearby mountains or buildings. DOP can be expressed as a number of separate measurements. HDOP, VDOP, PDOP, and TDOP are respectively Horizontal, Vertical, Positional (3D), and Time Dilution of Precision. They follow mathematically from the positions of the usable satellites. GPS receivers allow the display of these positions (skyplot) as well as the DOP values.

The term can also be applied to other location systems that employ several geographical spaced sites. It can occur in electronic-counter-counter-measures (electronic warfare) when computing the location of enemy emitters (radar jammers and radio communications devices). Using such an interferometry technique can provide certain geometric layout where there are degrees of freedom that cannot be accounted for due to inadequate configurations.

The effect of geometry of the satellites on position error is called geometric dilution of precision and it is roughly interpreted as ratio of position error to the range error. Imagine that a square pyramid is formed by lines joining four satellites with the receiver at the tip of the pyramid. The larger the volume of the pyramid, the better (lower) the value of GDOP; the smaller its volume, the worse (higher) the value of GDOP will be. Similarly, the greater the number of satellites, the better the value of GDOP.

Meaning of DOP Values

DOP Value Rating Description
1 Ideal This is the highest possible confidence level to be used for applications demanding the highest possible precision at all times.
1-2 Excellent At this confidence level, positional measurements are considered accurate enough to meet all but the most sensitive applications.
2-5 Good Represents a level that marks the minimum appropriate for making business decisions. Positional measurements could be used to make reliable in-route navigation suggestions to the user.
5-10 Moderate Positional measurements could be used for calculations, but the fix quality could still be improved. A more open view of the sky is recommended.
10-20 Fair Represents a low confidence level. Positional measurements should be discarded or used only to indicate a very rough estimate of the current location.
>20 Poor At this level, measurements are inaccurate by as much as 300 meters with a 6 meter accurate device (50 DOP × 6 meters) and should be discarded.

The DOP factors are functions of the diagonal elements of the covariance matrix of the parameters, expressed either in a global or a local geodetic frame.

Computation of DOP Values

As a first step in computing DOP, consider the unit vectors from the receiver to satellite i: \scriptstyle \left(\frac {(x_i-x)} {R_i}, \frac {(y_i-y)} {R_i}, \frac {(z_i-z)} {R_i}\right) where \scriptstyle R_i= \sqrt{(x_i- x)^2 + (y_i-y)^2 + (z_i-z)^2} and where \scriptstyle\ x,\ y and \scriptstyle \ z denote the position of the receiver and \scriptstyle \ x_i, y_i and \scriptstyle \ z_i denote the position of satellite i. Formulate the matrix, A, as:

A = 
\begin{bmatrix}
\frac {(x_1- x)} {R_1} & \frac {(y_1-y)} {R_1} & \frac {(z_1-z)} {R_1} & -1 \\
\frac {(x_2- x)} {R_2} & \frac {(y_2-y)} {R_2} & \frac {(z_2-z)} {R_2} & -1 \\
\frac {(x_3- x)} {R_3} & \frac {(y_3-y)} {R_3} & \frac {(z_3-z)} {R_3} & -1 \\
\frac {(x_4- x)} {R_4} & \frac {(y_4-y)} {R_4} & \frac {(z_4-z)} {R_4} & -1
\end{bmatrix}

The first three elements of each row of A are the components of a unit vector from the receiver to the indicated satellite. If the elements in the fourth column are c which denotes the speed of light then the dt factor is always 1. If the elements in the fourth column are -1 then the dt factor is calculated properly [5]. Formulate the matrix, Q, as:

Q = \left (A^T A \right )^{-1}

This computation is in accordance with Section 1.4.2 of Principles of Satellite Positioning where the weighting matrix, P, has been set to the identity matrix.

The elements of Q are designated as:

Q = 
\begin{bmatrix}
d_x^2    & d_{xy}^2 & d_{xz}^2 & d_{xt}^2 \\
d_{xy}^2 & d_{y}^2  & d_{yz}^2 & d_{yt}^2 \\
d_{xz}^2 & d_{yz}^2 & d_{z}^2 & d_{zt}^2 \\
d_{xt}^2 & d_{yt}^2 & d_{zt}^2 & d_{t}^2
\end{bmatrix}

The Greek letter \scriptstyle \sigma is used quite often where we have used d. However the elements of Q do not represent variances and covariances as they are defined in probability and statistics. Instead, they are strictly geometric terms. Therefore, d, as in dilution of precision, is used. PDOP, TDOP and GDOP are given by:

\begin{align}
PDOP &= \sqrt{d_x^2 + d_y^2 + d_z^2}\\
TDOP &= \sqrt{d_{t}^2}\\
GDOP &= \sqrt{PDOP^2 + TDOP^2}\\
\end{align}

in agreement with Section 1.4.9 of Principles of Satellite Positioning.

The horizontal dilution of precision, \scriptstyle HDOP = \sqrt{d_x^2 + d_y^2}, and the vertical dilution of precision, \scriptstyle \ VDOP = \sqrt{d_{z}^2} , are both dependent on the coordinate system used. To correspond to the local horizon plane and the local vertical, x, y, and z should denote positions in either a north, east, down coordinate system or a south, east, up coordinate system.

References

Notes

  1. ^ Richard B. Langley (May 1999). "Dilution of Precision". GPS World. http://gauss.gge.unb.ca/papers.pdf/gpsworld.may99.pdf. Retrieved 2011-10-12. 
  2. ^ Dudek, Gregory; Jenkin, Michael (2000). Computational Principles of Mobile Robotics. Cambridge University Press. ISBN 0-521-56876-5. 
  3. ^ Paul Kintner, Cornell University; Todd Humphreys, University of Texas-Austin; Joanna Hinks, Cornell University (July/August 2009). "GNSS and Ionospheric Scintillation: How to Survive the Next Solar Maximum". Inside GNSS. http://www.insidegnss.com/node/1579. Retrieved 2011-10-12. 
  4. ^ GPS errors (Trimble tutorial)
  5. ^ http://www.colorado.edu/geography/gcraft/notes/gps/gif/gdop.gif

General

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Dilution of precision — may refer to: Dilution of precision (computer graphics), an algorithmic trick used to handle difficult problems in hidden line removal Dilution of precision (GPS), a term used in geomatics engineering to describe the geometric strength of… …   Wikipedia

  • Dilution of precision (computer graphics) — This article pertains to computer graphics. For the connotation pertaining to the Global Positioning System, see Dilution of precision (GPS). Dilution of precision is an algorithmic trick used to handle difficult problems in hidden line removal,… …   Wikipedia

  • Dilution of Precision — (DOP), zu deutsch etwa Verringerung der Genauigkeit, ist bei Satellitennavigationssystemen ein Maß für die Streubreite der Messwerte. Da DOP von der relativen Position der Satelliten zueinander und zum Beobachter abhängt, spricht man auch von… …   Deutsch Wikipedia

  • Global Dilution Of Precision — Le GPS (Global positioning system) s appuie, pour déterminer une position sur terre sur un principe de triangulation en regroupant les résultats de plusieurs satellites. En général trois satellites suffisent pour déterminer une position par ce… …   Wikipédia en Français

  • Global dilution of precision — Un Système de positionnement par satellites (comme le GPS et le GLONASS) s appuie, pour déterminer une position sur terre sur un principe de triangulation en regroupant les résultats de plusieurs satellites. En général trois satellites suffisent… …   Wikipédia en Français

  • position dilution of precision — The geometric effect resulting from satellites being too close together. Satellites that appear farther apart in the sky provide a more accurate position solution than ones close together. In the latter case, the position accuracy is degraded in… …   Aviation dictionary

  • GPS — Global Positioning System Pour les articles homonymes, voir GPS (homonymie). Le Global Positioning System plus connu par son sigle GPS, que l on peut traduire en français par « système de positionnement mondial » ou encore (en… …   Wikipédia en Français

  • Gps — Global Positioning System Pour les articles homonymes, voir GPS (homonymie). Le Global Positioning System plus connu par son sigle GPS, que l on peut traduire en français par « système de positionnement mondial » ou encore (en… …   Wikipédia en Français

  • DOP (GPS) — DOP, GDOP, Снижение точности или Геометрическое снижение точности (англ. Dilution of precision, DOP, англ. Geometric Dilution of Precision, GDOP) термин, использующийся в области систем глобального позиционирования для параметрического… …   Википедия

  • Appareil GPS — Global Positioning System Pour les articles homonymes, voir GPS (homonymie). Le Global Positioning System plus connu par son sigle GPS, que l on peut traduire en français par « système de positionnement mondial » ou encore (en… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”