1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-30 16:00:51 +00:00
gnss-sdr/src/algorithms/tracking/libs
2019-04-02 20:36:48 +02:00
..
bayesian_estimation.cc clang-tidy: apply modernize-use-equals-default fix. See https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html 2018-12-03 11:12:10 +01:00
bayesian_estimation.h Sort includes automatically with clang-format 2018-12-09 22:00:09 +01:00
CMakeLists.txt Deploy a new option -DENABLE_CLANG_TIDY to integrate clang-tidy checks and fixes into the compilation process, if found. It defaults to OFF 2019-02-21 09:59:06 +01:00
cpu_multicorrelator_16sc.cc Fix typo 2019-03-19 20:39:23 +01:00
cpu_multicorrelator_16sc.h Fix typo 2019-03-19 20:39:23 +01:00
cpu_multicorrelator_real_codes.cc Fix typo 2019-03-19 20:39:23 +01:00
cpu_multicorrelator_real_codes.h Fix typo 2019-03-19 20:39:23 +01:00
cpu_multicorrelator.cc Fix typo 2019-03-19 20:39:23 +01:00
cpu_multicorrelator.h Fix typo 2019-03-19 20:39:23 +01:00
cuda_multicorrelator.cu Fix typo 2019-03-19 20:39:23 +01:00
cuda_multicorrelator.h Fix typo 2019-03-19 20:39:23 +01:00
dll_pll_conf_fpga.cc updated the tracking adapters and added new FPGA tracking correlator parameters according to what is implemented in the SW tracking correlator. 2019-03-28 12:30:57 +01:00
dll_pll_conf_fpga.h updated the tracking code loop filter, the carrier filter and the d_Prompt circular buffer. 2019-04-01 12:38:45 +02:00
dll_pll_conf.cc Replacing PLL/DLL fixed order loop filters with DLL/PLL/FLL order-configurable filters. Adding PLL false lock protection by using telemetry validation flag 2019-03-18 19:35:40 +01:00
dll_pll_conf.h Replacing PLL/DLL fixed order loop filters with DLL/PLL/FLL order-configurable filters. Adding PLL false lock protection by using telemetry validation flag 2019-03-18 19:35:40 +01:00
fpga_multicorrelator.cc moved the setting of the flags for the writing of the local code to the initialization, to save cpu cycles during tracking. 2019-04-02 20:36:48 +02:00
fpga_multicorrelator.h currently optimizing the FPGA-related code 2019-03-25 19:45:54 +01:00
lock_detectors.cc Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
lock_detectors.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
tcp_communication.cc Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
tcp_communication.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
tcp_packet_data.cc Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
tcp_packet_data.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
tracking_2nd_DLL_filter.cc clang-tidy: apply modernize-use-equals-default fix. See https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html 2018-12-03 11:12:10 +01:00
tracking_2nd_DLL_filter.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
tracking_2nd_PLL_filter.cc clang-tidy: apply modernize-use-equals-default fix. See https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-equals-default.html 2018-12-03 11:12:10 +01:00
tracking_2nd_PLL_filter.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
tracking_discriminators.cc Fix typo 2019-03-19 20:39:23 +01:00
tracking_discriminators.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
tracking_FLL_PLL_filter.cc Move contructor to the beginning of the file 2019-03-19 20:37:42 +01:00
tracking_FLL_PLL_filter.h Use https instead of http in links when available 2018-05-13 22:49:11 +02:00
tracking_loop_filter.cc Move constants to implementation, fix typos in comments 2019-03-19 20:16:59 +01:00
tracking_loop_filter.h Move constants to implementation, fix typos in comments 2019-03-19 20:16:59 +01:00