From f8b677183937d565045939061cbd57202e388e50 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 23 Aug 2013 15:16:52 -0700 Subject: uhd: fix get_xx_freq_range to use analog bw/2 The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2 --- host/include/uhd/usrp/multi_usrp.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'host/include') 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 */ -- cgit v1.2.3