diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-07-07 17:01:10 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-07-07 17:01:10 -0700 |
commit | 273fb752fb14e0ebf3b04e0729f6545a54baf2c6 (patch) | |
tree | 55a5bbb92a6be36d27cf6e9d5755dbacd2b5e114 /host/lib/usrp/b200/b200_impl.hpp | |
parent | a44f791a44fc248f82da070cd6ea2405cf4532f6 (diff) | |
parent | 984575c9f1ca18c3d97ba730e20bdbe7b7614c1e (diff) | |
download | uhd-273fb752fb14e0ebf3b04e0729f6545a54baf2c6.tar.gz uhd-273fb752fb14e0ebf3b04e0729f6545a54baf2c6.tar.bz2 uhd-273fb752fb14e0ebf3b04e0729f6545a54baf2c6.zip |
Merge branch 'master' into x300/rev7_support
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 2491b36ad..57c68be71 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -51,7 +51,8 @@ static const boost::uint16_t B200_FPGA_COMPAT_NUM = 7; static const double B200_BUS_CLOCK_RATE = 100e6; static const double B200_DEFAULT_TICK_RATE = 32e6; static const double B200_DEFAULT_FREQ = 100e6; // Hz -static const double B200_DEFAULT_RATE = 250e3; // Sps +static const double B200_DEFAULT_DECIM = 128; +static const double B200_DEFAULT_INTERP = 128; static const double B200_DEFAULT_RX_GAIN = 0; // dB static const double B200_DEFAULT_TX_GAIN = 0; // dB static const boost::uint32_t B200_GPSDO_ST_NONE = 0x83; |