1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-02 01:43:20 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Carles Fernandez
87aa9baf17 Now GNSS-SDR builds in Mac OS X 1.6
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@99 64b25241-fba3-4117-9849-534c7e92360d
2011-12-25 23:32:11 +00:00
Carles Fernandez
b4eae8c37a updating perftools version
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@93 64b25241-fba3-4117-9849-534c7e92360d
2011-12-24 01:48:31 +00:00
Carles Fernandez
b2e91bd75b updating perftools version
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@92 64b25241-fba3-4117-9849-534c7e92360d
2011-12-24 00:07:22 +00:00
Carles Fernandez
47ec224ad1 Adding header and some corrections
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@91 64b25241-fba3-4117-9849-534c7e92360d
2011-12-22 03:44:19 +00:00
Carles Fernandez
a527ebe0ac Updating build instructions and fixing typos
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@90 64b25241-fba3-4117-9849-534c7e92360d
2011-12-22 02:48:56 +00:00
Carles Fernandez
b03a22ad8b Updating build instructions
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@89 64b25241-fba3-4117-9849-534c7e92360d
2011-12-22 02:26:28 +00:00
Javier Arribas
8fd6b662b7 Added GNURadio 3.4.2 and Ubuntu 11.10 compatibility. Environment variable GNURADIO_330_ROOT is now generic GNURADIO_ROOT
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@85 64b25241-fba3-4117-9849-534c7e92360d
2011-12-14 16:50:36 +00:00
Javier Arribas
69b8ac00dc - Major changes:
- The executable file and the default configuration file is now changed from "./install/mercurio" and "./conf/mercurio.conf" to "./install/gnss-sdr" and "./conf/gnss-sdr.conf", respectively.
        - Configuration file structure changed to define in a single entry the internal sampling frequency (after the signal conditioner). NOTICE that this change affects the all the adapters (acquisition, tracking, telemetry_decoder, observables, and PVT). All the adapters are now modified to work with this feature.
        - Moved several in-line GPS L1 CA parameters (a.k.a magic numbers..) to ./src/core/system_parameters/GPS_L1_CA.h definition file.
        - Tracking blocks now uses DOUBLE values in their outputs.
        - Observables and PVT now are separated. PVT and their associated libraries are moved to ./src/algorithms/PVT
        - Temporarily disabled the RINEX output (I am working on that!)
        - GNSS-SDR screen output now gives extended debug information of the receiver status and events. In the future, this output will be redirected to a log file.

- Bug fixes:
        - FILE_SIGNAL_SOURCE now works correctly when the user configures GNSS-SDR to process the entire file.
        - GPS_L1_CA_DLL_PLL now computes correctly the PRN start values.
        - GPS_L1_CA_DLL_FLL_PLL now computes correctly the PRN start values.
        - Several modifications in GPS_L1_CA_Telemetry_Decoder, GPS_L1_CA_Observables, and GPS_L1_CA_PVT modules to fix the GPS position computation.

- New features
        - Tracking blocks perform a signal integrity check against NaN outliers before the correlation process.
        - Tracking and PVT binary dump options are now documented and we provide MATLAB libraries and sample files to read it. Available in ./utils/matlab" and "./utils/matlab/libs"
        - Observables output rate can be configured. This option enables the GPS L1 CA PVT computation at a maximum rate of 1ms.
        - GPS_L1_CA_PVT now can perform a moving average Latitude, Longitude, and Altitude output for each of the Observables output. It is configurable using the configuration file.
        - Added Google Earth compatible Keyhole Markup Language (KML) output writer class (./src/algorithms/PVT/libs/kml_printer.h and ./src/algorithms/PVT/libs/kml_printer.cc ). You can see the receiver position directly using Google Earth.
        - We provide a master configuration file which includes an in-line documentation with all the new (and old) options. It can be found in ./conf/master.conf

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@84 64b25241-fba3-4117-9849-534c7e92360d
2011-12-07 17:59:34 +00:00
Javier Arribas
40754e6256 Linear Algebra Library replacement: ITPP is now replaced by Armadillo
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@82 64b25241-fba3-4117-9849-534c7e92360d
2011-11-28 10:19:41 +00:00
Javier Arribas
bd51c2ab7c IT++ dependency and build instructions added to README
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@76 64b25241-fba3-4117-9849-534c7e92360d
2011-10-31 09:51:09 +00:00
Carles Fernandez
228fa3b797 moving things to trunk
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@72 64b25241-fba3-4117-9849-534c7e92360d
2011-10-01 18:45:20 +00:00