Ronni Grapenthin - Notes
(he / him / his)
email:
University of Alaska Fairbanks
Geophysical Institute
2156 Koyukuk Drive
Fairbanks, AK-99775

Position Estimation With Pseudoranges

Published: 2019/03/11

This is the weby-fied version of a handout for my course on geodetic methods and modeling; might as well share it more broadly. How can we get a position estimate from signals a GPS / GNSS satellite sends?


Introduction

A range describes the geometric distance between two points, in our case they are a satellite and a receiver. This could be inferred by (1) measuring the transit time, τ, of a signal that travels from satellite to receiver at the speed of light, c, or (2) by calculating the Euclidean distance between known satellite and known receiver positions.

The problem with (2) is that we don't have the receiver's position and (1) depends on the receiver clock that is biased (non-atomic clock!) and the signal is affected by path delays due to ionosphere and toposphere impacts and other error sources. That's why a travel-time derived observable of distance between satellite and receiver is called pseudorange.

In the derivation below we will use pseudorange observables in a simple method to estimate receiver positions. We will not deal with all the error terms (e.g., ionosphere or troposphere) and instead assume that they can be easily integrated.

Pseudorange Measurement Model

The pseudorange from receiver u to satellite s, ρ(s), can be expressed as:

ρ(s)=r(s)+c(δtu-δt(s))+I+T+ϵ

where r(s) is the true range to satellite s, c remains the speed of light, δtu is the receiver clock bias, δt(s) is clock bias of satellite s and I,T are ionospheric and tropospheric delays. The last term, ϵ, captures unmodeled effects, such as multipath, measurement errors, etc. Note that subscripts (e.g., u) reflect receiver specific values, while superscripts identify individual satellites; these are not powers of (s)!

Geometric Range

As mentioned in the introduction, we have two ways to express the geometric range: the transit time, τ multiplied by the speed of light, c, and the Euclidean distance. The former does not include the receiver position, which we would like to estimate. Thus, we use Euclidean distance here:

r(s)=(x(s)-x)2+(y(s)-y)2+(z(s)-z)2

giving the Euclidean distance between a receiver at position (x,y,z) and the satellite, s, at position p(s)=(x(s),y(s),z(s)). Note that here, we assume that the satellite position is given. Several levels of quality of these positions exist from broadcast (sent by satellite; about 100 cm precision) to high-precision-two-weeks-after-the-fact-satellite-positions (about 2.5 cm precision), see IGS website for more.

Note that range r(s) is also time dependent, which is not explicitly stated above. Obviously, the satellite moves and its position changes. But our receiver may also move (which is actually the interesting application for geophysics). Furthermore, both positions have to be given in the same coordinate system, which we will require to be earth centered earth-fixed, ECEF (details on coordinate systems may come later, for now assume that we can get the satellite position in ECEF).

Solving Pseudorange Measurement Model for Receiver Position

Welcome to the meat of this post! Our goal is some sort of solution that gives us the receiver position. Let's have at it!

Inserting the Euclidean distance expression for r(s) into the pseudorange measurement model we introduced above, we get:

ρ(s)=(x(s)-x)2+(y(s)-y)2+(z(s)-z)2+cδtu-cδt(s)+ϵ

where x,y,z,δtu are unknown and ϵ now captures all delays including ionosphere and troposphere delays given separately before. Unfortunately, this equation is non-linear in x,y,z. This prevents us from directly setting up a linear system of equations that could be easily solved with, for instance, least-squares approximations. What to do? Instead of throwing up our hands and walking away from the problem, we can try to find a linear approximation of the problem and solve that for receiver position and receiver clock error.

To achieve this, your Calc III knowledge will come in quite handy! We'll use the linear parts of a multivariate Taylor Series expansion of ρ(s), which assumes that we can approximate ρ(s) with a linear function in the vicinity of a point. For any function f(x,y) that is at least differentiable once, a linear approximation about the point (a,b) is given by the sum of the function at this point and its partial derivatives at that point:

f(x,y)=f(a,b)+fx(a,b)(x-a)+fy(a,b)(y-b)

So, if we linearize ρ(s) about an approximate position and expected receiver clock bias (x0,y0,z0,te0) using the linear part of the multivariate Taylor Series expansion, we get:

ρ(s)(x,y,z,te)=ρ(s)(x0,y0,z0,te0)+ρ(s)x(x-x0)+ρ(s)y(y-y0)+ρ(s)z(z-z0)+ρ(s)te(te-te0)+ϵ

Note that we substituted δtu with te to avoid double deltas here. We can simplify this a bit:

ρ(s)(x,y,z,te)-ρ(s)(x0,y0,z0,te0) = ρ(s)xΔx+ρ(s)yΔy+ρ(s)zΔz+ρ(s)teΔte+ϵ
Δρ(s) = [ρ(s)xρ(s)yρ(s)zρ(s)te][ΔxΔyΔzΔte]+ϵ

Remember that Δρ(s) is the difference between the measured pseudorange and the expected geometric range between a satellite position and the apriori position. We can calculate an updated absolute position and clock bias by adding [Δx,Δy,Δz,Δte] to the apriori values [x0,y0,z0,te0]. We're pretty close to a solution here, but we first need to calculate the partial derivatives:

[ρ(s)xρ(s)yρ(s)zρ(s)te]

Let's work on this for the term ρ(s)x. We will need the chain rule (yay, Calc I!):

unx=nun-1ux

and we set u to be the term under the square-root in the range expression for the Euclidean distance given above:

u=(x(s)-x)2+(y(s)-y)2+(z(s)-z)2

we can write:

ρ(s)x = (x(s)-x)2+(y(s)-y)2+(z(s)-z)2x
= ux
= 12u-12ux
= 12u12[(x(s)-x)2+(y(s)-y)2+(z(s)-z)2]x
= 12u12[(x(s)-x)2]x
= 2(x(s)-x)2u12(-1)
= x-x(s)ρ(s)

Doing this for all the partial derivatives at the apriori position gives us:

ρ(s)x = x0-x(s)ρ0(s)
ρ(s)y = y0-y(s)ρ0(s)
ρ(s)z = z0-z(s)ρ0(s)
ρ(s)te = c

The result for the partial derivative with respect to the clock error follows from earlier expressions of δtu. Note that ρ0(s) is the geometric range from the apriori position to satellite s, which can be calculated without needing the precise position. Any model corrections that could be applied (e.g., troposphere, ...) could go in there, too. With these expressions for the partial derivatives, we can rewrite the equation for Δρ(s) as:

Δρ(s) = [x0-x(s)ρ0(s)y0-y(s)ρ0(s)z0-z(s)ρ0(s)c][ΔxΔyΔzΔte]+ϵ

Assuming that we have n satellites in view, each of which giving us a pseudorange measurement ρ(1),,ρ(n), we can now set up a linear system of equations:

[Δρ(1)Δρ(2)Δρ(n)]=[x0-x(1)ρ0(1)y0-y(1)ρ0(1)z0-z(1)ρ0(1)cx0-x(2)ρ0(2)y0-y(2)ρ0(2)z0-z(2)ρ0(2)cx0-x(n)ρ0(n)y0-y(n)ρ0(n)z0-z(n)ρ0(n)c][ΔxΔyΔzΔte]+ϵ

Solving the System

This matrix equation is of the form Gm=d where G is a matrix containing the partial derivatives, d is a vector with the pseudorange differences, and m is the vector with the unknowns; specifically the receiver position and clock error. We can solve this with least squares techniques to minimize the sum of squared residuals, for instance, using the normal equations:

m=(GTG)-1GTd

We can also introduce a weight matrix W to, for instance, put less emphasis on satellites at low elevation angles (I leave it up to you to define reasonable relationships here):

m=(GTWG)-1GTWd

Once we have a solution m=[Δx,Δy,Δz,Δte], we can add update the apriori values:

[xnewynewznewtenew]=[x0y0z0te0]+[ΔxΔyΔzΔte]

and iterate until improvements are small.

That's it!

You can now do what your phone does. If you wish, practice it here in a lab that's part of my class. Use any programming language you like.

The position quality you're getting here isn't fantastic, but good enough to keep you on the road. In science we're usually using dual frequency GPS and track the phase of the signal, which allows for much higher precision. More on that another time, I hope.

rg <at> nmt <dot> edu | Created: 2019/03/11 | Last modified: March 12 2019 15:14.