Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How accurate is the GPS Clock?

Tags:

In my company we do have critical systems that require an accurate time.

As so, we have an NTP server appliance with an outdoor GPS antenna that receives the time from the GPS satellites.

My questions are:

  • How accurate is the time clock?
  • Is it worth it to keep this way or use another external NTP (US-GOV, NASA, etc) ?

Thanks,

like image 919
Andre Avatar asked Oct 27 '10 20:10

Andre


People also ask

Is GPS time more accurate than NTP?

GPS accuracy is ~ 1 microsecond. NTP accuracy is ~ 100 milliseconds. GPS is more accurate than NTP and has less latency compared to NTP. clear sky, and after satellites are locked, the GPS master clock will send a signal every second to the slave clocks.

How often are GPS clocks updated?

Atomic clocks are used onboard GPS satellites that orbit the Earth, but even they must be sent updates two times per day to correct the clocks' natural drift.

Can a GPS be wrong?

GPS devices typically need to receive signals from at least 7 or 8 satellites to calculate location to within about 10 meters. With fewer satellites contributing, the amount of uncertainty and inaccuracy increases.

Is GPS more accurate at night?

Accuracy is better at night and in clear weather as the state of the atmosphere is more consistant and predictable. This is particularly the case if you are using WAAS or EGNOS to improve accuracy.


1 Answers

According to this reference, the time should be accurate to within 40 ns, which is much less than the time it would take to transmit that information to another system.

The reference also explains how GPS time might differ from UTC because of leap seconds that have been added since the deployment of GPS. The difference between the two is encoded in the GPS signal, but it is up to the GPS device to include the offset in its displayed time. Presumably an appliance that is dedicated to keeping time would do this part correctly.

like image 143
Mark Ransom Avatar answered Jan 02 '23 23:01

Mark Ransom