gnss-sdr/src/algorithms
Javier Arribas 3e87d1f204 Major update:
- The GNSS-SDR code-based Observable generation algorithm for GPS L1 C/A was migrated from common TX time to common RX time. One of the main reasons is that the common TX algorithm was incompatible with the standard RINEX observables, wich requires the oservables at the same time of reception.
- Using common Rx time, the code was simplified and now requires less memory due to the lack of symbol buffer

- Now it is possible to use standard RINEX post processing software (gpstk and rtklib for instance) to get PVT and the obtained precision is comparable to the internal Least Squares solver. It is possible to use also the carrier phase observable, but is still experimental.

- The default RINEX version output was set to 2.11 in this revision.  RINEX 3.00 is under verification now.


git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@364 64b25241-fba3-4117-9849-534c7e92360d
2013-06-12 15:19:32 +00:00
..
PVT Major update: 2013-06-12 15:19:32 +00:00
acquisition Simplifying the configuration file: 2013-05-26 23:59:04 +00:00
channel Adapting the configuration files: gnss-sdr.conf and gnss-sdr_gn3s_realtime.conf to the new features of the receiver (now, the calculation of acquisition threshold is made from the probability of false alarm). 2013-06-09 09:11:36 +00:00
conditioner GNSS-SDR now uses CMAKE as the only build system. Goodbye BJAM! 2013-03-15 18:03:01 +00:00
data_type_adapter GNSS-SDR now uses CMAKE as the only build system. Goodbye BJAM! 2013-03-15 18:03:01 +00:00
input_filter Acquisition assistance is now working! 2013-04-02 14:02:55 +00:00
libs GNSS-SDR now uses CMAKE as the only build system. Goodbye BJAM! 2013-03-15 18:03:01 +00:00
observables Major update: 2013-06-12 15:19:32 +00:00
output_filter GNSS-SDR now uses CMAKE as the only build system. Goodbye BJAM! 2013-03-15 18:03:01 +00:00
resampler GNSS-SDR now uses CMAKE as the only build system. Goodbye BJAM! 2013-03-15 18:03:01 +00:00
signal_source Fix compilation problem in Mac Os X (thanks to Brian Kuschak) 2013-04-05 20:28:20 +00:00
telemetry_decoder Major update: 2013-06-12 15:19:32 +00:00
tracking New feature (FE01): RINEX v 2.11 now outputs the following observables: 2013-05-24 16:11:48 +00:00
CMakeLists.txt Starting CMake support. In the root directory of gnss-sdr, type: 2012-12-24 02:33:50 +00:00