diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-04 08:33:47 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-04 08:33:47 -0700 |
commit | df91040196c536c1cf0a57379b946c89ea73ae6b (patch) | |
tree | 54fb6d34704c10bf6b00852094a3b437c08fbb53 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 729b284f628f3326d774262570b68540d7de9baa (diff) | |
download | uhd-df91040196c536c1cf0a57379b946c89ea73ae6b.tar.gz uhd-df91040196c536c1cf0a57379b946c89ea73ae6b.tar.bz2 uhd-df91040196c536c1cf0a57379b946c89ea73ae6b.zip |
usrp: added clipping to link max rate when setting sample rate
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index eae7b7dcb..f2125e094 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -43,6 +43,7 @@ #include <uhd/usrp/dboard_manager.hpp> #include <uhd/usrp/subdev_spec.hpp> +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 size_t mimo_clock_sync_delay_cycles = 137; |