summaryrefslogtreecommitdiff
path: root/usrp/host/lib
diff options
context:
space:
mode:
authorJohnathan Corgan2009-09-02 08:05:04 -0700
committerJohnathan Corgan2009-09-02 08:05:04 -0700
commit31c94994fa22a9d5f8584449edee4e86013ae916 (patch)
tree872f60bc7aee05d1293a90d4ba90779e20edaa02 /usrp/host/lib
parent1aa216df204197b4849581dd4f42b2e7680eb72f (diff)
downloadgnuradio-31c94994fa22a9d5f8584449edee4e86013ae916.tar.gz
gnuradio-31c94994fa22a9d5f8584449edee4e86013ae916.tar.bz2
gnuradio-31c94994fa22a9d5f8584449edee4e86013ae916.zip
Expand frequency ranges to match hardware capability.
* Corresponds to SVN r11620:11622 * Fixes ticket 405 Reported-by: Dimitris Symeonidis <azimout@gmail.com> Fixed-by: Matt Ettus <matt@ettus.com>
Diffstat (limited to 'usrp/host/lib')
-rw-r--r--usrp/host/lib/db_flexrf.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/usrp/host/lib/db_flexrf.cc b/usrp/host/lib/db_flexrf.cc
index a8f4684b5..2d2bfabbb 100644
--- a/usrp/host/lib/db_flexrf.cc
+++ b/usrp/host/lib/db_flexrf.cc
@@ -668,7 +668,7 @@ _2400_common::freq_min()
double
_2400_common::freq_max()
{
- return 2700e6;
+ return 2900e6;
}
//----------------------------------------------------------------------
@@ -700,7 +700,7 @@ _1200_common::freq_min()
double
_1200_common::freq_max()
{
- return 1350e6;
+ return 1450e6;
}
//-------------------------------------------------------------------------
@@ -726,13 +726,13 @@ _1800_common::_1800_common()
double
_1800_common::freq_min()
{
- return 1600e6;
+ return 1500e6;
}
double
_1800_common::freq_max()
{
- return 2000e6;
+ return 2100e6;
}
//-------------------------------------------------------------------------
@@ -758,13 +758,13 @@ _900_common::_900_common()
double
_900_common::freq_min()
{
- return 800e6;
+ return 750e6;
}
double
_900_common::freq_max()
{
- return 1000e6;
+ return 1050e6;
}
//-------------------------------------------------------------------------