|
|
|
|
|
by cesarb
833 days ago
|
|
> Your receiver is just listening to the broadcast signal from several (usually 4+) satellites and based on the strength of that signal determining how far it is from each of those satellites. GPS doesn't use the strength of the signal at all. Instead, each signal contains precise information about the current time at the highly-accurate atomic clocks onboard the corresponding satellite (plus some important metadata about each satellite, including things like their orbit parameters). If the receiver already knew the precise time, it could calculate the distance to each satellite from the difference between the true time and the received time (and the speed of the light), and 3 satellites would be enough to triangulate its position. Since the receiver usually doesn't know the precise time, it needs an extra satellite because there are now 4 unknowns (3 for its position plus 1 for the current time). (Obviously, that's a very simplified explanation, there are plenty of other things which complicate the calculations.) |
|