1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-30 17:03:15 +00:00
Commit Graph

649 Commits

Author SHA1 Message Date
Carles Fernandez
fd6a8e3cff Better VOLK usage. Memory alignment, calling dispatchers instead of
aligned/unaligned versions. Code cleaning.
2014-09-10 00:23:18 +02:00
Carles Fernandez
47f9929aa8 Better VOLK usage 2014-09-09 22:51:47 +02:00
Carles Fernandez
e6f7af6f4c Fixing computation of signal duration 2014-09-09 17:16:33 +02:00
Carles Fernandez
c4204fd38d Set 0 as the default number of channels if a given system is not specified in the conf file, so Channels_GPS.count=0 is no longer needed when instantiating a Galileo-only receiver 2014-09-09 11:45:58 +02:00
Carles Fernandez
ed43547aff Bumping version number 2014-09-08 16:34:16 +02:00
Carles Fernandez
8f6859fb5e Removing personal folders names in configuration files 2014-09-08 15:54:34 +02:00
Carles Fernandez
e0280584a9 Fixing warnings 2014-09-08 15:43:47 +02:00
Carles Fernandez
aedeea0004 Updating Armadillo version to 4.400.2 2014-09-08 10:54:31 +02:00
Carles Fernandez
1183c73b09 Merge branch 'next' of ssh://carlesfernandez@git.code.sf.net/p/gnss-sdr/cttc into next 2014-09-07 19:51:36 +02:00
Carles Fernandez
322550e0c6 Adding an option to build the binary without detecting the SIMD
instruction set present in the compiling machine, so it can be executed
in other machines without those specific sets.
2014-09-07 19:35:41 +02:00
Javier Arribas
072d0cad67 Important bug found and fixed:
Volk memory alignement for signal vectors was using a hardcoded 16 bytes
value. This parameter is machine-dependant and thus, in modern machines
caused memory exceptions if the parameter not match.

All posix_memalign functions are now replaced by the GNU Radio
volk_malloc(vector_size (bytes), volk_get_alignement());

volk_get_alignement() returns the number of bytes to align the memory
blocks in the current processor.

The memory bug showed up when the receiver is configured with higher
sample rates (>4 Msps!)
2014-09-07 19:11:37 +02:00
Carles Fernandez
7d0ac88f93 Fixing broken tests due to changes in the configuration names 2014-09-06 03:42:22 +02:00
Carles Fernandez
98f841880f Setting RINEX 3.02 as the default version 2014-09-06 02:26:43 +02:00
Carles Fernandez
5ef26ab7ce Deleting duplicated line resulting from a merge 2014-09-06 02:10:56 +02:00
Carles Fernandez
689e25e2f4 Fixing configuration of hybrid solution. It was not working after
Galileo E5a integration
2014-09-06 02:09:00 +02:00
Carles Fernandez
43aeec0303 Updating Galileo Quicksync acquisition with new configuration 2014-09-06 00:31:47 +02:00
Carles Fernandez
fbfbf0247a Fixed broken flowgraph 2014-09-06 00:29:30 +02:00
Carles Fernandez
b4b51562c5 Updating configuration file for testing the QuickSync implementation in
a GPS L1 receiver
2014-09-05 20:44:57 +02:00
Carles Fernandez
149e427d1e fixes 2014-09-05 19:50:01 +02:00
Carles Fernandez
586e4a6ed6 Finishing merging 2014-09-05 19:48:58 +02:00
Carles Fernandez
4e663e9367 Updating configuration format 2014-09-05 19:47:29 +02:00
Carles Fernandez
5735545da7 Fixing compilation 2014-09-05 19:47:02 +02:00
Carles Fernandez
dfd9be34a9 Merge branch 'galileo_e5a' of https://github.com/marc-sales/gnss-sdr
into next

Conflicts:
	src/core/receiver/gnss_block_factory.cc
	src/core/receiver/gnss_flowgraph.cc
2014-09-05 18:51:08 +02:00
Carles Fernandez
597bb9c035 Cleaning output 2014-09-05 17:16:29 +02:00
Carles Fernandez
da6a15e637 Adding Mixed GPS/Galileo observations. 2014-09-05 16:38:44 +02:00
Carles Fernandez
286cad820f Adding mixed navigation RINEX file data 2014-09-05 13:28:13 +02:00
Carles Fernandez
0d0c603420 Working towards a RINEX printer for multiconstellation data. Code
cleaning
2014-09-05 12:44:51 +02:00
Carles Fernandez
a57c5ccf8a Changing some raw pointers by smart pointers. Commenting out some custom
code
2014-09-04 19:35:55 +02:00
Carles Fernandez
bcd90ca9cf Removing unused code that could prevent binaries to run on machines
where the set of SIMD instructions is not the same than the machine that
compiled them.
2014-09-04 19:33:17 +02:00
Javier Arribas
862a0d7940 Enabling tropo correction in hybrid solution.
Updating configuration files for new satellite selection engine
2014-09-04 17:31:48 +02:00
Javier Arribas
ba1a32f742 Clean some version control comments! 2014-09-04 10:54:33 +02:00
Javier Arribas
b2cd611b6e Merge remote-tracking branch 'origin/next' into gps_galileo_hybrid
Conflicts:
	src/algorithms/PVT/gnuradio_blocks/galileo_e1_pvt_cc.cc
	src/core/receiver/control_thread.cc
2014-09-04 10:50:12 +02:00
Carles Fernandez
b3f60fd4c8 The RINEX printer now produces Galileo files that can be processed by
RTKLIB
2014-09-04 01:40:46 +02:00
Carles Fernandez
fe8ed5f45a Working on the RINEX printer for Galileo 2014-09-03 21:55:09 +02:00
Carles Fernandez
90b2b25b5c Improvements in the Galileo RINEX printer 2014-09-03 18:57:37 +02:00
Carles Fernandez
358f29f305 Some fixes in the RINEX 3.01 printer 2014-09-03 07:58:57 +02:00
Carles Fernandez
f811640705 Adding galileo_almanac missing thread 2014-09-02 20:21:05 +02:00
Carles Fernandez
5c867e084e Added Galileo almanac management (credits to Javier Arribas) 2014-09-02 19:04:03 +02:00
Javier Arribas
e3c2de18a6 Added Galileo Almanac management 2014-09-02 18:17:09 +02:00
Javier Arribas
b5d9709398 Merge remote-tracking branch 'origin/next' into gps_galileo_hybrid 2014-09-02 17:54:01 +02:00
Carles Fernandez
990112b9b7 Fixes in the RINEX printer 2014-09-02 02:04:13 +02:00
Javier Arribas
54147b519a Merge remote-tracking branch 'origin/next' into gps_galileo_hybrid
Conflicts:
	src/algorithms/PVT/libs/kml_printer.h
	src/algorithms/telemetry_decoder/gnuradio_blocks/galileo_e1b_telemetry_decoder_cc.cc
2014-09-01 22:57:40 +02:00
Carles Fernandez
79e6d8b8b3 Improvements in software version identification in RINEX headers 2014-09-01 20:38:31 +02:00
Carles Fernandez
45d2838be6 Adding carrier phase, Doppler and signal strength GPS observables in
RINEX 3.01
2014-09-01 18:00:33 +02:00
Carles Fernandez
12f2b73d44 Adding RINEX observation file for Galileo 2014-09-01 13:03:24 +02:00
Carles Fernandez
8e70de41ed Adding RINEX observable header file for Galileo 2014-09-01 11:42:51 +02:00
Carles Fernandez
f6a55955ae Introducing RINEX Galileo navigation data file. 2014-08-31 15:58:09 +02:00
Carles Fernandez
b770a5137e clean terminal output 2014-08-31 15:33:16 +02:00
Carles Fernandez
ad5fd36719 Adding Galileo-GPS system time parameters. Fixes in tracking 2014-08-31 13:21:41 +02:00
Carles Fernandez
14970bf2c3 Changing raw pointers by smart pointers 2014-08-31 11:42:00 +02:00