Marc Majoral
9e552b9cda
The acquisition device name is not configurable.
2020-11-27 12:04:27 +01:00
Marc Majoral
3047051835
The dynamic bit selector modules determine the uio device file that is assigned to them using the hardware accelerator device name in the FPGA. The Switch device name is not configurable.
2020-11-27 11:24:44 +01:00
Marc Majoral
630f1932f2
The tracking modules determine the uio device file that is assigned to them using the hardware accelerator device name in the FPGA
2020-11-27 10:51:06 +01:00
Marc Majoral
a53109c718
The sample counter, the Acquisition and the Switch determine the uio device file that is assigned to them using the hardware accelerator device name in the FPGA
2020-11-26 17:07:15 +01:00
Carles Fernandez
15c1f907bf
Make clang-tidy happy
2020-11-23 16:14:28 +01:00
Carles Fernandez
e289e3f6b3
Add new conf parameter TelemetryDecoder_XX.remove_dat
...
By default set to false. If dump=true and dump_mat=true, if this parameter is set to true, the .dat file is removed after conversion to .mat, leaving a cleaner output if the user is not interested in the .dat file
2020-11-23 16:09:27 +01:00
Carles Fernandez
abcd16e166
Fix description in header
2020-11-23 14:48:57 +01:00
Carles Fernandez
7b89c0525b
Remove duplicated code
2020-11-23 14:42:13 +01:00
Carles Fernandez
e133834fb9
Fix test termination
2020-11-22 20:08:42 +01:00
Carles Fernandez
5c1f5bf315
Merge branch 'blocking-false' into next
2020-11-22 14:10:03 +01:00
Carles Fernandez
a091b18062
Fix occasional segfault when exiting with enter+q if Acquisition_XX.blocking=false
2020-11-22 14:08:48 +01:00
Carles Fernandez
ef7ad1c492
Fix for new clang-format behavior
2020-11-22 11:08:47 +01:00
Carles Fernandez
e6d802d3e8
Fixes for new clang-format behavior
2020-11-22 11:05:16 +01:00
Carles Fernandez
79d846d21a
Clang-format fixes
2020-11-21 20:26:43 +01:00
Carles Fernandez
b04d77f402
Fix dump_filename parameter in TelemetryDecoder blocks.
...
New parameter dump_mat, by default set equal to dump. If set to false, dump files are not converted to .mat
New class to configure Telemetry blocks more easily
2020-11-21 19:37:22 +01:00
Carles Fernandez
6bdd4305eb
Delete Telemetry dump files if empty
2020-11-21 13:14:55 +01:00
Carles Fernandez
7e1f0176f4
Make SIMD instructions work on MS Windows
2020-11-20 16:44:06 +01:00
Carles Fernandez
94337c159f
Merge branch 'tlm-dump' into next
2020-11-19 14:07:12 +01:00
Carles Fernandez
54bde524cf
Fix clang format
2020-11-19 14:06:07 +01:00
Carles Fernandez
0d1d89b8db
Do not shadow variable
2020-11-19 14:03:04 +01:00
Carles Fernandez
6b28ef9e7c
Apply clang-tidy fix (warning: use range-based for loop instead [modernize-loop-convert])
2020-11-19 14:01:35 +01:00
Carles Fernandez
dd60970f32
Improve dump of Telemetry blocks
2020-11-19 09:55:08 +01:00
Carles Fernandez
40e9d687dd
Add missing include
2020-11-17 21:55:32 +01:00
Carles Fernandez
cf9c080169
Add logic for HAS message reading
2020-11-17 19:22:32 +01:00
Carles Fernandez
708c696a69
Build GPSTk with the same visibility settings
2020-11-15 21:26:55 +01:00
Carles Fernandez
02b0fbed2e
Merge branch 'fix-format' into next
2020-11-15 20:21:12 +01:00
Carles Fernandez
15e1a9da83
Add remaining rinex printer tests with new API
2020-11-15 18:13:22 +01:00
Carles Fernandez
f2b05e686b
Simpler API for the Rinex_Printer
2020-11-15 14:17:58 +01:00
Carles Fernandez
54dfb9bbe9
Simplify public Rinex_Printer interface
2020-11-14 14:44:43 +01:00
Carles Fernandez
a0ef5a5f31
Move RINEX and RTCM work to the printer classes
2020-11-14 01:57:29 +01:00
Carles Fernandez
ad5690c52f
Fix exit with enter+q when Acquisition_XX.blocking=false
2020-11-12 15:24:15 +01:00
Carles Fernandez
d1b23ae3fd
Add logic for HAS message retrieval
2020-11-10 21:20:13 +01:00
Carles Fernandez
d81ff696b8
Fix warning
2020-11-10 13:16:25 +01:00
Carles Fernandez
1568c52000
Make clang-tidy happy
2020-11-08 20:55:19 +01:00
Carles Fernandez
76bbd3c3bb
Add work on the Galileo E6 message decoding up to HAS page CRC check
2020-11-08 14:10:43 +01:00
Carles Fernandez
b8862f8d7d
Give more intuitive names to files with functions for local signal replica generation
2020-11-07 22:43:19 +01:00
Carles Fernandez
bcd7c25cd1
Add Galileo E6 signal structure based on E6-B/C Codes Technical Note, Issue 1, Jan 2019.
...
Add Acquisition, Tracking and TLM blocks for Galileo E6 B/C. The decoder does nothing
2020-11-07 21:33:26 +01:00
Carles Fernandez
f24064e245
Fixes for changed behavior of clang-format
2020-11-06 10:41:20 +01:00
Carles Fernandez
30b52cd68e
Make clang-format job happy
2020-11-04 10:16:45 +01:00
Carles Fernandez
0880b04649
Handle change in GNU Radio FFT API
2020-11-04 09:32:00 +01:00
Carles Fernandez
e192feba3a
Fix building of OpenCL block
2020-11-03 22:33:12 +01:00
Carles Fernandez
f0e1ef6f9a
Add a common shared pointer definition
...
Makes transition to GNU Radio 3.9 API less verbose
2020-11-03 20:51:57 +01:00
Carles Fernandez
287284261c
Make use of Doxygen grouping feature
...
Improve Modules page in generated HTML documentation
2020-11-01 13:37:19 +01:00
Carles Fernandez
7b68335226
Fix filter tests
2020-10-29 11:49:54 +01:00
Carles Fernandez
8b508618d6
Mark private members
2020-10-29 11:49:09 +01:00
Carles Fernandez
58269aac2a
Fix Notch_Filter and Notch_Filter_Lite input filters
2020-10-28 23:49:55 +01:00
Carles Fernandez
4f1ad9ac29
Fix Pulse_Blanking_Filter
2020-10-28 20:01:11 +01:00
Carles Fernandez
0c03ac4568
More robust solution for archs not supported by cpu_features
2020-10-28 18:42:17 +01:00
Carles Fernandez
d7e2f82dab
Fix for s390x arch, since cpu_features does not support it
2020-10-27 09:13:49 +01:00
Carles Fernandez
2bf152636f
Add SPDX info to GPSTk patch file. Make the reuse job happy
2020-10-25 13:34:02 +01:00
Carles Fernandez
cc4412070b
Fix typo in patched file name
2020-10-25 13:02:20 +01:00
Carles Fernandez
88bd08b75b
Fix obsdiff and rinex2assist utilities when installed if they were built with a locally downloaded version of GPSTk
2020-10-25 11:50:09 +01:00
Carles Fernandez
14e588a6af
Remove old CMake support, not used anymore
2020-10-25 11:33:45 +01:00
Carles Fernandez
6509656c79
Fix copyright name
2020-10-24 14:52:05 +02:00
Carles Fernandez
30fbe8eb1a
Fix deprecation of operator << for matrices in Armadillo 10.1
2020-10-24 13:22:22 +02:00
Carles Fernandez
97a51c511d
Remove unused line
2020-10-24 13:20:55 +02:00
Carles Fernandez
33cee471f1
Find cpu_features.a file in more distributions. Update Google benchmark to 1.5.2
2020-10-24 10:48:48 +02:00
Carles Fernandez
3bc4cf2637
Fixes for old CMake
2020-10-23 22:27:45 +02:00
Carles Fernandez
7c2954c08f
Fix warning
2020-10-23 21:54:18 +02:00
Carles Fernandez
2f58c4aef1
Make cmakelint happy
2020-10-23 21:47:30 +02:00
Carles Fernandez
97224e60d2
Update cpu_features, fix integration
2020-10-23 21:36:12 +02:00
Carles Fernandez
292d084478
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into cpu-features
2020-10-23 19:50:42 +02:00
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
6fcae1a917
start the DMA only when then the receiver is in post-processing mode
2020-09-10 12:23:53 +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
Carles Fernandez
8aae7b6ce1
Fix for CMake 3.0
2020-08-23 09:42:35 +02:00
Javier Arribas
845385861d
Adding throttle support in LabSat file signal source
2020-08-22 16:46:21 +02:00
Carles Fernandez
c6aec7a105
Fix for CMake < 3.12
2020-08-22 12:43:02 +02:00
Carles Fernandez
8054f3bbe9
Fix for Windows
2020-08-22 12:34:03 +02:00
Carles Fernandez
d50e901caf
Fix for Windows
2020-08-22 12:27:40 +02:00
Carles Fernandez
929b9b43ad
Fix for Windows
2020-08-22 12:06:12 +02:00
Carles Fernandez
2a21ee6a54
Fix dll linkage in windows
2020-08-22 11:01:49 +02:00
Carles Fernandez
d1085af3ac
Activate usage of cpu_features
2020-08-21 16:31:57 +02:00
Carles Fernandez
cda2c998b8
Add work towards using cpu_features. Keep compatibility with old systems
2020-08-21 14:43:04 +02:00
Carles Fernandez
ec4c4b7ee4
Mark method as const, fix typo in doc
2020-08-21 00:31:46 +02:00
Carles Fernandez
4877ffff80
Update GPS satellite blocks
2020-08-21 00:30:03 +02:00
Carles Fernandez
25da76d1a2
Fix building with CMake > 3, GCC 8 and old Boost version (e.g. CentOS 7 with cmake3 and gcc8)
2020-08-19 15:24:09 +02:00
Carles Fernandez
05b4575a5c
Fix acquisition resampler for other bands than L1
2020-08-14 11:13:43 +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
11b499535e
Fix FPGA termination
2020-08-13 21:19:17 +02:00
Carles Fernandez
d4ed61df4b
Improve handling of gflags library
...
Set minimun gflags version to 2.1.2
Replaced google:: by gflags:: namespace
2020-08-13 20:54:22 +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
adcbacafb5
Make clang-tidy happy
2020-08-09 14:14:04 +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
fd41eef1e0
Fix receiver termination when using the Osmosdr_Signal_Source implementation for the SignalSource block
2020-08-06 11:45:27 +02:00
Carles Fernandez
9e272da007
Set a unique Pass_Through block to the SignalConditioner if its implementation is set to Pass_Through, instead of three chained Pass_Through blocks. In that case, configuration for the DataTypeAdapter, Input filter and Resampler are ignored, but the user is still warned
2020-08-05 12:58:10 +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
6cc96b039f
Benchmark with a longer string
2020-07-28 11:02:29 +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
2c2f034abd
Connected Telemetry Decoder to GNSS Block Factory
2020-07-26 03:42:48 +05:30
piyush0411
bf9c9d547b
Added Telemetry Decoder Block
2020-07-26 02:24:53 +05:30
piyush0411
ea664c9fd2
Minor additions
2020-07-25 18:18:13 +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
piyush0411
fa9abed435
Added missing parameter
2020-07-25 02:56:14 +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
Carles Fernandez
945c86a4c4
Avoid code duplication
2020-07-21 13:56:01 +02:00
Carles Fernandez
399903e491
Remove old, unused code
2020-07-21 13:12:57 +02:00
Carles Fernandez
e53d1dcfd2
Merge branch 'Tracking' of https://github.com/piyush0411/gnss-sdr into piyush0411-Tracking
2020-07-21 08:21:09 +02:00
Carles Fernandez
0cb1ed0764
Improve const correctness
2020-07-20 12:06:04 +02:00
Carles Fernandez
3ddcfc786e
Add phase coherence check to Glonass tracking blocks
...
Improve const correctness
2020-07-20 11:27:39 +02:00
Carles Fernandez
3e6931200e
Fix bug in Galileo E5b generation (out of bounds read)
2020-07-20 10:03:53 +02:00
Carles Fernandez
8a06981c16
Improve const correctness
2020-07-20 01:20:15 +02:00
Carles Fernandez
6d510a62bf
Fix bugprone conversion warning
2020-07-19 14:49:12 +02:00
Carles Fernandez
4ab7690085
Fix bug in GLONASS year computation ( Fixes : #347 )
2020-07-19 14:44:18 +02:00
Carles Fernandez
52980978f5
Improve const correctness
2020-07-19 14:26:15 +02:00
Carles Fernandez
c0f81dd9e2
Improve const correctness. Improve usage of typeid
2020-07-19 09:39:32 +02:00
Carles Fernandez
8f2973eab9
Better names for channel API parameters
2020-07-17 11:39:26 +02:00
Carles Fernandez
ebd83c4cbe
Improve const correctness
...
Fix a bug that made the parameter PVT.nmea_dump_devname ignored
Update changelog
2020-07-17 10:48:37 +02:00
Carles Fernandez
7bececeef6
Improve const correctness
...
Remove all buprone conversions from signal_generator module
2020-07-17 09:11:42 +02:00
Carles Fernandez
08fa55c585
Add missing includes, use \n instead of endl
2020-07-16 19:07:58 +02:00
Carles Fernandez
9b029ec027
Merge branch 'dynamic_bit_selection' of https://github.com/mmajoral/gnss-sdr into mmajoral-dynamic_bit_selection
2020-07-16 18:56:13 +02:00
Marc Majoral
98f1287f0e
dynamic bit selection based on the estimated power of the received signal.
2020-07-16 15:42:55 +02:00