1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-02-15 02:20:09 +00:00

Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into obs_jump_fix

This commit is contained in:
Javier Arribas 2019-08-01 18:14:21 +02:00
commit 8b3c87dcfa

View File

@ -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();