diff options
author | Mark Meserve <mark.meserve@ni.com> | 2017-09-29 10:27:20 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:04:01 -0800 |
commit | 46456dfd1377fb0f83d45965bd77fcd5fb8db480 (patch) | |
tree | 4d804a0af0bd23a28f75ef51c7a0b1d7f9c9d543 /mpm/lib/mykonos/config/ad937x_config_t.hpp | |
parent | ea9a03d753e06888a835eb092be74e2fecdf62f1 (diff) | |
download | uhd-46456dfd1377fb0f83d45965bd77fcd5fb8db480.tar.gz uhd-46456dfd1377fb0f83d45965bd77fcd5fb8db480.tar.bz2 uhd-46456dfd1377fb0f83d45965bd77fcd5fb8db480.zip |
ad937x: remove magic constant in ad937x_config_t
Diffstat (limited to 'mpm/lib/mykonos/config/ad937x_config_t.hpp')
-rw-r--r-- | mpm/lib/mykonos/config/ad937x_config_t.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mpm/lib/mykonos/config/ad937x_config_t.hpp b/mpm/lib/mykonos/config/ad937x_config_t.hpp index 8cd079ba9..9eba4992f 100644 --- a/mpm/lib/mykonos/config/ad937x_config_t.hpp +++ b/mpm/lib/mykonos/config/ad937x_config_t.hpp @@ -34,6 +34,9 @@ public: static const size_t DEFAULT_TX_FIR_SIZE = 32; static const size_t DEFAULT_RX_FIR_SIZE = 48; + static const int32_t DEFAULT_TX_FIR_GAIN = 6; + static const int32_t DEFAULT_RX_FIR_GAIN = -6; + static const int16_t DEFAULT_TX_FIR[DEFAULT_TX_FIR_SIZE]; static const int16_t DEFAULT_RX_FIR[DEFAULT_RX_FIR_SIZE]; static const int16_t DEFAULT_OBSRX_FIR[DEFAULT_RX_FIR_SIZE]; |