1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-07 12:14:20 +00:00
gnss-sdr/src/algorithms
Carles Fernandez 0253f4ba05 Merge remote-tracking branch 'upstream/common_solver' into next
This commit Integrates RTKLIB positioning libraries in a universal PVT
block implementation called RTKLIB_PVT. This results in an improved
positioning accuracy and precision with a wide range of options
(including Precise Point Positioning and ionospheric/troposphreic
models).

Not all the RTKLIB features have been ported. Some of them will be
progressively added. The ported options and how to configure them have
been documented in the website, see
http://gnss-sdr.org/docs/sp-blocks/pvt/

This commit also introduces a multi-band, multi system Observables block
implementation.

Relevant architectural changes that reduce latency and makes
multi-system, multi band signal handling easier.

Redundant blocks have been deleted. Old configurations are automatically
redirected to the new blocks for Observables and PVT, so the commit does
not break any existing configuration. The user should just notice a
relevant improvement in positioning performance.

# Conflicts:
#	src/core/receiver/gnss_flowgraph.cc
2017-05-10 22:16:18 +02:00
..
acquisition Merge remote-tracking branch 'upstream/common_solver' into next 2017-05-10 22:16:18 +02:00
channel set up the receiver to work with the FPGA 2017-05-05 17:08:49 +02:00
conditioner Improve package reproducibility 2016-05-23 19:51:59 +02:00
data_type_adapter Improve package reproducibility 2016-05-23 19:51:59 +02:00
input_filter Fix missing log4cpp linking symbols when GNURADIO_FILTER_LIBRARIES were 2017-04-25 20:08:45 +02:00
libs Remove unrequired linking to armadillo 2017-05-10 15:57:31 +02:00
observables Removing unused code 2017-05-02 15:31:31 +02:00
PVT Remove Hybrid_PVT implementation, it is replaced by RTKLIB_PVT 2017-05-10 16:42:22 +02:00
resampler Add warning if sample rates are not consistent 2016-08-13 17:25:07 +02:00
signal_generator Make use of volk_gnsssdr_malloc, volk_gnsssdr_free 2016-08-18 14:17:02 +02:00
signal_source Improve portability 2017-04-12 18:06:04 +02:00
telemetry_decoder Increasing output buffer for GPS L1 telemetry block to avoid GNURadio flowgraph deadlocks 2017-05-03 17:58:21 +02:00
tracking Merge remote-tracking branch 'upstream/common_solver' into next 2017-05-10 22:16:18 +02:00
CMakeLists.txt Removing the unused Output_filter block from the gnss_sdr flowgraph 2016-04-06 16:12:06 +02:00