Given: The data from Lab 5. Specifically, you have signals from three GPS "satellites." These satellites live in a two-dimensional world and they transmit from these X,Y coordinates (in ambiguous units) :
My answer from Lab 5 (i.e the minimum of the contours).
Now we'll use least squares. Unlike the polynomial case, the observations in this example (the ranges) are not linearly related to what we want to know - where the GPS receiver is. We'll need to linearize the equations. This is directly analogous to the GPS case, without the complications (like clocks).
Steps to follow:
where
)
is defined as
(ATA)-1ATl.
and Yro+
.
Turn in:
Your receiver location and code.