1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-12 13:23:09 +00:00
Commit Graph

3649 Commits

Author SHA1 Message Date
Carles Fernandez
73721b5532 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2020-10-21 16:27:56 +02:00
Josh Schindehette
a8b536b367 Fixed issues for cpplint, clang-format, and REUSE-compliance 2020-10-21 16:26:56 +02:00
Josh Schindehette
ed93af11ac Added acquisition and tracking monitors
Added acquisition and tracking monitors to view intermediate outputs of
GNSS-SDR from monitoring clients. Each monitor (acquisition, tracking,
original monitor, and pvt) pushes its data to a different UDP port.
2020-10-21 16:26:56 +02:00
Carles Fernandez
e4c0e060be Add missing reference in header (Fixes: #441) 2020-10-21 10:28:00 +02:00
Carles Fernandez
c1ecd1d1be Fix python detection when cross-compiling 2020-10-16 20:06:11 +02:00
Marc Majoral
beddfb6f73 close the DMA descriptor properly. 2020-10-16 09:05:10 +02:00
Josh Schindehette
5648579a26 Fixed variable declaration syntax for clang-tidy 2020-09-30 15:24:07 -04:00
Josh Schindehette
8189b37eba Fixed code/comment spacing issue for cpplint 2020-09-30 14:15:12 -04:00
Josh Schindehette
202f032e88 Added cfloat type, data is assumed to be little endian
The sample_type property of gr_complex_ip_packet_source was augmented
to support the "cfloat" enumeration. It packs 8 bytes of data from
the UDP payload into a single complex float sample. The float data
in the UDP payload is assumed to be little endian.
2020-09-30 14:00:35 -04:00
Marc Majoral
47c23b2738 fix dynamic bit selection threshold 2020-09-23 16:49:11 +02:00
Marc Majoral
3daa9259e8 fixed the second step acquisition input parameters 2020-09-17 10:10:02 +02:00
Marc Majoral
933873c265 When using the FPGA in post-processing mode, start the DMA after instantiating the complete flowgraph, not before. 2020-09-10 10:08:25 +02:00
Marc Majoral
70ceb4d11f fixed doppler variable type 2020-09-01 16:00:00 +02:00
Carles Fernandez
df2f84dfb0 Improve CUDA handling
Set CMAKE_CUDA_STANDARD to 14, allowing decay to 11 for CUDA 8
CUDA version reported in CMake summary
Add target property CUDA_RESOLVE_DEVICE_SYMBOLS to ON
2020-08-28 12:02:01 +02:00
Carles Fernandez
15428a47cc Fix building with -DENABLE_CUDA=ON 2020-08-27 14:57:44 +02:00
Carles Fernandez
a9472dea30 Remove redundant void (clang-tidy modernize-redundant-void-arg) 2020-08-27 12:48:20 +02:00
Carles Fernandez
cd91722d2f Parameter renaming to throttle_frequency_sps 2020-08-27 12:14:00 +02:00
Javier Arribas
845385861d Adding throttle support in LabSat file signal source 2020-08-22 16:46:21 +02:00
Carles Fernandez
ec4c4b7ee4 Mark method as const, fix typo in doc 2020-08-21 00:31:46 +02:00
Carles Fernandez
a7e5132664 Fix bug in acquisition detection when the configuration parameter Acquisition_XX.threshold was set but Acquisition_XX.pfa was not 2020-08-14 01:07:03 +02:00
Carles Fernandez
c6e4287ee1 Improve variable initialization 2020-08-13 22:07:34 +02:00
Carles Fernandez
9490ec1b44 Fix cmakelint job 2020-08-10 00:22:18 +02:00
Carles Fernandez
0fbbdbb163 Improve CMake scripts, add workaround for CentOS 7 and remove unused include 2020-08-09 21:44:35 +02:00
Carles Fernandez
5713d8b2ad Make clang-tidy happy 2020-08-09 14:03:53 +02:00
Carles Fernandez
7221044db3 Remove unused includes 2020-08-09 13:01:01 +02:00
Carles Fernandez
a144d52c74 Make declarations more readable
Remove unused parameters
2020-08-03 10:46:07 +02:00
Carles Fernandez
47f6855610 Give more intuitive naming to asynchronous message handlers 2020-08-03 08:13:21 +02:00
Carles Fernandez
ccaef941b0 Fix wavelength computation when enable_carrier_smoothing is activated in other bands than L1 2020-08-01 14:28:27 +02:00
piyush0411
7b8a23f628 Modified PVT Block 2020-07-31 21:28:57 +05:30
piyush0411
dc5d17c8a0 Modified Observables block 2020-07-31 02:13:09 +05:30
Carles Fernandez
191e26ee17 Do not stop volk_gnsssdr building with unknown build type, just set it to None 2020-07-29 19:03:57 +02:00
Carles Fernandez
0b1befd128 hotfix: fix Uhd_Signal_Source building with GCC 10
Fix out-of-bound access in debug mode
2020-07-29 13:47:00 +02:00
Carles Fernandez
2a7731135f Bump version number to 0.0.13 2020-07-29 08:59:47 +02:00
Carles Fernandez
89c7598be4 Rename the Galileo_Navigation_Mesaage class to Galileo_Inav_Message for consistency 2020-07-28 21:27:46 +02:00
Carles Fernandez
bd49256454 Minor fixes 2020-07-28 20:53:08 +02:00
Carles Fernandez
fccac672d8 Merge branch 'Telemetry_Decoder' of https://github.com/piyush0411/gnss-sdr into piyush0411-Telemetry_Decoder 2020-07-28 20:10:33 +02:00
Carles Fernandez
499de7a9f1 Update file headers 2020-07-28 16:57:15 +02:00
Carles Fernandez
b33d7ba739 Improve wording 2020-07-28 10:51:45 +02:00
Carles Fernandez
1a1addf2c4 Remove color in text for L1 signal 2020-07-28 10:29:59 +02:00
Carles Fernandez
8633c03cf9 Remove unused lines
Some more const correctness
2020-07-28 01:33:26 +02:00
Carles Fernandez
5d326bc902 Reserve memory for strings before pushing data
Some more const correctness
2020-07-28 01:23:27 +02:00
Carles Fernandez
76cce022ac Fix building in Ubuntu 20.10 2020-07-27 09:53:01 +02:00
Carles Fernandez
406b799168 Remove unused include 2020-07-27 08:23:30 +02:00
Carles Fernandez
f5e76e7613 Improve const correctness in PVT libs 2020-07-26 23:56:36 +02:00
piyush0411
bf9c9d547b Added Telemetry Decoder Block 2020-07-26 02:24:53 +05:30
piyush0411
b6ecd9c48f Removed unnecessary code 2020-07-25 15:58:59 +05:30
piyush0411
e8f4eb7441 Modified GNU Radio Block for Galileo E5b 2020-07-25 02:56:54 +05:30
Carles Fernandez
0aa6d6afc3 Improve const correctness 2020-07-22 01:33:01 +02:00
Carles Fernandez
23c2dab8b7 Uniformize usage of range for loops 2020-07-21 23:18:43 +02:00
Carles Fernandez
5d4dbf3ce7 Minor, misc. fixes 2020-07-21 14:31:45 +02:00