1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-16 13:10:35 +00:00
gnss-sdr/src/algorithms
Damian Miralles 410269069a
bds: Bug fixes in carrier wavelength computation
Changed wavelength computation to native method within RTKLIb. The native method
 should also help in the PVT computation of GLONASS satellites as it considers
the freq. offset when computing the wavelength. This also fixes typo in tracking
 stage for MEO satellites of the BDS constellation.

Note: A similar approach to carrier wavelength computation should be applied to
the obs_data in rtk_solver. In theory, static allocation should not be needed for
the types.
2019-07-14 20:09:52 -05:00
..
acquisition Fix typos detected by codespell 2019-07-09 11:52:53 +02:00
channel Code cleaning 2019-07-02 17:48:00 +02:00
conditioner Sort includes: include what you use 2019-03-04 08:12:50 +01:00
data_type_adapter Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
input_filter Fix comparison 2019-07-07 21:50:03 +02:00
libs bds: Bug fixes in carrier wavelength computation 2019-07-14 20:09:52 -05:00
observables Make header file more readable. Remove unused private method interpolate_data() 2019-07-04 00:00:29 +02:00
PVT bds: Bug fixes in carrier wavelength computation 2019-07-14 20:09:52 -05:00
resampler Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
signal_generator Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
signal_source Fix typos detected by codespell 2019-07-09 11:52:53 +02:00
telemetry_decoder bds: Bug fixes in carrier wavelength computation 2019-07-14 20:09:52 -05:00
tracking bds: Bug fixes in carrier wavelength computation 2019-07-14 20:09:52 -05:00
CMakeLists.txt Use https instead of http in links when available 2018-05-13 22:49:11 +02:00