This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
gnss-sdr
Watch
1
Star
0
Fork
0
You've already forked gnss-sdr
mirror of
https://github.com/gnss-sdr/gnss-sdr
synced
2024-12-14 04:00:34 +00:00
Code
Issues
Releases
Wiki
Activity
5d2047c300
gnss-sdr
/
src
History
Marc Majoral
5d2047c300
replaced the device_base parameter by the dev_file_num parameter. dev_file_num specifies for each GNSS signal the first /dev/uio<X> driver that is associated to an FPGA HW accelerator that can be used for the tracking process of that GNSS signal. This parameter depends on the FPGA compilation and it is independant of the number of channels that are used for the tracking of other GNSS signals.
2019-10-03 16:37:18 +02:00
..
algorithms
replaced the device_base parameter by the dev_file_num parameter. dev_file_num specifies for each GNSS signal the first /dev/uio<X> driver that is associated to an FPGA HW accelerator that can be used for the tracking process of that GNSS signal. This parameter depends on the FPGA compilation and it is independant of the number of channels that are used for the tracking of other GNSS signals.
2019-10-03 16:37:18 +02:00
core
When using the FPGA, the Ad9361FpgaSignalSource is instantiated after the acquisition and tracking classes. In this way, when using the receiver in post-processing mode, when the DMA starts sending signal samples to the receiver, the acquisition and tracking classes are already configured and ready.
2019-10-01 16:01:44 +02:00
main
Improve formatting
2019-09-07 13:37:16 +02:00
tests
Apply clang format
2019-09-18 22:00:26 +02:00
utils
Apply clang tidy checks and clang-format
2019-09-13 08:56:37 +02:00
CMakeLists.txt
Update copyright year
2019-07-26 12:38:20 +02:00