diff options
author | Josh Blum <josh@joshknows.com> | 2013-08-23 15:18:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-08-23 15:18:50 -0700 |
commit | c099f2b54fd32215efb3de84f4e857d2d4ce2368 (patch) | |
tree | 4c9641419555b669fe3846283b2407eb966213fe /host/include | |
parent | 186b25c3cc7065729cdb110b954454f6c1e0e83b (diff) | |
parent | f8b677183937d565045939061cbd57202e388e50 (diff) | |
download | uhd-c099f2b54fd32215efb3de84f4e857d2d4ce2368.tar.gz uhd-c099f2b54fd32215efb3de84f4e857d2d4ce2368.tar.bz2 uhd-c099f2b54fd32215efb3de84f4e857d2d4ce2368.zip |
Merge branch 'maint'
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 2e83823ba..d60f0e60c 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -441,6 +441,10 @@ public: /*! * Get the RX center frequency range. + * This range includes the overall tunable range of the RX chain, + * including frontend chain and digital down conversion chain. + * This tunable limit does not include the baseband bandwidth; + * users should assume that the actual range is +/- samp_rate/2. * \param chan the channel index 0 to N-1 * \return a frequency range object */ @@ -694,6 +698,10 @@ public: /*! * Get the TX center frequency range. + * This range includes the overall tunable range of the TX chain, + * including frontend chain and digital up conversion chain. + * This tunable limit does not include the baseband bandwidth; + * users should assume that the actual range is +/- samp_rate/2. * \param chan the channel index 0 to N-1 * \return a frequency range object */ |