aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/apply_corrections.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-11-11 16:06:50 -0800
committerJosh Blum <josh@joshknows.com>2011-11-11 16:06:50 -0800
commit88e02e0d55f7a80180402c7c86132d22a43ec551 (patch)
tree1fa3ac60ec825c31d77610e979210853f9c7d168 /host/lib/usrp/common/apply_corrections.hpp
parent3e4f64188bec333d8884a3849ec2377165b0017c (diff)
downloaduhd-88e02e0d55f7a80180402c7c86132d22a43ec551.tar.gz
uhd-88e02e0d55f7a80180402c7c86132d22a43ec551.tar.bz2
uhd-88e02e0d55f7a80180402c7c86132d22a43ec551.zip
uhd: created rx IQ imbalance app to parallel tx
Diffstat (limited to 'host/lib/usrp/common/apply_corrections.hpp')
-rw-r--r--host/lib/usrp/common/apply_corrections.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/usrp/common/apply_corrections.hpp b/host/lib/usrp/common/apply_corrections.hpp
index 8aabab636..c516862d1 100644
--- a/host/lib/usrp/common/apply_corrections.hpp
+++ b/host/lib/usrp/common/apply_corrections.hpp
@@ -30,6 +30,12 @@ namespace uhd{ namespace usrp{
const double tx_lo_freq //actual lo freq
);
+ void apply_rx_fe_corrections(
+ property_tree::sptr sub_tree, //starts at mboards/x
+ const std::string &slot, //name of dboard slot
+ const double rx_lo_freq //actual lo freq
+ );
+
}} //namespace uhd::usrp
#endif /* INCLUDED_LIBUHD_USRP_COMMON_APPLY_CORRECTIONS_HPP */