Next Article in Journal
Effectiveness of Protected Areas in the Pan-Tropics and International Aid for Conservation
Previous Article in Journal
A Short-Term Quantitative Precipitation Forecasting Approach Using Radar Data and a RAP Model
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Solving the Multilateration Problem without Iteration

by
Thomas H. Meyer
1 and
Ahmed F. Elaksher
2,*
1
Department of Natural Resources and the Environment, College of Agriculture, Health, and Natural Resources, University of Connecticut, Storrs, CT 06269-4087, USA
2
Geomatics Program, College of Engineering, New Mexico State University, Las Cruces, NM 88003, USA
*
Author to whom correspondence should be addressed.
Submission received: 26 April 2021 / Revised: 9 June 2021 / Accepted: 21 June 2021 / Published: 29 June 2021

Abstract

:
The process of positioning, using only distances from control stations, is called trilateration (or multilateration if the problem is over-determined). The observation equation is Pythagoras’s formula, in terms of the summed squares of coordinate differences and, thus, is nonlinear. There is one observation equation for each control station, at a minimum, which produces a system of simultaneous equations to solve. Over-determined nonlinear systems of simultaneous equations are typically solved using iterative least squares after forming the system as a truncated Taylor’s series, omitting the nonlinear terms. This paper provides a linearization of the observation equation that is not a truncated infinite series—it is exact—and, thus, is solved exactly, with full rigor, without iteration and, thus, without the need of first providing approximate coordinates to seed the iteration. However, there is a cost of requiring an additional observation beyond that required by the non-linear approach. The examples and terminology come from terrestrial land surveying, but the method is fully general: it works for, say, radio beacon positioning, as well. The approach can use slope distances directly, which avoids the possible errors introduced by atmospheric refraction into the zenith-angle observations needed to provide horizontal distances. The formulas are derived for two- and three-dimensional cases and illustrated with an example using total-station and global navigation satellite system (GNSS) data.

1. Introduction

A station’s coordinates can be determined from distances—with no angles—using a technique known as trilateration, or multilateration if there are redundant observations. The U.S. Bureau of Land Management [1] defines trilateration as, “A method of determining horizontal positions by measuring the lengths of triangle sides, usually with the use of electronic instruments.” This definition predates global navigation satellite systems (GNSSs) and is a little dated. The method is used extensively nowadays because it is how GNSSs are used to determine the coordinates of a receiver [2,3], and such positions are inherently three dimensional. For terrestrial surveying, slope distances observed with an electronic distance meter (EDM) can be used, likewise producing three-dimensional positions. The trilateration problem can be stated: given the coordinates of at least three/four control marks and the distances from the control marks to a target mark, determine the horizontal/3-d coordinates of a target mark. This is similar to the resection problem, but resection uses directions instead of distances [4].
Pythagoras’s formula is the observation equation, written with the lengths of the shorter sides are given as differences in Cartesian coordinates, Equation (3). There is one equation for each control station, so there is a set of simultaneous equations solve. The system has an analytical solution—there are three equations and three unknowns in a quadratic—however, the exact solution is somewhat unwieldy and, worse, cannot handle an over-determined system, having more observations than the minimum of three. The typical solution strategy is to linearize the system by expanding the equations in a Taylor’s series and retain only the first-order terms, then solve by iterative least squares. However, as will be shown, taking the difference of the observation equations linearizes the system without any approximations, which allows the solution to be found without iteration.
Multilateration uses mark-to-mark slope distances. If the height of the prism target above the unknown station, hr, equals the height of the optical center of the telescope in a total station, hi, then the observed slope distance s equals mark-to-mark slope distance s . Otherwise, let ζ denote the observed zenith angle. Then the mark-to-mark zenith angle is [5]
cot ζ = csc ζ   h i h r s + cot ζ
and the mark-to-mark slope distance is
s = s sin ζ sin ζ
Hereafter, all slope distance will be assumed to be mark-to-mark.
Suppose we are to determine the coordinates of station i = ( e i , n i , u i ) given the coordinates of a set of control stations C = { ( e j , n j , u j ) , ( e m , n m , u m ) } , and | C | = n , i.e., there are n control stations. The slope distance from station i to station j, s i j , is related to the stations’ Cartesian coordinates by [6].
s i j 2 = ( e j e i ) 2 + ( n j n i ) 2 + ( u j u i ) 2
Similarly, the slope distance from station i to station k, s i k , is related to the stations’ coordinates by
s i k 2 = ( e k e i ) 2 + ( n k n i ) 2 + ( u k u i ) 2
Expanding the quadratic terms, showing only the easting terms for brevity, gives
s i j 2 = e j 2 + 2 e j e i + e i 2 + s i k 2 = e k 2 + 2 e k e i + e i 2 +
Taking s i j 2 s i k 2 eliminates the e i 2 , n i 2 , and   u i 2 terms, leaving
s i j 2 s i k 2 = e j 2 + 2 e j e i + e i 2 + ( e k 2 + 2 e k e i + e i 2 + ) = e j 2 e k 2 + 2 e i ( e j e k ) +
Putting constants on the right and factoring on the left, gives
( e j e k ) e i + ( n j n k ) n i + ( u j u k ) u i = ( s i j 2 s i k 2 + e k 2 e j 2 + n k 2 n j 2 + u k 2 u j 2 ) 2
The only unknown terms are e i ,   n i ,   and   u i . If station i has been observed from stations j m ,   then these equations can be written as a matrix expression as
[ e j e k n j n k u j u k e j e l n j n l u j u l e j e m n j n m u j u m ] · [ e i n i u i ] = 1 2 [ s i j 2 s i k 2 + e k 2 e j 2 + n k 2 n j 2 + u k 2 u j 2 s i j 2 s i l 2 + e l 2 e j 2 + n l 2 n j 2 + u l 2 u j 2 s i j 2 s i n 2 + e n 2 e j 2 + n n 2 n j 2 + u n 2 u j 2 ]
Or
M   x = k
So, if M is 3 × 3 ,
x = M 1 k
If M has more than three rows, the system is over-determined, and it is solved with a pseudo-inverse in the usual way:
x = ( M T M ) 1 M T k
Matrix M has the differences of pairs of control coordinates for its elements. There are n ( n 1 ) / 2 ways to pick two items from a set of n things, and each of these could be a row in M. That would result in M having quite a few rows producing, supposedly, a lot of built-in redundancy. However, the GNSS-positioning concept of “independent baselines” applies here: many of the pairs would be trivial inverses of others, and no real additional information is added. Therefore, like with GNSS, pick one station to be a common station and form all differences with the common station. Station j is the common station in Equation (8). The constant term k in Equation (9) can be written as ( s i j 2 s i k 2 + | K | 2 | J | 2 ) / 2 , where | K | 2 = e k 2 + n k 2 + u k 2 is the square of distance from station k to the origin of the coordinate system; similar for station j. This suggests two things. First, picking the control station closest to the centroid of all the control stations to be the common differencing station minimizes | K | 2 | J | 2 . Second, it is sensible to use localized coordinates to keep the coordinates themselves as small as possible so that the quadratic terms do not suffer undue truncation and round-off errors. For example, if station i is set to be a local origin, then all other stations’ coordinates become ( e j e i , n j n i , u j u i ) .
Our method is similar to that developed by Navidi et al. [7]. Their approach depends on a special control station that they call the reference point that is required to be at the centroid of the other control stations. They then add and subtract the coordinates of the reference point from those of the other control stations to form a third type of distance that, when added to the distances from the other control stations to the unknown point, causes most of the nonlinear terms to cancel. Placing the reference point at the centroid is highly auspicious because it causes the observation matrix to become orthogonal to the parameter vector, which eliminates the remaining nonlinear term. Ignoring numerical stability issues, our method and theirs must be equivalent: they are both least squares estimators, and, since least squares is a best linear unbiased estimator, any two different approaches to the same problem using least squares must be equivalent. However, the problem formulations can differ and that can lead to implementation issues. As just stated above, we recommend that the common differencing station be near the centroid, but it is not a requirement. The method by Navidi et al. requires that the reference point be at the centroid, which could be onerous depending on how difficult it is to stake out that position, assuming that it is possible at all.
The positioning equation for GNSS uses multilateration but it includes additional terms [8], p. 410:
s i j = ( x i x j ) 2 + ( y i y j ) 2 + ( z i z j ) 2 + c   b u + ϵ p i
where x, y, and z are geocentric Cartesian coordinates in the reference frame of the broadcast ephemeris, c is the speed of light in a vacuum, b u is the unknown time offset of the receiver’s clock to GPS time (called a time bias), and ϵ p i is a “catch-all” error term for ionospheric and tropospheric delays, multipath, and c. Unfortunately, our scheme does not apply here because squaring the right-hand side of the equation mixes the terms together so that the quadratic terms do not cancel after differencing. Therefore, the equation is linearized by a truncated Taylor’s series and solved with iteration.

2. Stochastic Model

One can reasonably assume that the slope-distance observations are independent and normally distributed as s j ~ N ( μ j , σ j 2 ) where μ j is the true distance, and σ j is the EDM standard deviation given by σ j = c + s j / 1000 × ppm , where c is the constant term, and ppm is the “parts per million” millimeters per kilometer term. This model ignores setup uncertainty at the instrument and at the target. As such, the n × n covariance matrix of the observations Q = d i a g ( σ 1 2 , σ 2 2 , , σ n 2 ) is a diagonal matrix. The inverse of the covariance matrix W = Q 1 = d i a g ( 1 / σ 1 2 , 1 / σ 2 2 , , 1 / σ n 2 ) can be used as a weight matrix, and is applied as
s i j W   M   x = W   k
which is solved by
W   M   x = W   k M t W   M   x = M t W   k ( M t W   M   ) 1 M t W   M   x = ( M t W   M   ) 1 M t W   k x = ( M t W   M   ) 1 M t W   k
The matrix ( M t W 1 M ) 1 is called a cofactor matrix, and it is proportional to the estimated covariance of the estimations. The constant of proportionality is called the variance of unit weight, or just “unit variance,” and the estimated covariance of the estimations is σ 0 2 ( M t Q 1 M ) 1 . The unit variance can itself be estimated as follows, [9,10]. Let X = ( M t W   M   ) 1 M t W   x be the estimated values of the distances according to the least squares model, and let V = M   X x be a column vector of the estimation residuals. Then
σ 0 2 = V t W   V n u
where, n = | k | is the number of observations and u = | x | is the number of coordinates to estimate (i.e., three in this case).

3. Coordinate Systems

The formulas require Cartesian coordinates for the control stations. There are three choices: geocentric Cartesian (called XYZ), topocentric Cartesian (called ENU), or grid coordinates. Grid coordinates require additional reductions be applied to the slope distances, which is thoroughly covered in standard surveying texts and an unnecessary distraction here. In fact, XYZ coordinates are well suited for this application, at least in principle.

4. Example: More Control than the Minimum

Hereafter, all linear quantities will be given in meters. In this example, we pretend to confirm the coordinates for the CTMA CORS ARP NAD 83(2011) coordinates (https://www.ngs.noaa.gov/cgi-bin/ds_cors.prl?CorsSelected=|CTMA&CorsTypeSelected=Arp, accessed on 28 June 2021), which are x = 1 , 456 , 379.711 ,   y = 4 , 539 , 030.822 ,   z = 4 , 223 , 420.343 . Suppose there are five control stations available whose XYZ coordinates were determined using GNSS positioning as tabulated in Table 1. In fact, these stations’ coordinates were generated in Mathematica™ using random-number generators, such that the horizontal coordinates follow uniform distributions ± 300 m from CTMA and the vertical coordinates follow a uniform distribution ± 5 m from CTMA.
Inversing the control coordinates with CTMA produces exact slope distances that a perfect EDM would observe. These slope distances from the five control stations to the “unknown station” CTMA are 44.947, 22.106, 183.812, 82.023, and 355.566, to three significant digits. First, use the coordinates as given. The system of equations is
[ x 2 x 1 x 3 x 1 x 4 x 1 x 5 x 1 y 2 y 1 y 3 y 1 y 4 y 1 y 5 y 1 z 2 z 1 z 3 z 1 z 4 z 1 z 5 z 1   ] [ x y z ] = 1 2 [ s 1 2 s 2 2 x 1 2 + x 2 2 y 1 2 + y 2 2 z 1 2 + z 2 2 s 1 2 s 3 2 x 1 2 + x 3 2 y 1 2 + y 3 2 z 1 2 + z 3 2 s 1 2 s 4 2 x 1 2 + x 4 2 y 1 2 + y 4 2 z 1 2 + z 4 2 s 1 2 s 5 2 x 1 2 + x 5 2 y 1 2 + y 5 2 z 1 2 + z 5 2 ] [ 23.3078   0.85885 7.755 143.940 14.9819 152.939 26.149 270.146   30.3852 169.139 25.668 247.543   ] [ x y z ] = [ 2.638 × 10 7 2.140 × 10 7 2.158 × 10 7 2.891 × 10 7 ]
Using Mathematica, the solution works out to x = 1 , 456 , 379.711 , y = 4 , 539 , 030.822 , z = 4 , 223 , 420.343 . These coordinates differ from CTMA by 9.8 × 10 6 ,   0.00003 , 0.00003 , which is good but it is not even machine precision. The issue is the large values in k, which involve the squares of the coordinate values, the right side of Equation (8). The solution can be improved by localizing the coordinates, which makes them much smaller numbers and, thus, improves numerical stability. For example, subtract station A’s coordinates from the other control stations, resulting in the coordinates in Table 2.
Matrix M is unaffected by localization. The k vector’s values become much smaller: 177,359.991, 1,148,807.296, −188,483.583, and 1,758,500.670. The solution now matches CTMA’s coordinates no worse than 2 × 10 9 m for each coordinate.

5. ENU Coordinates

If the control stations’ coordinates had been determined by radial surveying from station A using a perfect total station, we would have the control coordinates shown in Table 3.
ENU coordinates are XYZ coordinates that have been translated and rotated—no scaling or stretching—which means the distances and angles between the stations are preserved exactly in the two systems. Therefore, the ENU solution must, in principle, be identical to the XYZ solution, and would be exactly identical if exact arithmetic were available. The implication here is that, in principle, there is no need to reduce slope distances to horizontal distances.
Good strength-of-figure results from surrounding the unknown station with observations from all directions. It is unlikely, however, that the unknown station can be observed from far below or above. There might be a situation where an observation could be, say, made from a rooftop, but it will usually happen that the control stations are generally around the same height. The concepts of dilutions of precision pertain here. Borrowing from GNSS [11], the dilutions of precisions are various combinations of the diagonal elements of the estimated position’s covariance matrix, being the variances of the estimated coordinates. As with GNSS positioning, and fundamentally for the same reason, the horizontal dilution of precision will be better (lower) than the vertical dilution of precision because, for GNSS, it is impossible to observe the satellites (a.k.a. space vehicles [SVs]) below the horizon so the positioning cannot be controlled from below. If all the Up-coordinates are the same so that their differences are zero, then matrix M = [ a b 0 c d 0 e f 0 ] has a row echelon form of [ 1 0 0 0 1 0 0 0 0 ] , which shows the matrix cannot be inverted. More generally, co-planar control stations produce an M matrix that cannot be inverted. However, M can be inverted, in principle, if the stations are not exactly coplanar, but M can become ill-conditioned [10]. For example, replacing the Up-coordinates in the previous example with normally distributed random numbers u ~ N ( 0 ,   0.01 ) produced a M T W M matrix with elements differing by ten orders of magnitude, resulting in a position estimate of ( 0.024 ,   0.023 , 503.181 ) instead of (0,0,0). The accuracies of the horizontal coordinates are compromised by the ill-conditioning brought about by the vertical coordinates. Not including the vertical coordinates mitigates this, so we now re-work the problem for horizontal positioning.

6. Horizontal Positioning

The horizontal-only equations come from dropping the Up-coordinates in Equation (8) and replacing the slope distances with horizontal distances, s ¯ = s cos ( ζ ) , where   ζ is the mark-to-mark zenith angle. Equation (8) becomes
[ e j e k n j n k e j e l n j n l e j e m n j n m ] · [ e i n i ] = 1 2 [ s i j 2 s i k 2 + e k 2 e j 2 + n k 2 n j 2 s i j 2 s i l 2 + e l 2 e j 2 + n l 2 n j 2 s i j 2 s i n 2 + e n 2 e j 2 + n n 2 n j 2 ]
Solving Equation (17) with horizontal distances from the previous examples produces a position estimate of ( 1.5 × 10 14 ,   1.0 × 10 14 ) , which is around machine precision for double-precision floating point arithmetic.

7. Fieldwork Example

Observations were collected on the campus of New Mexico State University in May 2020. Five stations were positioned using a static GNSS survey lasting for at least 25 min, with a 1-s sampling interval, using Topcon HiPer Lite+ GNSS receivers. The specifications of the receivers, as reported by the manufacturer, are horizontal accuracies of ±3 mm ± 0.5 ppm and vertical accuracies of ±5 mm ± 0.5 ppm for GNSS static surveys. Data were then processed using the Online Positioning User Service (OPUS) tool provided by NGS (https://geodesy.noaa.gov/OPUS/, accessed on 28 June 2021), [12]. Seven CORSs provided control, being an average of around 100 km away (DK7580, DM3997, DJ8945, DG7417, DG6517, DG5392, DG5481). The average RMS values for all coordinates was less than 3 cm, as reported by OPUS. We also measured the mark-to-mark distances using a Leica TS02 total station and accompanied Leica reflector, both erected atop a slip-leg tripod and a tribrach with an optical plummet. Leica reports the accuracy of the EDM as 1.5 mm + 2 ppm. Each distance was measured three times in both the left and right faces. The height of instrument and the height of the reflector were measured and input to the total station. We then documented the observed horizontal and slope distances (Table 4).
The International Terrestrial Reference Frame (ITRF) 2014 coordinates are tabulated in Table 5. Stations A, B, C, D, and U were positioned with OPUS, and station CG is the average of stations A, B, C, D. Station U is the check station, whose coordinates are to be determined using stations A, B, C, D. The XYZ coordinates were converted to geodetic longitude, latitude, and height ( λ , ϕ , h ) , and then to local topocentric ENU using CG as the origin. The direct-inverse observations where averaged to mitigate collimation error, [13] and then all corrected pairs averaged to a single value. This is not necessary: M and k can be formed from the individual collimation-corrected averages but using the single ensemble average values yielded nearly identical estimates and makes the examples below easier to read. In practice, it might be preferable to use the individual collimation-corrected averages for blunder detection.
1.
Estimate station U’s coordinates using slope distances and XYZ control coordinates (i.e., using the coordinates from OPUS directly),
M = X · k [ 54.162 23.424 61.613 58.411 10.213 13.331 0.333 33.883 51.000 ] = [ x y z ] · [ 3 , 325 , 326.313 7 , 073 , 056.703 2 , 942 , 270.703 ]
X = M 1 · k [ x y z ] = [ 4.849 4.453 4.695 14.831 13.671 14.344 9.885 9.112 9.580 ] · [ 3 , 325 , 326.313 7 , 073 , 056.703 2 , 942 , 270.703 ] [ x y z ] = [ 1 , 555 , 830.328 5 , 169 , 670.346 3 , 387 , 054.140 ]
  • These coordinates differ from the check coordinates by ( 1.773 ,   5.405 , 3.606   ) , which is 6.735 m in error (3-d).
2.
Estimate station U’s coordinates using slope distances and XYZ coordinates localized to their centroid, columns x , y , z in Table 5.
M = X · k [ 54.162 23.424 61.613 58.411 10.213 13.331 0.333 33.883 51.000 ] = [ x y z ] · [ 696.755 460.340 281.990 ]
X = M 1 · k [ x y z ] = [ 4.849 4.453 4.695 14.831 13.671 14.344 9.885 9.112 9.580 ] · [ 696.755 460.340 281.990 ] [ x y z ] = [ 5.217 4.317 8.363 ]
  • The XYZ coordinates are recovered by adding the coordinates of CG to the estimated coordinates.
  • The estimated coordinates differ from the check coordinates by ( 1.757 ,     5.356 ,   3.573 ) , which is 6.674 m in error (3-d), slightly worse than using the XYZ coordinates directly.
  • The matrix M is identical for both “absolute” and these relative coordinates because M is formed from the differences in coordinates.
  • The k vector’s values are much smaller for the relative coordinates because the distances from the stations to the local origin (CG) are far shorter than the distances of the XYZ stations to their origin (Earth’s center of mass). These smaller values will generally lead to better numerical precision, which should have a good influence on improving the estimates, but that was not the case here.
  • The XYZ coordinates yield terrible results because, although these are geometrically 3-d coordinates, the stations are nearly coplanar, topologically 2-d. As discussed above, this produces very poor strength-of-figure for the vertical coordinate, but there is no notion of the vertical in an XYZ coordinate system so the inherent weakness in the vertical direction bleeds into all three coordinates.
3.
Estimate station U’s coordinates using topocentric Cartesian ENU coordinates using station CG as the ENU coordinate system’s origin. See the e, n, u columns in Table 5.
M = X · k [ 45.114 72.406 0.741 58.876 15.038 1.155 9.446 60.497 0.278 ] = [ e n u ] · [ 696.755 460.340 281.990 ]
X = M 1 · k [ e n u ] = [ 0.369 0.324 0.362 0.027 0.028 0.042 18.468 17.018 17.873 ] · [ 696.755 460.340 281.990 ] [ e n u ] = [ 6.240 5.666 6.690 ]
  • The errors for these coordinates are ( 0.139 , 0.012 , 6.672 ) , which is a dramatic improvement for the horizontal coordinates.
  • Almost all the error is in the Up coordinate, which validates the notion that it is the vertical coordinate with poor strength-of-figure.
  • The k vector is the same as the localized XYZ coordinates because (a) both coordinate systems have the same origin (station CG) and (b) ENU distances equal XYZ distances.
4.
Estimate station U’s coordinates using horizontal distances and only the East and North coordinates.
M = X · k [ 45.114 72.406 58.876 15.038 9.446 60.497 ] · [ e n ] = [ 696.702 460.344 ]
X X = ( M 1 M ) 1 M T · k [ e n ] = [ 0.000239 9.4 e 5 9.4 e 5 0.000146 ] · [ 696.702 460.344 ] [ e n ] = [ 6.372 5.654 ]
  • The errors for these coordinates are ( 0.0071 ,   0.0002 ) , which agrees with the check values within their uncertainty.
  • The numerical instability due to the ill-conditioned vertical coordinate has been removed so the estimates are very good. Notice that these EN coordinates have been estimated better than their ENU counterparts, because the deleterious effect of the Up coordinate has no effect here.
  • Notice that M is almost an identity matrix, which means that k has almost solved the problem itself.

8. Discussion and Conclusions

A multilateration method for terrestrial surveying was presented using differenced observation equations, which eliminated the quadratic terms in the unknown coordinates and, thus, linearized the system to be solved. Consequently, the position can be determined with a pseudo-inverse in the usual way, an operation that is well within reach of any spreadsheet’s computational capabilities, and still provides full statistical rigor. The linearization does have a cost: using differenced observations means one additional observation set than is required by the non-linear equivalent (four instead of three).
Understanding the geometrical layout of the survey is difficult when looking at the XYZ coordinates because they impart no notion of cardinal directionality or the vertical. The ENU coordinates readily reveal that the stations are nearly at the same height and occupy the four quadrants around the check station U. Slope distances can be used with XYZ and ENU coordinates alike, and slope distances are largely unaffected by atmospheric refraction and vertical-angle pointing errors that affect horizontal distances. However, as the examples show, poor strength-of-figure can completely overwhelm these benefits when the control stations are nearly coplanar.
Standard practice is to observe all distances at least twice in independent observations. A typical protocol would be to observe in different setups, not merely observing in the direct and inverted positions of the telescope.
M T M is invertible, in theory, so long as the control stations are not coplanar, but M T M becomes ill conditioned if the stations are bunched together or if they are nearly coplanar. If M T M is ill conditioned, all three coordinates will have less accurate estimations because the estimates are correlated. However, as demonstrated in the example, the Up-coordinate can be especially erroneous, but perhaps sometimes not so much as to be blatantly incorrect, which is a very insidious situation. In contrast, there is no numerical stability concerns if solving for just the horizontal coordinates, provided that the control stations surround the unknown station. The best evidence for whether the Up-coordinate is trustworthy is, unsurprisingly, its standard deviation (and common sense). The covariance matrix for the above ENU example works out to be 10 6 [ 2.5 1.4 6.8 1.4 1.1 17 6.8 17 769 ] so the standard deviations of the E-, N-, and U-coordinates are 1.6 mm, 1.1 mm, and 27.7 mm. As with GNSS positioning, the horizontal coordinates should have similar standard deviations and the Up-coordinate’s standard deviation should be larger. However, for GNSS, the Up-coordinate is expected to be around, say, three times larger, and here, the Up-coordinate is around 20 times larger. This is because, for GNSS, one expects there to be SVs spread across the whole sky at a broad span of zenith angles, whereas for terrestrial surveying one expects the control stations to be nearly at the same height, creating a scenario equivalent for GNSS positioning in which all the SVs are within, say, 5 ° in elevation angle from one another. Thus, in general, the Up-coordinate cannot be expected to have as good precision as the horizontal coordinates in most cases.
There is no limit, per se, to the number of stations that can be positioned simultaneously with this method, but every unknown station must tie to enough control stations to be positioned individually. In contrast, a typical traverse will run through “interior” stations that have no, or insufficient, direct ties to control stations, such as stations 2 and 4 in Figure 1. That is not allowed here. The reason is in the M matrix: if any of M’s elements (coordinate differences) are not unknown a priori, then M will contain variable elements, and the system becomes nonlinear. This is true for k, too: k will not be a vector of numbers only. This is not the case when solving the multilateration problem with a nonlinear system. The nonlinear solution requires a priori estimates for all the unknown coordinates, so the Jacobian matrix’s terms contain only numbers and, thus, the nonlinearity vanishes in the calculation. Nevertheless, the traverse in Figure 1 can be solved in a bootstrapping fashion by positioning stations 1 and 5, and then using those to control 2 and 4. However, if station g were unknown, nothing could be done.

Author Contributions

Conceptualization, T.H.M.; methodology, T.H.M. and A.F.E.; software, T.H.M.; validation, A.F.E.; formal analysis, T.H.M.; writing—original draft preparation, T.H.M.; writing—review and editing, T.H.M. and A.F.E. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data will be made available upon reasonable request to the authors (E.A.).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. BLM. Glossaries of BLM Surveying and Mapping Terms; U.S. Department of the Interior Bureau of Land Management: Grand Junction, CO, USA, 1980; 130p. Available online: https://www.blm.gov/or/gis/geoscience/files/BLMglossary.pdf (accessed on 28 June 2021).
  2. Tsui, J.B.-Y. Fundamentals of Global Positioning System Receivers: A Software Approach; John Wiley & Sons: Hoboken, NJ, USA, 2000; 235p. [Google Scholar]
  3. Parkinson Bradford, W.; Spilker James, J., Jr.; Hereman, W. (Eds.) Global Positioning System: Theory and Applications; American Institute of Aeronautics and Astronautics, Inc.: Reston, VA, USA, 1996; Volume 2. [Google Scholar]
  4. Navidi, W.; Murphy, W.S., Jr.; Hereman, W. Statistical methods in surveying by trilateration. Comput. Stat. Data Anal. 1998, 27, 209–227. [Google Scholar] [CrossRef]
  5. ACSM. Definitions of Surveying and Associated Terms; American Congress for Surveying and Mapping: Eatontown, NJ, USA, 2005; 313p. [Google Scholar]
  6. Meyer, T.H. Introduction to Geometrical and Physical Geodesy: Foundations of Geomatics; ESRI Press: Redlands, CA, USA, 2010; 246p. [Google Scholar]
  7. Rongshin, H. Effects Due to the Constrained Unknowns. Surv. Rev. 1998, 34, 297–306. [Google Scholar] [CrossRef]
  8. Bossler John, D.; Hanson Robert, H. Application of Special Variance Estimators to Geodesy; NOAA Technical Report NOS 84 NGS 15; NOAA: Rockville, MD, USA, 1980; 8p. [Google Scholar]
  9. Bähr, H.; Altamimi, Z.; Heck, B. Variance Component Estimation for Combination of Terrestrial Reference Frames; Universitätsverlag Karlsruhe: karlsruhe, Germany, 2007; 82p. [Google Scholar]
  10. Gao, X.; Dia, W.; Song, Z.; Cai, C. Reference satellite selection method for GNSS high-precision relative positioning. Geod. Geodyn. 2017, 8, 125–129. [Google Scholar] [CrossRef] [Green Version]
  11. Lichtblau, D.; Weisstein, E.W. Condition Number. From MathWorld—A Wolfram Web Resource. Available online: https://mathworld.wolfram.com/ConditionNumber.html (accessed on 12 March 2020).
  12. Mader, G.L.; Weston, N.D.; Morrison, M.L.; Milbert, D.G. The on-line positioning user service (OPUS). Prof. Surv. 2003, 23, 26–28. [Google Scholar]
  13. Meyer, T.H. Trigonometric Tips and Tricks for Surveying. Surv. Land Inf. Sci. 2021. accepted. [Google Scholar]
Figure 1. A traverse. Control stations are blue with single-letter designations. Unknown stations are red with number designations. Observed lines are brown.
Figure 1. A traverse. Control stations are blue with single-letter designations. Unknown stations are red with number designations. Observed lines are brown.
Geomatics 01 00018 g001
Table 1. Randomly generated coordinates for five control stations around CTMA.
Table 1. Randomly generated coordinates for five control stations around CTMA.
StationABCDE
X1,456,384.8361,456,361.5281,456,385.6941,456,392.5901,456,528.776
Y−4,539,056.940−4,539,041.958−4,538,904.001−4,539,083.089−4,538,786.795
Z4,223,384.1244,223,414.5094,223,553.2634,223,358.4564,223,631.667
Table 2. Localized XYZ control coordinates.
Table 2. Localized XYZ control coordinates.
StationABCDE
local X0−23.3080.8597.755143.940
local Y014.982152.939−26.149270.145
local Z030.385169.139−25.668247.543
Table 3. ENU control coordinates.
Table 3. ENU control coordinates.
StationABCDE
e0−17.61647.543−0.605219.592
n036.911222.984−37.306326.684
u04.2654.1043.2645.623
Table 4. Total-station slope distances and horizontal distances observed from the fieldwork.
Table 4. Total-station slope distances and horizontal distances observed from the fieldwork.
FromToLR
slope_distanceAU35.76335.763
slope_distanceAU35.76735.767
slope_distanceAU35.76535.765
slope_distanceBU49.61849.618
slope_distanceBU49.61649.616
slope_distanceBU49.62049.620
slope_distanceCU44.68944.689
slope_distanceCU44.69144.691
slope_distanceCU44.69044.691
slope_distanceDU39.54739.548
slope_distanceDU39.54839.548
slope_distanceDU39.55039.549
FromToLR
hz_distanceAU35.76135.761
hz_distanceAU35.76535.765
hz_distanceAU35.76335.763
hz_distanceBU49.61649.616
hz_distanceBU49.61449.614
hz_distanceBU49.61849.618
hz_distanceCU44.68344.683
hz_distanceCU44.68544.685
hz_distanceCU44.68444.685
hz_distanceDU39.54239.543
hz_distanceDU39.54339.543
hz_distanceDU39.54539.544
Table 5. Station coordinates in ITRF 2014 in XYZ, local XYZ, and ENU coordinate systems.
Table 5. Station coordinates in ITRF 2014 in XYZ, local XYZ, and ENU coordinate systems.
Namexyzx’y’z’enu
A−1,555,853.353−5,169,686.4863,387,031.050−28.227−11.773−31.486−23.636−36.985−0.405
B−1,555,799.191−5,169,663.0623,387,092.66325.93511.65130.12721.47835.4210.337
C−1,555,794.942−5,169,696.6993,387,044.38130.184−21.986−18.15535.240−21.9470.751
D−1,555,853.020−5,169,652.6033,387,082.050−27.89422.11019.514−33.08223.512−0.683
CG−1,555,825.127−5,169,674.7133,387,062.536000000
U−1,555,832.101−5,169,675.7513,387,057.746−6.975−1.038−4.790−6.379−5.654−0.018
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Meyer, T.H.; Elaksher, A.F. Solving the Multilateration Problem without Iteration. Geomatics 2021, 1, 324-334. https://0-doi-org.brum.beds.ac.uk/10.3390/geomatics1030018

AMA Style

Meyer TH, Elaksher AF. Solving the Multilateration Problem without Iteration. Geomatics. 2021; 1(3):324-334. https://0-doi-org.brum.beds.ac.uk/10.3390/geomatics1030018

Chicago/Turabian Style

Meyer, Thomas H., and Ahmed F. Elaksher. 2021. "Solving the Multilateration Problem without Iteration" Geomatics 1, no. 3: 324-334. https://0-doi-org.brum.beds.ac.uk/10.3390/geomatics1030018

Article Metrics

Back to TopTop