1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 08:49:27 +00:00
gnss-sdr/src/algorithms/tracking/libs
Carles Fernandez 25e5c744d7 More consistent naming
now volk_gnsssdr_16ic_xn_resampler_16ic implements the same resampler
than volk_gnsssdr_32fc_xn_resampler_32fc. The old one, which is faster
in SSE implementations at the expense of some constraints on the inputs
(to be documented), is now named
volk_gnsssdr_16ic_xn_resampler_fast_16ic
2016-04-28 20:12:27 +02:00
..
CMakeLists.txt Deleted obsolete DLL_FLL_PLL GPS tracking. Deleted obsolete correlator.h 2016-04-06 14:58:18 +02:00
cpu_multicorrelator_16sc.cc More consistent naming 2016-04-28 20:12:27 +02:00
cpu_multicorrelator_16sc.h Integrating the new volk kernel in the multiple correlator (32 bits) 2016-03-28 16:35:55 +02:00
cpu_multicorrelator.cc Bug fix in cpu_multicorrelator 2016-04-07 12:02:25 +02:00
cpu_multicorrelator.h Integrating the new volk kernel in the multiple correlator (32 bits) 2016-03-28 16:35:55 +02:00
cuda_multicorrelator.cu Updated GPU tracking implementation. Bug fixed in cuda correlator and 2015-12-11 13:53:43 +01:00
cuda_multicorrelator.h Updated GPU tracking implementation. Bug fixed in cuda correlator and 2015-12-11 13:53:43 +01:00
lock_detectors.cc Added configuration option to customize the extension of the GPS L1 CA correlation length after bit synchronization (options are: [1,2,4,5,10,20] ms). Increasing resolution in CN0 estimator internal variables. 2016-03-16 17:32:20 +01:00
lock_detectors.h Updating copyright year 2015-01-08 19:49:59 +01:00
tcp_communication.cc Updating copyright year 2015-01-08 19:49:59 +01:00
tcp_communication.h Updating copyright year 2015-01-08 19:49:59 +01:00
tcp_packet_data.cc Updating copyright year 2015-01-08 19:49:59 +01:00
tcp_packet_data.h Updating copyright year 2015-01-08 19:49:59 +01:00
tracking_2nd_DLL_filter.cc Update copyright year 2015-01-12 21:12:08 +01:00
tracking_2nd_DLL_filter.h fixing coverity issues 2015-05-13 23:50:21 +02:00
tracking_2nd_PLL_filter.cc Updated CUDA kernels and several GPU tracking optimizations. 2015-08-06 17:05:15 +02:00
tracking_2nd_PLL_filter.h fixing coverity issues 2015-05-13 23:50:21 +02:00
tracking_discriminators.cc Carrier phase observable bug fix for GPS L1 CA trackings, new GPS L1 carrier aided tracking using nex multitap correlator library, and some CUDA multitap correlator performance improvements 2015-11-30 11:43:37 +01:00
tracking_discriminators.h Carrier phase observable bug fix for GPS L1 CA trackings, new GPS L1 carrier aided tracking using nex multitap correlator library, and some CUDA multitap correlator performance improvements 2015-11-30 11:43:37 +01:00
tracking_FLL_PLL_filter.cc fixing coverity issues 2015-05-13 23:50:21 +02:00
tracking_FLL_PLL_filter.h Update copyright year 2015-01-12 21:12:08 +01:00
tracking_loop_filter.cc Added a generic tracking_loop_filter class 2015-11-26 15:12:26 +00:00
tracking_loop_filter.h Added a generic tracking_loop_filter class 2015-11-26 15:12:26 +00:00