1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-06-06 12:42:12 +00:00
Commit Graph

2622 Commits

Author SHA1 Message Date
Cillian O'Driscoll ba3d7bfcd8 Added 'blocking' option to pcps_acquisition_cc
Using C++ 11 threading routines to create a worker thread that can
perform the FFT for acquisition in a non-blocking manner. By default
'blocking' is set to true, which is identical to the previous behaviour
(with the added overhead of an extra thread). When 'blocking' is set to
false, then the main thread does not wait for the worker, thereby
letting the receiver continue even when the FFT thread is working. This
is very useful for using FFT acquisition at higher sampling rates, where
the FFT cannot be performed in real-time.

The aim is to replace the separate pcps_multithread_acquisition_cc.

TODO: implement the same thing for the pcps_acquisition_sc
2017-09-11 16:37:14 +01:00
Carles Fernandez 3f557eeb41 Warn the user about the change in parameter name 2017-09-03 23:56:41 +02:00
Carles Fernandez dc18980194 The global parameter name GNSS-SDR.internal_fs_hz has been replaced by
GNSS-SDR.internal_fs_sps

The old name was misleading, since the units are samples per second and
not Hertz. 

Backward compatibility is kept, so this change does not break any
existing configuration.
2017-09-02 11:24:44 +02:00
Carles Fernandez 47e41d5b28 Avoid signed overflow 2017-08-26 10:07:18 +02:00
Carles Fernandez 4e49330ad4 Remove annoying warning in macOS (deprecated-declarations) 2017-08-26 00:22:12 +02:00
Carles Fernandez 005917ac56 Remove warning 2017-08-26 00:06:18 +02:00
Carles Fernandez 00cc726c12 Remove warning 2017-08-25 23:51:11 +02:00
Carles Fernandez 04d0debfca Remove warning 2017-08-25 23:42:36 +02:00
Carles Fernandez 1a463e9c52 Remove warning 2017-08-25 23:38:44 +02:00
Carles Fernandez d1429001fc Update per_support files 2017-08-25 22:44:49 +02:00
Carles Fernandez 18c48b30f5 Update per_support files 2017-08-25 22:16:06 +02:00
Carles Fernandez fc9740b4dc Do not use LOG(FATAL) since the glog library could have been stripped
off
2017-08-25 19:17:12 +02:00
Carles Fernandez 4f292bbe8e Fix examples with old configuration notation. Fixes #64" 2017-08-25 12:37:41 +02:00
Carles Fernandez ea84c1ec27 Fix redefinition of variable 2017-08-25 11:58:05 +02:00
Carles Fernandez 58e92343c7 Fix bug in NMEA messages. Fixes #45
Add a new test for the NMEA printer
2017-08-25 11:42:02 +02:00
Carles Fernandez 16a65a4e2b Fix building when compilers have a C++ standard below C++11 2017-08-23 19:04:11 +02:00
Carles Fernandez 265caeda33 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2017-08-21 12:06:03 +02:00
Damian Miralles f4c221609c avx2: Adds support for AVX2 intrinsic to some kernels
Adds AVX2 intrinsic to several kernels ranging from multiply and add to
more detailed operations such as convert. New peotokernels also may take
advantage of the fused multiply add (fma)
2017-08-21 12:05:39 +02:00
Carles Fernandez 122ec19626 Make use of the inline keyword where appropriate 2017-08-21 11:45:12 +02:00
Carles Fernandez 6e65705b47 Fix initialization 2017-08-19 20:26:30 +02:00
Carles Fernandez eecfd10875 Replace C-style casts by C++ casts 2017-08-19 20:05:52 +02:00
Carles Fernandez d12858e579 Replace C-style casts by C++ casts 2017-08-19 12:45:19 +02:00
Carles Fernandez 64ab909a0d Replace C-style casts by C++ casts 2017-08-19 12:10:47 +02:00
Carles Fernandez e7246d4565 Replace C-style casts by C++ casts 2017-08-19 11:27:22 +02:00
Carles Fernandez 7a50c67de8 Update Observables and PVT examples 2017-08-19 09:44:07 +02:00
Carles Fernandez 0a42fe8ab5 Replace some C-style casts by C++ casts 2017-08-19 09:16:10 +02:00
Carles Fernandez 7ac3f282fa Replace C-style cast by C++ casts 2017-08-19 02:33:54 +02:00
Carles Fernandez fe17181af3 Replace some C-style cast by static_cast<>() 2017-08-18 19:15:45 +02:00
Carles Fernandez a8c5ca81fd Remove blank line 2017-08-18 14:24:42 +02:00
Carles Fernandez 187ae683c9 Fix GCC warning 2017-08-18 13:56:49 +02:00
Carles Fernandez 4807c55184 Fix GCC warnings 2017-08-18 13:42:27 +02:00
Carles Fernandez a168b31fb1 Fix GCC warning 2017-08-18 13:35:02 +02:00
Carles Fernandez 45ba8bb10c Fix GCC warnings 2017-08-18 13:21:08 +02:00
Carles Fernandez ff89df1ea1 Fix GCC warning 2017-08-18 13:11:12 +02:00
Carles Fernandez 2467ed5af7 Avoid gcc warning 2017-08-18 13:07:49 +02:00
Carles Fernandez 61f8df3586 Replace some C-style cast by static_cast<>()
See https://stackoverflow.com/questions/1609163/what-is-the-difference-between-static-cast-and-c-style-casting
2017-08-18 12:45:47 +02:00
Carles Fernandez f71933e938 Use const iterator 2017-08-17 17:23:08 +02:00
Carles Fernandez 481c6c44c6 Pass parameters by reference instead of by value 2017-08-17 17:21:45 +02:00
Carles Fernandez a23733e716 Remove unused private member 2017-08-17 17:14:31 +02:00
Carles Fernandez ef1e4a4cd8 Update iterator when doint insert in a list 2017-08-17 11:31:22 +02:00
Carles Fernandez 2b18ae14fe Replace iterators by const iterators 2017-08-17 11:03:02 +02:00
Carles Fernandez 4653a927c4 Small fix 2017-08-16 20:40:50 +02:00
Carles Fernandez dc4d3790ed Enlarge number of channels for PVT 2017-08-16 18:10:37 +02:00
Carles Fernandez 2ca252c4d4 Add more control when accessing Pvt_Solution members 2017-08-16 17:42:55 +02:00
Carles Fernandez 6a2fe514d0 Revert "Declare more data members private"
This reverts commit 73b6613a3d.
2017-08-16 17:33:29 +02:00
Carles Fernandez 6532e0c57d Small fix 2017-08-16 13:45:17 +02:00
Carles Fernandez b0cd2ee015 Use const container calls when result is immediately converted to a
const iterator
2017-08-16 13:45:02 +02:00
Carles Fernandez 73b6613a3d Declare more data members private 2017-08-16 13:44:31 +02:00
Carles Fernandez 6eca73d9ce Declare more data members private 2017-08-16 13:42:46 +02:00
Carles Fernandez c1bbdd74d4 Declare all Pvt_Solution data members private 2017-08-16 12:45:00 +02:00