diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-14 17:37:41 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-14 17:37:41 -0700 |
commit | 027bc2c03d5a0d417c6b17f8617c44ee5fdd010d (patch) | |
tree | b4c55f21662e41ec866cc6f7666d15ac79b8266f /host/lib | |
parent | 462b27e7a492911fa19ea64b7f5c380071945ea0 (diff) | |
download | uhd-027bc2c03d5a0d417c6b17f8617c44ee5fdd010d.tar.gz uhd-027bc2c03d5a0d417c6b17f8617c44ee5fdd010d.tar.bz2 uhd-027bc2c03d5a0d417c6b17f8617c44ee5fdd010d.zip |
n2x0: adjustment for phase delay over mimo cable
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
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; |