diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-01 14:06:06 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-01 14:06:06 -0700 |
commit | 70abc2e231e542929fb4d24fca7a2ad419930415 (patch) | |
tree | bcbed85755abd0d0187a06c23f899955e3593b5d /host/docs/usrp2.rst | |
parent | 8d724c4fa53f45e470b959bb1a1961e18b92ad1b (diff) | |
parent | e081fe1f098c09a2661e954bec3e511dfc28c897 (diff) | |
download | uhd-70abc2e231e542929fb4d24fca7a2ad419930415.tar.gz uhd-70abc2e231e542929fb4d24fca7a2ad419930415.tar.bz2 uhd-70abc2e231e542929fb4d24fca7a2ad419930415.zip |
Merge branch 'sync_docs'
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r-- | host/docs/usrp2.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index aaae79792..88b217f1b 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -397,3 +397,20 @@ they can be queried through the API. * mimo_locked - clock reference locked over the MIMO cable * ref_locked - clock reference locked (internal/external) * gps_time - GPS seconds (available when GPSDO installed) + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Multiple RX channels +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +There are two complete DDC chains in the FPGA. +In the single channel case, only one chain is ever used. +To receive from both channels, +the user must set the RX subdevice specification. +This hardware has only one daughterboard slot, +which has been aptly named slot "0". + +In the following example, a TVRX2 is installed. +Channel 0 is sourced from subdevice RX1, +channel 1 is sourced from subdevice RX2: +:: + + usrp->set_rx_subdev_spec("0:RX1 0:RX2"); |