diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-07-09 16:56:34 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-29 16:50:34 -0700 |
commit | 9813505968e3c9beb1c8f16116cd8665524992b6 (patch) | |
tree | f9b66313c6a138dbabeb7f113e1e6ce802a1a22d /host/lib/usrp/e300/e300_defaults.hpp | |
parent | e94223d4b5db34b407a72f9aed56fe3ef4eeec75 (diff) | |
download | uhd-9813505968e3c9beb1c8f16116cd8665524992b6.tar.gz uhd-9813505968e3c9beb1c8f16116cd8665524992b6.tar.bz2 uhd-9813505968e3c9beb1c8f16116cd8665524992b6.zip |
ad9361/b200/e300: Refactored AD936x + perifs management
- Created AD936x manager class
- Moved functionality from B2x0 and E310 into manager
- Separated property tree + perifs initialization in both device classes
Diffstat (limited to 'host/lib/usrp/e300/e300_defaults.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_defaults.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/e300/e300_defaults.hpp b/host/lib/usrp/e300/e300_defaults.hpp index 32b3c33ef..267897e03 100644 --- a/host/lib/usrp/e300/e300_defaults.hpp +++ b/host/lib/usrp/e300/e300_defaults.hpp @@ -30,10 +30,6 @@ static const double DEFAULT_RX_SAMP_RATE = 1.0e6; static const double DEFAULT_DDC_FREQ = 0.0; static const double DEFAULT_DUC_FREQ = 0.0; -static const double DEFAULT_FE_GAIN = 0.0; -static const double DEFAULT_FE_FREQ = 1.0e9; -static const double DEFAULT_FE_BW = 56e6; - static const std::string DEFAULT_TIME_SRC = "internal"; static const std::string DEFAULT_CLOCK_SRC = "internal"; |