1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-26 21:17:38 +00:00

Update configurations (remove use_CFAR_algorithm parameter)

This commit is contained in:
Carles Fernandez
2020-02-05 22:15:50 +01:00
parent d6ec2a7b2c
commit a8fb2a6fb5
46 changed files with 58 additions and 102 deletions

View File

@@ -244,9 +244,7 @@ void pcps_acquisition_fpga::set_active(bool active)
<< " , doing acquisition of satellite: " << d_gnss_synchro->System << " " << d_gnss_synchro->PRN
<< " ,sample stamp: " << d_sample_counter << ", threshold: "
<< d_threshold << ", doppler_max: " << d_doppler_max
<< ", doppler_step: " << d_doppler_step
// no CFAR algorithm in the FPGA
<< ", use_CFAR_algorithm_flag: false";
<< ", doppler_step: " << d_doppler_step;
acquisition_fpga->open_device();
acquisition_fpga->configure_acquisition();