Commit Graph
4298 Commits
Author SHA1 Message Date
Javier Arribas be22c6a83e Improving accumulated carrier phase error estimation in tracking unit test 2018-07-16 15:09:35 +02:00
Carles Fernandez ee90b739b5 Add coherent integration for GPS L2C, L5 and Galileo E1 2018-07-15 04:12:20 +02:00
Carles Fernandez 1d728909d4 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-07-13 16:41:29 +02:00
Javier Arribas a392117c0b Improving bit synchronization in GPS L1 CA tracking 2018-07-13 15:23:20 +02:00
Carles Fernandez 994a4b32d8 Fix Glonass acquisition test 2018-07-13 15:16:48 +02:00
Carles Fernandez 0352108a79 Accept non-integer number of samples per code period 2018-07-13 14:23:14 +02:00
Carles Fernandez 92a6676b9e Enable second refinement stage in a thinner grid for coherent and/or non-coherent acquisitions 2018-07-13 11:50:31 +02:00
Javier Arribas b779f5cb3d Fix incoherence between the number of samples per code in GPS L2 acquisition 2018-07-13 10:32:24 +02:00
Carles Fernandez b922965746 Fix number of read samples 2018-07-13 00:16:57 +02:00
Carles Fernandez 8d1adfbd41 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-07-12 20:51:52 +02:00
Carles Fernandez 1b7b2da603 Reset grid after successful acquisition or reaching max number of dwells 2018-07-12 20:32:05 +02:00
Carles Fernandez 6d39e31a67 Fix bug that was causing runtime breaks 2018-07-12 20:01:18 +02:00
Javier Arribas 75d0645276 Add RMSE exports to MATLAB in tracking unit test 2018-07-12 18:52:38 +02:00
Carles Fernandez 7dd0f7143e Minor code cleaning 2018-07-12 18:21:48 +02:00
Javier Arribas 605ba079c8 Fix unified tracking binary dump artifacts in code delay estimation 2018-07-12 15:26:24 +02:00
Javier Arribas 15e86c841c Remove unused files and code 2018-07-12 09:36:50 +02:00
Carles Fernandez d4d0ad0042 Fix bug that could cause repeating a satellite in a different channel 2018-07-12 07:50:30 +02:00
Javier Arribas e2c78ccdfa Simplification of the GPS L1 CA telemetry decoder and synchronizer. Improving preamble detection reliability 2018-07-11 19:38:08 +02:00
Carles Fernandez ac089eded9 Add coherent and non-coherent acquisition to multi-signal Acquisition block
Both methods can be combined. For example, coherent_integration_time_ms=10, max_dwells=2 will perform 2 non-coherent dwells of 10 ms coherent integrations.

This is a major improvement in acquisition sensitivity.
2018-07-11 17:54:26 +02:00
Carles Fernandez 9881857fa5 Fix Acquisition for L2C and E1B 2018-07-11 14:51:34 +02:00
Carles Fernandez 0ad24adeab Make acquisition performance test multisystem 2018-07-10 18:43:36 +02:00
Carles Fernandez 0bc894a91f Header fix 2018-07-10 18:41:24 +02:00
Carles Fernandez d9b9df3718 Fix warning, improve code consistency 2018-07-10 17:43:05 +02:00
Carles Fernandez 4680363d68 Merge branch 'noncoherent' of https://github.com/carlesfernandez/gnss-sdr into noncoherent 2018-07-10 17:20:57 +02:00
Carles Fernandez f965cf750d Accept coherent and noncoherent integration 2018-07-10 17:20:37 +02:00
Carles Fernandez 85f70fe1a3 Fix coherent acquisition 2018-07-10 16:25:16 +02:00
Carles Fernandez 394f6088aa Add work on noncoherent acquisition 2018-07-10 08:47:04 +02:00
Carles Fernandez e1c26ec858 Add work on noncoherent acquisition 2018-07-10 07:48:08 +02:00
Carles Fernandez dad0ba32ad Add work on noncoherent acquisition 2018-07-10 07:45:49 +02:00
Carles Fernandez 6b67037fed Add first-to-second peak statistic 2018-07-09 17:56:47 +02:00
Carles Fernandez 879478bd13 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-07-08 13:32:04 +02:00
Carles Fernandez cfc19c8df9 Bugfix: satellites assigned in initialization were never added to the list 2018-07-08 13:30:49 +02:00
Carles Fernandez d76dab6248 Implement non-coherent acquisition 2018-07-08 13:26:30 +02:00
Javier Arribas 89c00560f2 Fix Acquisition fine Doppler implementation 2018-07-07 15:39:09 +02:00
Carles Fernandez fe6a6ce5b7 Fix building with Pybombs 2018-07-06 19:56:32 +02:00
Carles Fernandez 1d8c617a9f Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2018-07-06 11:16:21 +02:00
Carles Fernandez 2f3376dc38 Ensure that a terminal is not open when the flag --noshow_plots is passed to the tests 2018-07-06 11:14:38 +02:00
Carles Fernandez 25f5d77309 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-07-05 21:46:06 +02:00
Carles Fernandez 4154533812 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2018-07-05 21:40:43 +02:00
Carles Fernandez c10d457ae5 Accept two types of algorithms 2018-07-05 21:33:08 +02:00
Carles Fernandez 5ef6157fc1 Store acquisition results only when there is a decision 2018-07-05 21:31:38 +02:00
Carles Fernandez bad8b25ce7 Fix warning of unused parameter 2018-07-05 21:30:33 +02:00
Carles Fernandez 50b4a3818c Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into test-fine-doppler 2018-07-05 20:29:34 +02:00
Javier Arribas 6055200440 Code cleaning 2018-07-05 20:26:37 +02:00
Carles Fernandez c98305f556 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into test-fine-doppler 2018-07-05 20:24:41 +02:00
Javier Arribas d9f6d41eed Fix crash of PCPS acquisition fine doppler on some systems 2018-07-05 20:19:29 +02:00
Carles Fernandez cabf419e76 Add Alvaro to the list of contributors 2018-07-05 19:02:15 +02:00
Carles Fernandez d14d4ccdbc Add work 2018-07-05 10:51:23 +02:00
Carles Fernandez f7aba5deab Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-07-05 09:46:38 +02:00
Carles Fernandez 1b3b6616f5 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-07-04 21:02:06 +02:00