1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-01 17:33:15 +00:00
gnss-sdr/src/algorithms/tracking/libs
2019-07-06 13:03:09 +02:00
..
bayesian_estimation.cc Add refs to tracking lib for bayesian estimation 2019-05-20 20:42:41 +02:00
bayesian_estimation.h Add refs to tracking lib for bayesian estimation 2019-05-20 20:42:41 +02:00
CMakeLists.txt Modern CUDA usage 2019-06-24 20:02:19 +02: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 Fix Beidou. Disabled symbol integration in tracking for Beidou and disabled experimental tracking carrier Doppler correction for all systems 2019-07-05 20:30:34 +02:00
dll_pll_conf.h Fix Beidou. Disabled symbol integration in tracking for Beidou and disabled experimental tracking carrier Doppler correction for all systems 2019-07-05 20:30:34 +02:00
exponential_smoother.cc Simplify move assignment operator 2019-07-06 12:34:27 +02:00
exponential_smoother.h Simplify move assignment operator 2019-07-06 12:34:27 +02:00
fpga_multicorrelator.cc Re-enable uio interrupts manually + do not enable interrupt generation at reset. 2019-05-13 16:30:01 +02:00
fpga_multicorrelator.h write the code phase rate and the nco phase rate parameters in the FPGA 2019-04-10 11:31:34 +02:00
lock_detectors.cc Revert "Adding missing factor in CN0 estimator" 2019-05-22 13:23:21 +02:00
lock_detectors.h Fix documentation 2019-05-22 13:24:41 +02:00
nonlinear_tracking.cc Pass vectors and matrices by reference, rename classes to CamelCase style 2019-06-16 14:54:41 +02:00
nonlinear_tracking.h Pass vectors and matrices by reference, rename classes to CamelCase style 2019-06-16 14:54:41 +02:00
tcp_communication.cc Replace boost::asio::io_service (deprecated since Boost 1.66) by boost::asio::io_context 2019-05-08 15:23:55 +02:00
tcp_communication.h Fix building for Boost < 1.66 2019-05-08 16:15:59 +02: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 Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
tracking_2nd_PLL_filter.cc Correct comments. Fixes: #269 2019-05-01 14:44:12 +02:00
tracking_2nd_PLL_filter.h Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
tracking_discriminators.cc Implementation of Differential Arctangent Discriminator for FLL 2019-05-15 17:38:45 +02:00
tracking_discriminators.h Implementation of Differential Arctangent Discriminator for FLL 2019-05-15 17:38:45 +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 Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
tracking_loop_filter.cc Simplify move assignment operator 2019-07-06 12:34:27 +02:00
tracking_loop_filter.h Add move assignment operator 2019-07-05 14:44:56 +02:00