Carles Fernandez
9bc6601ebd
Merge branch 'dmiralles2009-glonass_dec' into glonass
2017-11-03 16:31:23 +01:00
Carles Fernandez
4f9d6afd7d
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into dmiralles2009-glonass_dec
2017-11-03 16:30:24 +01:00
Carles Fernandez
a8005b5652
Merge branch 'glonass_dec' of https://github.com/dmiralles2009/gnss-sdr into dmiralles2009-glonass_dec
2017-11-03 16:18:54 +01:00
Damian Miralles
e636bba59a
position fix: First GLONASS position fix
...
First GLONASS L1 C/A position fix using GNSS-SDR. Fixes bug in toe
reporting for GLONASS and cleans up the code a bit. Small bug with
RINEX file still present but achievement deserves its own commit.
2017-11-01 21:05:40 -06:00
Carles Fernandez
36200183d2
Simplify installation instructions for gr-iio
2017-11-01 20:50:20 +01:00
Carles Fernandez
a9be24420e
Fix typo
2017-11-01 20:49:10 +01:00
Antonio Ramos
f02bd08ce9
Merge remote-tracking branch 'origin/pulse_blanking_if' into pulse_blanking_if
2017-10-31 22:36:00 +01:00
Antonio Ramos
5958d11fd1
Baseband downconverting PulseBlanking
...
Added an IF to baseband downconverting stage previous to the pulse blanking filter
2017-10-31 22:34:21 +01:00
Gastd
9a490279d1
Merge branch 'glonass' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-10-31 18:24:20 -02:00
Antonio Ramos
dceb15acdc
Baseband downconverting PulseBlanking
...
Added an IF to baseband downconverting stage previous to the pulse blanking filter
2017-10-31 20:28:34 +01:00
Unknown
dcedbf25d7
Improving gps_l1_obs_space_system_test
...
Improved checking algorithm
2017-10-31 17:01:56 +01:00
Carles Fernandez
afb3aa14f6
Remove commented lines
2017-10-31 16:03:41 +01:00
Carles Fernandez
647a27a192
Avoid possible duplication of linked libraries
...
Add installation pointers for gnuradio-iio
2017-10-31 16:02:18 +01:00
Unknown
2eabafe40c
Merge remote-tracking branch 'gnss-sdr/next' into system_test_space
2017-10-31 15:42:00 +01:00
Unknown
0531c0a0ed
Observables system test GNSS-SDR space
...
Added a new observables system test
2017-10-31 15:40:51 +01:00
Carles Fernandez
c70f7b504a
Fix RINEX version
2017-10-31 15:40:14 +01:00
Carles Fernandez
462de44be4
Fix compilation
2017-10-31 13:05:15 +01:00
Carles Fernandez
0054f1c5f8
Fix compilation
2017-10-31 12:45:09 +01:00
Javier Arribas
e7143f932a
Add includes for gnuradio-iio in block factory
2017-10-31 12:36:35 +01:00
Carles Fernandez
d6ea3dac53
Merge branch 'glonass' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-10-31 11:35:26 +01:00
Carles Fernandez
15f8a86a43
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-10-31 11:24:22 +01:00
Carles Fernandez
ffde1309b9
Fix compilation error
2017-10-31 11:23:41 +01:00
Carles Fernandez
370c6e5ab2
Merge branch 'dmiralles2009-glonass_dec' into glonass
2017-10-31 07:48:16 +01:00
Carles Fernandez
468b24c3a1
Optimize with O2 when debugging
2017-10-31 07:47:56 +01:00
Carles Fernandez
7a2ef17927
Merge branch 'glonass_dec' of https://github.com/dmiralles2009/gnss-sdr into dmiralles2009-glonass_dec
2017-10-31 07:41:00 +01:00
Carles Fernandez
90533189d3
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into glonass
2017-10-31 07:34:13 +01:00
Carles Fernandez
6e060b20a8
Merge branch 'dmiralles2009-glonass_dec' into glonass
2017-10-31 07:33:01 +01:00
Carles Fernandez
d287901041
Add override keyword
2017-10-31 07:31:43 +01:00
Carles Fernandez
3ad5a99d0a
Use const iterators instead of iterators
2017-10-31 07:24:23 +01:00
Carles Fernandez
16c0d5a2c8
Small fix
2017-10-31 07:23:43 +01:00
Carles Fernandez
9fd8988c65
Merge branch 'academiasIT-fmcomms2' into next
2017-10-30 22:33:44 +01:00
Carles Fernandez
cc3ed4c672
Apply project's coding style
2017-10-30 22:31:20 +01:00
Carles Fernandez
fd2a32e0eb
Merge branch 'fmcomms2' of https://github.com/academiasIT/gnss-sdr into academiasIT-fmcomms2
2017-10-30 21:45:48 +01:00
Carles Fernandez
f92c910e05
Detect and document macOS High Sierra
...
Fix old CMAKE flag for Eclipse (from ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT to ECLIPSE_GENERATE_SOURCE_PROJECT)
2017-10-30 20:15:12 +01:00
rmunozl
31b4228d8b
add better explanation in README.md and improve format of some files
2017-10-30 15:17:53 +00:00
Carles Fernandez
1bc6b8ce65
Merge remote-tracking branch 'cf/plot-grid' into next
...
Add the option to plot the acquisition grid in some tests.
Code cleaning of testing code.
2017-10-29 13:13:15 +01:00
Carles Fernandez
cccb77783a
Avoid comparison between signed and unsigned integer warning
2017-10-29 12:55:10 +01:00
Carles Fernandez
ee1285218e
Add GPS L2 acqusitition grid plot
...
and other small fixes
2017-10-29 12:26:06 +01:00
lmne
de7bdac26f
Fixed links in README.md
2017-10-29 03:01:12 -03:00
lmne
23fa911dd5
Add support to fmcomms2 SDR hardware
2017-10-29 02:51:22 -03:00
Carles Fernandez
396415b6f2
Fixes in testing code
2017-10-29 00:44:38 +02:00
Carles Fernandez
4267150445
Add Galileo acquisition grid
...
and other fixes in tests
2017-10-28 20:17:51 +02:00
Carles Fernandez
41b5365244
Add acquisition grid plot
2017-10-28 18:15:59 +02:00
Damian Miralles
6e223c4277
bugfix: changing flooring operation for tow update
2017-10-26 20:46:16 -06:00
Damian Miralles
791dfbd6d3
bugfix: Adjusting time of week (TOW) computation for GLONASS
...
Fixing the time of week computation for GLONASS by treating N_T as a
day offset from January 1. It also adds more units test for TOW checks
2017-10-26 18:43:18 -06:00
Damian Miralles
c9fba22307
bugreport: Time managment with boost posix time
...
Need to fix bug in time duration with posix time and deal with day
offsets in the code. Something seems off with day duration for long
periods of time.
2017-10-24 08:51:38 -06:00
Carles Fernandez
498dc22940
Merge remote-tracking branch 'cf/plot-corr' into next
...
Add 2 new plots: correlators output and constellation diagram
2017-10-24 14:54:38 +02:00
Carles Fernandez
218c23000b
Small fixes
2017-10-24 14:47:05 +02:00
Carles Fernandez
2c3ada26f2
Add constellation diagram plot
2017-10-24 14:23:59 +02:00
Carles Fernandez
ac99ba5b75
Fix exception catching
2017-10-24 11:38:37 +02:00