aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authormattprost <matt.prost@ni.com>2021-04-26 17:44:55 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-04-30 15:11:42 -0500
commit0813efb9a116d73300f6690b223295cf10a2f723 (patch)
tree1e787fdda55b8ee28a91be56cf06144ef0318b39 /host/lib
parent7251a1bc27876c0747383a250de9dfe83c278b34 (diff)
downloaduhd-0813efb9a116d73300f6690b223295cf10a2f723.tar.gz
uhd-0813efb9a116d73300f6690b223295cf10a2f723.tar.bz2
uhd-0813efb9a116d73300f6690b223295cf10a2f723.zip
dboard: magnesium: Update Rx IF Frequency Value
Add extra precision to if frequency in the low band rx path in order to avoid hitting the edges of a filter. Signed-off-by: mattprost <matt.prost@ni.com>
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/dboard/magnesium/magnesium_constants.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp b/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp
index dedb9e924..627eb46cc 100644
--- a/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp
+++ b/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp
@@ -80,7 +80,7 @@ static constexpr char MAGNESIUM_FPGPIO_BANK[] = "FP0";
// RFNoC block. TODO: When we go to one radio per dboard, this comment can
// be deleted.
static constexpr size_t MAGNESIUM_NUM_CHANS = 2;
-static constexpr double MAGNESIUM_RX_IF_FREQ = 2.44e9;
+static constexpr double MAGNESIUM_RX_IF_FREQ = 2.4418e9;
static constexpr double MAGNESIUM_TX_IF_FREQ = 1.95e9;
//! Max time we allow for a call to set_freq() to take