diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-29 18:03:27 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-29 18:03:27 -0700 |
commit | 07be4a9976b1d237d6c19dcf48bee7b6d0db6516 (patch) | |
tree | 71d29bf7ef2b97d1798048b6cc931e726c320b2a /host/docs/gpsdo.rst | |
parent | 465431b1a3674710e6accfc8c82375713a8a5efc (diff) | |
download | uhd-07be4a9976b1d237d6c19dcf48bee7b6d0db6516.tar.gz uhd-07be4a9976b1d237d6c19dcf48bee7b6d0db6516.tar.bz2 uhd-07be4a9976b1d237d6c19dcf48bee7b6d0db6516.zip |
uhd: fixed formatting on gpsdo doc, added time sync docs on mimo cable
Diffstat (limited to 'host/docs/gpsdo.rst')
-rw-r--r-- | host/docs/gpsdo.rst | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/host/docs/gpsdo.rst b/host/docs/gpsdo.rst index a0f2d67da..5680e0699 100644 --- a/host/docs/gpsdo.rst +++ b/host/docs/gpsdo.rst @@ -11,11 +11,17 @@ to the Jackson Labs Firefly-1A device unless noted otherwise. ------------------------------------------------------------------------ Specifications ------------------------------------------------------------------------ -Receiver type: 50 channel with WAAS, EGNOS, MSAS -10MHz ADEV: 1e-11 over >24h -1PPS RMS jitter: <50ns 1-sigma -Holdover: <11us over 3h -Phase noise: 1Hz: -80dBc/Hz, 10Hz: -110dBc/Hz, 100Hz: -135dBc/Hz, 1kHz: -145dBc/Hz, 10kHz: <-145dBc/Hz +* Receiver type: 50 channel with WAAS, EGNOS, MSAS +* 10MHz ADEV: 1e-11 over >24h +* 1PPS RMS jitter: <50ns 1-sigma +* Holdover: <11us over 3h +* Phase noise: + + * **1Hz:** -80dBc/Hz + * **10Hz:** -110dBc/Hz + * **100Hz:** -135dBc/Hz + * **1kHz:** -145dBc/Hz + * **10kHz:** <-145dBc/Hz ------------------------------------------------------------------------ Installation @@ -35,6 +41,7 @@ To configure the USRP to communicate with the GPSDO, use the usrp_burn_mb_eeprom utility: :: + $ cd <install-path>/share/uhd/utils $ ./usrp_burn_mb_eeprom --key=gpsdo --val=internal @@ -53,6 +60,7 @@ GPS data is obtained through the mboard_sensors interface. To retrieve the current GPS time, use the "gps_time" sensor: :: + usrp->get_mboard_sensor("gps_time"); The returned value will be the current epoch time, in seconds since |