diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-14 14:51:09 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-14 14:51:09 +0200 |
commit | 2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6 (patch) | |
tree | 95c2459895cf42450972df61a069f08bd0fd67d0 /host/docs/sync.dox | |
parent | e82f7f0e7e49ec9b25dd65249fb603aeca6f283e (diff) | |
download | uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.tar.gz uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.tar.bz2 uhd-2843de0a1b985bf5c8cdbc64a368e0e7d0b08fe6.zip |
docs: Cleaned up and rearranged manual structure
- Removed stray .rst files
- Cleared up TOC, manual is now split into two parts
Diffstat (limited to 'host/docs/sync.dox')
-rw-r--r-- | host/docs/sync.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/sync.dox b/host/docs/sync.dox index f41d3a78c..8c16eb046 100644 --- a/host/docs/sync.dox +++ b/host/docs/sync.dox @@ -1,4 +1,4 @@ -/*! \page page_sync Synchronization Application Notes +/*! \page page_sync Device Synchronization \tableofcontents @@ -16,7 +16,7 @@ products. USRP devices take two reference signals in order to synchronize clocks and time: -- A 10MHz reference to provide a single frequency reference for both +- A 10 MHz reference to provide a single frequency reference for both devices. - A pulse-per-second (PPS) to synchronize the sample time across devices. @@ -46,7 +46,7 @@ usrp->set_time_source("_external_"); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <b>Note2:</b> For users generating their own signals for the external SMA -connectors, the PPS should be clocked from the 10MHz reference. See the +connectors, the PPS should be clocked from the 10 MHz reference. See the application notes for your device for specific signal requirements. \subsection sync_commonref_mimo MIMO cable reference signals |