gnss-sdr/src/algorithms/channel/adapters
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 Improve includes with IWYU 2019-03-05 12:33:54 +01:00
channel.cc Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga 2019-03-22 19:03:46 +01:00
channel.h Reducing the latency in the acquisition to tracking transition 2019-03-20 15:13:17 +01:00