From 8bb25dc6825a8dc9e81c04b4059e780c54bcb198 Mon Sep 17 00:00:00 2001 From: Marc Majoral Date: Mon, 28 Oct 2019 19:16:23 +0100 Subject: [PATCH] removed the messages related to the fft blk exponent --- .../acquisition/gnuradio_blocks/pcps_acquisition_fpga.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.cc b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.cc index 494c137c4..f1e6e06f1 100644 --- a/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.cc +++ b/src/algorithms/acquisition/gnuradio_blocks/pcps_acquisition_fpga.cc @@ -195,7 +195,6 @@ void pcps_acquisition_fpga::acquisition_core(uint32_t num_doppler_bins, uint32_t if (total_block_exp > d_total_block_exp) { // if the attenuation factor of the FPGA FFT-IFFT is smaller than the reference attenuation factor then we need to update the reference attenuation factor - std::cout << "changing blk exp..... d_total_block_exp = " << d_total_block_exp << " total_block_exp = " << total_block_exp << " chan = " << d_channel << std::endl; d_total_block_exp = total_block_exp; d_test_statistics = 0; }