From dae5b715cdbcbc9fb159dfc32c2d71b4c0928c11 Mon Sep 17 00:00:00 2001 From: Marc Majoral Date: Thu, 1 Aug 2019 16:11:24 +0200 Subject: [PATCH] removed unnecessary calculations --- .../tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.cc b/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.cc index b6040f1d9..5ca096839 100644 --- a/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.cc +++ b/src/algorithms/tracking/gnuradio_blocks/dll_pll_veml_tracking_fpga.cc @@ -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();