1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-02 01:43:20 +00:00
gnss-sdr/src/algorithms/PVT/libs
Javier Arribas 9d34147e0f Major update to improve the GNSS-SDR pseudorange precision and correct some PVT bugs:
- Updated all available trackings to generate the tracking_timestamp_secs taking into account the remainder code phase.
- Updated the telemetry decoder to track the number of symbol shifted from the preamble start symbol (to be used in observables).
- Updated observables to align the reference channel symbol with the corresponding symbols in the other channels and compute pseudorranges using the common transmission time algorithm.
- Updated PVT to independize the display output rate from the RINEX and KML log files. New options available in config file!
- Some minor improvements and code cleaning.

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@193 64b25241-fba3-4117-9849-534c7e92360d
2012-04-11 10:43:35 +00:00
..
gps_l1_ca_ls_pvt.cc Major update to improve the GNSS-SDR pseudorange precision and correct some PVT bugs: 2012-04-11 10:43:35 +00:00
gps_l1_ca_ls_pvt.h Major update to improve the GNSS-SDR pseudorange precision and correct some PVT bugs: 2012-04-11 10:43:35 +00:00
jamfile.jam Now the software recognizes the satellite block to which the SV belongs. 2012-01-10 08:43:58 +00:00
kml_printer.cc Major update to improve the GNSS-SDR pseudorange precision and correct some PVT bugs: 2012-04-11 10:43:35 +00:00
kml_printer.h Added implementation of plain cordic class in tracking/libs. Added a corresponding test. The implementation is slower than standard sin and cos implementations, so it is not used in the receiver. The test will fail otherwise, indicating that this should be used instead of standard functions. 2012-01-25 01:57:28 +00:00
rinex_printer.cc The Rinex Printer destructor now erases Rinex files if they are empty. 2012-02-16 19:17:06 +00:00
rinex_printer.h The Rinex Printer destructor now erases Rinex files if they are empty. 2012-02-16 19:17:06 +00:00