Commit Graph

3779 Commits

Author SHA1 Message Date
Antonio Ramos ad220dd279 Minor changes 2018-04-12 17:01:07 +02:00
Javier Arribas 88a474db97 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga 2018-04-12 11:22:54 +02:00
Javier Arribas ee732e09d4
Merge pull request #155 from antonioramosdet/fine_tune_buffer_size_and_latency
Fine tune buffer parameters
2018-04-12 11:22:14 +02:00
Antonio Ramos f92dd4dc83 New correlation procedure 2018-04-12 11:03:52 +02:00
Antonio Ramos 6de28277ed Fine tune buffer parameters 2018-04-12 10:57:12 +02:00
Carles Fernandez ddc2603681 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2018-04-11 18:18:47 +02:00
Javier Arribas d764c43aa3
Merge pull request #154 from antonioramosdet/fix_observables
Improve performance
2018-04-11 17:48:02 +02:00
Antonio Ramos 6c55c3a93f Improve performance 2018-04-11 17:41:27 +02:00
Javier Arribas c3635d002d Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga 2018-04-11 14:33:44 +02:00
Javier Arribas c2dfc82bf3
Merge pull request #152 from antonioramosdet/speed_up_observables
Change std::deque to boost::circular_shift
2018-04-11 14:25:25 +02:00
Antonio Ramos b606e1d71f Solve more conflicts 2018-04-11 13:35:01 +02:00
Antonio Ramos 2bc59ec15e Merge branch 'next' into speed_up_observables 2018-04-11 13:32:51 +02:00
Antonio Ramos 2eea1a66aa Solve conflicts 2018-04-11 12:56:15 +02:00
Antonio Ramos 385055e884 Increase buffer size 2018-04-11 12:49:22 +02:00
Carles Fernandez 37e8d5e5be Merge branch 'antonioramosdet-GPS_L1_change_symbol_history' into next 2018-04-11 11:42:30 +02:00
Antonio Ramos 2e15b16660 Change std::deque to boost::circular_buffer
The circular buffer (fixed memory) increases the performance of the receiver
2018-04-11 11:26:24 +02:00
Carles Fernandez bdd1a0e977 Add more friendy messages
Move general_work to the bottom, so it is easier to find
2018-04-11 01:22:11 +02:00
Carles Fernandez c175ebf4dd Minor fixes 2018-04-10 19:54:59 +02:00
Antonio Ramos 01d41e2f07 Use boost circular buffers 2018-04-10 18:33:45 +02:00
Antonio Ramos f350174fd8 Fix bugs 2018-04-10 15:37:07 +02:00
Carles Fernandez 80de8a9770 Fix C/N0 estimation 2018-04-09 23:10:50 +02:00
Carles Fernandez d4a13f2bbd Fix CN0 estimation 2018-04-09 22:14:15 +02:00
Carles Fernandez 0dac9489d5 Improve C/N0 estimation 2018-04-09 21:09:25 +02:00
Antonio Ramos 2a62d868ab Clean code 2018-04-09 18:18:06 +02:00
Javier Arribas ee18572cf5
Merge pull request #149 from antonioramosdet/speed_up_observables
Fix segmentation fault
2018-04-09 18:03:51 +02:00
Antonio Ramos 15e867ec27 Fix segmentation fault 2018-04-09 18:02:07 +02:00
Javier Arribas 689fa94774
Merge pull request #148 from antonioramosdet/speed_up_observables
Modify observables history
2018-04-09 16:46:58 +02:00
Javier Arribas a2020331ba
Merge pull request #147 from gnss-sdr/revert-146-speed_up_observables
Revert "Modify observables history"
2018-04-09 16:45:31 +02:00
Javier Arribas f022d49709
Revert "Modify observables history" 2018-04-09 16:45:05 +02:00
Javier Arribas 67ccb5b910
Merge pull request #146 from antonioramosdet/speed_up_observables
Modify observables history
2018-04-09 16:44:08 +02:00
Antonio Ramos d42d6b2ed4 Change std::vector<std::deque<Gnss_Synchro>> by gnss_circular_deque 2018-04-09 16:39:53 +02:00
Carles Fernandez 204aef99d0 Hold back c++17 until GNU Radio allows for it
(already in next, so 3.8 will do)
2018-04-08 23:48:35 +02:00
Carles Fernandez 795ac97e12 Set -std=c++11, -std=c++14 or -std=c++17 where appropriate 2018-04-07 17:03:25 +02:00
Carles Fernandez fc34bb4d98 Get rid of gr::random so it can be compiled with c++17
The error was:

In file included from
/Users/carlesfernandez/git/cttc/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.cc:31:
In file included from
/Users/carlesfernandez/git/cttc/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.h:36:
In file included from /opt/local/include/gnuradio/random.h:30:
In file included from /opt/local/include/boost/random.hpp:83:
/opt/local/include/boost/random/uniform_on_sphere.hpp:229:37: error: no
member named 'bind2nd' in namespace 'std'
        std::bind2nd(std::multiplies<RealType>(), 1/sqrt(sqsum)));
                               ~~~~~^
1 error generated.
2018-04-07 14:15:48 +02:00
Javier Arribas 8e59a42ae2 Merge Next with FPGA. Adding software-defined emulation of the sample counter 2018-04-06 17:03:20 +02:00
Carles Fernandez 04e400ffa7 Merge branch 'antonioramosdet-tracking_conf_structure' into next 2018-04-06 11:34:10 +02:00
Carles Fernandez acff1656c2 Merge branch 'tracking_conf_structure' of https://github.com/antonioramosdet/gnss-sdr into antonioramosdet-tracking_conf_structure 2018-04-06 11:33:55 +02:00
Antonio Ramos c40b0aa214 Solve conflict 2018-04-06 11:24:58 +02:00
Carles Fernandez 15ea4e6d71 Merge branch 'antonioramosdet-tracking_conf_structure' into next 2018-04-06 11:19:43 +02:00
Carles Fernandez 80749fbdcd Merge branch 'tracking_conf_structure' of https://github.com/antonioramosdet/gnss-sdr into antonioramosdet-tracking_conf_structure 2018-04-06 11:19:18 +02:00
Antonio Ramos b1a295d982 Fix bug 2018-04-06 10:48:10 +02:00
Carles Fernandez 77e0ec1072 Update reference 2018-04-06 10:26:09 +02:00
Antonio Ramos 5d9fb5af38 Migrate tracking adapters to new conf structure 2018-04-06 10:10:32 +02:00
Antonio Ramos 267e9d95c6 Merge branch 'next' into tracking_conf_structure 2018-04-06 09:56:08 +02:00
Carles Fernandez e01a6ce740 Remove unused variable 2018-04-06 09:44:55 +02:00
Carles Fernandez ac168cf274 Avoid warning 2018-04-06 09:39:11 +02:00
Carles Fernandez a31f4fc7cc Use dll_pll_veml_tracking tracking block for GPS L5 2018-04-05 21:49:32 +02:00
Carles Fernandez 32cfe3e228 Use dll_pll_veml_tracking tracking block for Galileo E5a 2018-04-05 21:35:01 +02:00
Carles Fernandez c1eccf1a27 Delete unused member 2018-04-05 21:24:01 +02:00
Carles Fernandez 8a4b51bf38 Use dll_pll_veml_tracking tracking block for GPS L2C 2018-04-05 21:15:51 +02:00