1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-03 18:33:15 +00:00
gnss-sdr/src/algorithms/tracking/gnuradio_blocks
Marc Majoral 2bae20d2fd Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga
added second acquisition to reduce the time between acquisition and tracking when using the FPGA
moved the process of writing of the tracking local code to the HW accelerator from the start_tracking() function to the set_gnss_synchro() function (this is only applicable for the FPGA case)
there was a bug in the computation of the tracking starting position for the L1/E1 band when using the FPGA, only high sample counter values (>31 bits) were affected, due to a uint64_t*float mult.
2019-03-22 19:03:46 +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
dll_pll_veml_tracking_fpga.cc Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga 2019-03-22 19:03:46 +01:00
dll_pll_veml_tracking_fpga.h Improve includes (IWYU) 2019-03-06 14:36:51 +01:00
dll_pll_veml_tracking.cc Fix defects detected by Coverity Scan 2019-03-19 07:53:21 +01:00
dll_pll_veml_tracking.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
galileo_e1_tcp_connector_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
galileo_e1_tcp_connector_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
glonass_l1_ca_dll_pll_c_aid_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
glonass_l1_ca_dll_pll_c_aid_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
glonass_l1_ca_dll_pll_c_aid_tracking_sc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
glonass_l1_ca_dll_pll_c_aid_tracking_sc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
glonass_l1_ca_dll_pll_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
glonass_l1_ca_dll_pll_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
glonass_l2_ca_dll_pll_c_aid_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
glonass_l2_ca_dll_pll_c_aid_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
glonass_l2_ca_dll_pll_c_aid_tracking_sc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
glonass_l2_ca_dll_pll_c_aid_tracking_sc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
glonass_l2_ca_dll_pll_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
glonass_l2_ca_dll_pll_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
gps_l1_ca_dll_pll_c_aid_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
gps_l1_ca_dll_pll_c_aid_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
gps_l1_ca_dll_pll_c_aid_tracking_sc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
gps_l1_ca_dll_pll_c_aid_tracking_sc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
gps_l1_ca_dll_pll_tracking_gpu_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
gps_l1_ca_dll_pll_tracking_gpu_cc.h Improve handling of data types 2018-08-13 00:54:23 +02:00
gps_l1_ca_kf_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
gps_l1_ca_kf_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00
gps_l1_ca_tcp_connector_tracking_cc.cc Add missing message ports to trackings 2019-03-18 21:49:59 +01:00
gps_l1_ca_tcp_connector_tracking_cc.h Introduce readability-identifier-naming check 2019-02-22 10:47:24 +01:00