1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-02 08:50:50 +00:00
gnss-sdr/src/algorithms
2019-03-01 20:37:14 +01:00
..
acquisition but solved: double acquisition was using uint32_t for the initial doppler estimation. Therefore when the first estimated doppler was negative it was reset to zero. 2019-03-01 20:37:14 +01:00
channel 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
conditioner 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
data_type_adapter 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
input_filter clang-tidy: add and apply misc-unused-using-decls check 2019-02-21 13:36:21 +01:00
libs The switch bug is solved. Now the switch uses an absolute sample counter 2019-03-01 11:13:34 +01:00
observables removed unnecessary sleep instruction 2019-03-01 11:21:04 +01:00
PVT Reorder PVT 2019-02-26 01:38:48 +01:00
resampler Remove unused include 2019-02-21 13:46:24 +01:00
signal_generator Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
signal_source replaced int and unsigned int by int32_t and uint32_t 2019-02-27 14:37:07 +01:00
telemetry_decoder Fix Galileo telemetry 2019-02-27 02:09:23 +01:00
tracking implemented double acquisition for the FPGA 2019-02-28 20:49:35 +01:00
CMakeLists.txt Use https instead of http in links when available 2018-05-13 22:49:11 +02:00