diff options
author | Ben Hilburn <ben@ettus.com> | 2012-11-05 12:48:33 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-11-07 12:12:10 -0800 |
commit | 5d0a0631cad9cd16c14e6c5209ab0ce3bf9c53e4 (patch) | |
tree | c5862ddbf8553b2f6b048bb5fb82b2e52aebf312 /host/lib/usrp | |
parent | ed6fc0788832aecd9379e833dd8dee4413b71b38 (diff) | |
download | uhd-5d0a0631cad9cd16c14e6c5209ab0ce3bf9c53e4.tar.gz uhd-5d0a0631cad9cd16c14e6c5209ab0ce3bf9c53e4.tar.bz2 uhd-5d0a0631cad9cd16c14e6c5209ab0ce3bf9c53e4.zip |
wbx: updating the code to allow full range of the VCO.
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/dboard/db_wbx_version4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_wbx_version4.cpp b/host/lib/usrp/dboard/db_wbx_version4.cpp index c1de2af56..2fc3416ee 100644 --- a/host/lib/usrp/dboard/db_wbx_version4.cpp +++ b/host/lib/usrp/dboard/db_wbx_version4.cpp @@ -41,7 +41,7 @@ static const uhd::dict<std::string, gain_range_t> wbx_v4_tx_gain_ranges = map_li ("PGA0", gain_range_t(0, 31, 1.0)) ; -static const freq_range_t wbx_v4_freq_range(50.0e6, 2.2e9); +static const freq_range_t wbx_v4_freq_range(35.0e6, 2.2e9); /*********************************************************************** |