summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-03-14 17:37:41 -0700
committerJosh Blum <josh@joshknows.com>2012-03-14 17:37:41 -0700
commit027bc2c03d5a0d417c6b17f8617c44ee5fdd010d (patch)
treeb4c55f21662e41ec866cc6f7666d15ac79b8266f
parent462b27e7a492911fa19ea64b7f5c380071945ea0 (diff)
downloaduhd-027bc2c03d5a0d417c6b17f8617c44ee5fdd010d.tar.gz
uhd-027bc2c03d5a0d417c6b17f8617c44ee5fdd010d.tar.bz2
uhd-027bc2c03d5a0d417c6b17f8617c44ee5fdd010d.zip
n2x0: adjustment for phase delay over mimo cable
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 882a61f80..e5065c02d 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -46,7 +46,7 @@
static const double USRP2_LINK_RATE_BPS = 1000e6/8;
static const double mimo_clock_delay_usrp2_rev4 = 4.18e-9;
-static const double mimo_clock_delay_usrp_n2xx = 3.55e-9;
+static const double mimo_clock_delay_usrp_n2xx = 4.10e-9;
static const size_t mimo_clock_sync_delay_cycles = 138;
static const size_t USRP2_SRAM_BYTES = size_t(1 << 20);
static const boost::uint32_t USRP2_TX_ASYNC_SID = 2;