diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-14 17:32:46 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-14 17:32:46 -0800 |
commit | ff2e730a0dc7f67241942143c120e02a838f932e (patch) | |
tree | f4c64296273de9dd6ccffddded0c514399f68cf9 /host/utils/usrp_cal_utils.hpp | |
parent | 5a77062d33ff675e8f395a8a871e8e6632a204a0 (diff) | |
download | uhd-ff2e730a0dc7f67241942143c120e02a838f932e.tar.gz uhd-ff2e730a0dc7f67241942143c120e02a838f932e.tar.bz2 uhd-ff2e730a0dc7f67241942143c120e02a838f932e.zip |
uhd: different interp methods for IQ vs DC
Diffstat (limited to 'host/utils/usrp_cal_utils.hpp')
-rw-r--r-- | host/utils/usrp_cal_utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_cal_utils.hpp b/host/utils/usrp_cal_utils.hpp index c9695d305..c08d869ed 100644 --- a/host/utils/usrp_cal_utils.hpp +++ b/host/utils/usrp_cal_utils.hpp @@ -39,7 +39,7 @@ static const size_t wave_table_len = 8192; static const size_t num_search_steps = 5; static const size_t num_search_iters = 7; static const size_t skip_initial_samps = 20; -static const double default_freq_step = 13.7e3; +static const double default_freq_step = 13.7e6; static const size_t default_num_samps = 10000; /*********************************************************************** |