From 06d0032772a24175f76d82e460932023acaaec2e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 23 Nov 2011 17:47:44 -0800 Subject: uhd: tweaks to calibration utilities --- host/utils/uhd_cal_tx_iq_balance.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/utils/uhd_cal_tx_iq_balance.cpp') diff --git a/host/utils/uhd_cal_tx_iq_balance.cpp b/host/utils/uhd_cal_tx_iq_balance.cpp index ff965e040..c2222e777 100644 --- a/host/utils/uhd_cal_tx_iq_balance.cpp +++ b/host/utils/uhd_cal_tx_iq_balance.cpp @@ -44,7 +44,7 @@ static void tx_thread(uhd::usrp::multi_usrp::sptr usrp, const double tx_wave_fre //setup variables and allocate buffer uhd::tx_metadata_t md; md.has_time_spec = false; - std::vector > buff(tx_stream->get_max_num_samps()*10); + std::vector buff(tx_stream->get_max_num_samps()*10); //values for the wave table lookup size_t index = 0; @@ -150,7 +150,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ threads.create_thread(boost::bind(&tx_thread, usrp, tx_wave_freq, tx_wave_ampl)); //re-usable buffer for samples - std::vector > buff; + std::vector buff; //store the results here std::vector results; -- cgit v1.2.3