1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-08 03:36:44 +00:00

removed unnecessary calculations

This commit is contained in:
Marc Majoral 2019-08-01 16:11:24 +02:00 committed by Carles Fernandez
parent 86f40ae4eb
commit dae5b715cd

@ -1680,9 +1680,6 @@ int dll_pll_veml_tracking_fpga::general_work(int noutput_items __attribute__((un
d_current_fpga_integration_period = d_fpga_integration_period;
d_current_extended_correlation_in_fpga = true;
d_P_accu_old.real(d_P_accu_old.real() * d_fpga_integration_period);
d_P_accu_old.imag(d_P_accu_old.imag() * d_fpga_integration_period);
if (d_sc_demodulate_enabled)
{
multicorrelator_fpga->enable_secondary_codes();