... | ... | @@ -4,23 +4,34 @@ Satellites send a signal and users’ receptor receives it. But in order to read |
|
|
|
|
|
# **1st synchronization problem: the distance calculation is very sensitive to clock errors**
|
|
|
|
|
|
Indeed, if we calculate the time a signal makes to go from the satellites to the receptor, in an ideal world, we only would have to use the fact that . As time is multiplied by the speed of light, distance is very sensible to time mistake: 
|
|
|
Indeed, if we calculate the time a signal makes to go from the satellites to the receptor, in an ideal world, we only would have to use the fact that .
|
|
|
With :
|
|
|
-  the distance between the satellite and the user,
|
|
|
-  the speed of light,
|
|
|
-  the time.
|
|
|
|
|
|
Without any other mistake, time can be written  with  the propagation time,  the bias of the receptor,  the bias of the satellite.
|
|
|
As time is multiplied by the speed of light, distance is very sensible to time mistake.
|
|
|
|
|
|
And the pseudo-distance between the satellite and the receptor ) with . The satellites clock is very precise and permanently controlled by the “ground segment”. We know its bias with the accuracy of less than a nanosecond. Concerning the receptors clocks, they are much less accurate. Phones clock are often quartz clock, and their accuracy is unknown.
|
|
|
Without any other mistake, time can be written  with  the propagation time,  the bias of the receptor,  the bias of the satellite.
|
|
|
|
|
|
Therefore, the localisation problem has 4 unknown parameters: 3 geometrical parameters x, y and z and time t.
|
|
|
And the pseudo-distance between the satellite and the receptor 
|
|
|
|
|
|
With :
|
|
|
- 
|
|
|
|
|
|
The satellites clock is very precise and permanently controlled by the “ground segment”. We know its bias with the accuracy of less than a nanosecond. Concerning the receptors clocks, they are much less accurate. Phones clock are often quartz clock, and their accuracy is unknown.
|
|
|
|
|
|
Therefore, the localisation problem has 4 unknown parameters: 3 geometrical parameters ,  and  and time .
|
|
|
|
|
|
# **2nd synchronization problem: the problem with the frequency**
|
|
|
|
|
|
The same problem affects the measurements made thanks to the Doppler Effect. The clock drift is a phenomenon that describes the precision of a clock through time. This drift depends on the quality of the clock : the drift of an atomic clock will be more predictable and smaller than the drift of a quartz clock.
|
|
|
|
|
|
We get from the derivation of the previous equality that : )
|
|
|
We get from the derivation of the previous equality that : 
|
|
|
|
|
|
with  the clock drift of the receptor,  the clock drift of the satellite.
|
|
|
with  the clock drift of the receptor,  the clock drift of the satellite.
|
|
|
|
|
|
 is controlled and considered insignificant for the measurements.
|
|
|
 is controlled and considered insignificant for the measurements.
|
|
|
|
|
|
Therefore, the localisation problem has 4 unknown parameters : the speed following the 3 axis of the reference frame, and the clock drift of the receptor. The question that arises is: **how to make sure those clocks are synchronized?**
|
|
|
|
... | ... | |