In the context of Software defined radios (SDRs), what are the differences between using an external 10MHz reference versus using a GPSDO? Why/when would you use one over the other? And how does the 1PPS relate to all this? Is the 1PPS only used for system time? What happens if you don't use a 1PPS?
1 Answers
A GPSDO is a way of providing a 10MHz reference. A GPSDO can be an external device, but some SDR devices are also able to "host" a GPSDO so that you don't need an external unit in its own box with its own power and its own cable for the 10MHz; you just buy the GPSDO option, plug a GPS antenna into the port for it, and go. Other sources of 10MHz are available, of course, and if you have one of those you might prefer the simplicity of an external reference input.
PPS is another signal commonly available from GPSDOs and similar devices. Yes, it's usually synchronized to top-of-second, which means that it's useful for deriving time as well as frequency. In some radio applications that's not needed at all, but some systems (such as LTE) require participants to have good absolute time, and 10MHz won't give you that.
In theory 1PPS will give you frequency as well as time, but disciplining frequency from 1PPS is much slower (and much more demanding of oscillator stability) than using 10MHz, so if you have 10MHz available you will almost always use that, and if you need time and frequency you will use both.
- 7,397
- 1
- 20
- 31
NAV-TIMEGPS(for exact specification of nav TOV) andTIM-TP(for exact specification of the next "PPS" pulse). – hobbs Feb 08 '24 at 18:53