From 0813efb9a116d73300f6690b223295cf10a2f723 Mon Sep 17 00:00:00 2001 From: mattprost Date: Mon, 26 Apr 2021 17:44:55 -0500 Subject: 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 --- host/lib/usrp/dboard/magnesium/magnesium_constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/dboard/magnesium') 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 -- cgit v1.2.3