Carles Fernandez
82f1d8b991
Fix building
2022-12-05 22:50:01 +01:00
Carles Fernandez
5ac57eff38
Fix formatting
2022-12-05 20:42:42 +01:00
Marc Majoral
31124ae72b
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into DMA
2022-12-05 19:21:30 +01:00
Marc Majoral
4ce4682ea8
use separate files for the Xilinx DMA-proxy and the ezdma drivers
2022-12-05 19:18:31 +01:00
Carles Fernandez
f78579ce7e
Remove unused variable
2022-12-05 16:22:01 +01:00
Carles Fernandez
c9a845ab3d
Activate usage of boost::endian if available
2022-12-05 16:18:57 +01:00
Carles Fernandez
cecf7e5e43
Fix building if boost::endian is not available
2022-12-05 15:02:35 +01:00
Carles Fernandez
38341c351b
Merge branch 'labsat3w_unpack_fix' of https://github.com/jeffmelville/gnss-sdr into jeffmelville-labsat3w_unpack_fix
2022-12-05 13:14:51 +01:00
Javier Arribas
205583bb27
Update ad936x iio custom lib
2022-09-22 15:15:07 +02:00
Javier Arribas
8734a9f5c1
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2022-09-21 12:03:54 +02:00
Jim Melton
36a1e4c18d
convert from vector to stream
2022-09-20 15:39:14 -06:00
Jeff Melville
b6c7e4a6f1
Fix register unpacking for Labsat3W files
...
This change fixes a bug in the unpacking of Labsat 3 Wideband files
when using the Labsat_Signal_Source. The original endian conversion
loop includes a cast from char->uint64_t that (surprisingly) incurs a sign
extension when the MSB of the char is set. ORing the unmasked uint64_t
into the register can set undesired bits.
The changes replace the old endian conversion loop with a ``boost`` utility
function.
Signed-off-by: Jeff Melville <dev@jeffmelville.com >
2022-09-20 10:24:51 -04:00
Javier Arribas
dd1ce7893c
Adding ad936x custom source optional interchannel delay compensation
2022-09-13 17:34:23 +02:00
Javier Arribas
db2addd9bc
AD936x custom source switch from custom to default baseband filters
2022-08-30 16:50:38 +02:00
Javier Arribas
0c5d38145f
Adding extra control for the AD936x custom source external mixer
2022-08-30 15:28:18 +02:00
Javier Arribas
069c958965
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2022-08-29 11:50:07 +02:00
Javier Arribas
baa2a33838
Merge with next and adding full suport for custom AD936x sample sizes and dual frequency modes with external mixer board
2022-08-29 11:49:55 +02:00
Into Pääkkönen
e161545155
add options for changing usrp device arguments
...
Signed-off-by: Into Pääkkönen <into.paakkonen@aalto.fi >
2022-08-26 23:15:29 +03:00
Carles Fernandez
56ae0c043c
CMake: Improve spdlog handling
2022-08-23 13:02:04 +02:00
Javier Arribas
e5d6579e9a
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2022-08-14 12:12:33 +02:00
Javier Arribas
6311530cb4
Adding new Ad936x custom signal source, initial commit, experimental
2022-08-14 12:10:59 +02:00
Carles Fernandez
cd3be22798
Fix error with C++14 (invalid conversion from const char* to char*)
2022-08-12 20:09:11 +02:00
Jim Melton
09d8e3b9e9
clang-tidy claims this is more correct
2022-08-10 22:41:38 -06:00
Jim Melton
4e9faa5793
cpplint
2022-08-10 21:26:10 -06:00
Jim Melton
2eae3ef43a
implement dump
2022-08-10 20:21:12 -06:00
Jim Melton
b24141ca72
add ZMQ signal source
2022-08-10 17:37:57 -06:00
Javier Arribas
831cc2d7b6
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2022-08-02 12:15:05 +02:00
Carles Fernandez
6ec452a7c0
Allow the CMake project to be a sub-project
2022-07-28 10:37:36 +02:00
Vladisslav P
3491fed625
osmosdr signal source: implement bandwidth selection
...
New config file parameter:
SignalSource.if_bw=<bandwidth in Hz>
Signed-off-by: Vladisslav P <vladisslav2011@gmail.com >
2022-07-06 08:25:50 +03:00
Javier Arribas
b13041cb3c
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2022-06-30 10:38:50 +02:00
Carles Fernandez
342d378fe3
Remove using directive
2022-06-29 00:07:51 +02:00
Carles Fernandez
7c854cdfe7
Remove unused declaration
2022-06-28 17:34:22 +02:00
Javier Arribas
84abe6eaf4
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
2022-06-15 11:18:56 +02:00
Carles Fernandez
8b84158b18
Fix memory access
2022-06-15 07:02:52 +02:00
Javier Arribas
0a346c3017
Fix segmentation fault in file_timestamp_signal_source
2022-06-08 10:21:05 +02:00
Javier Arribas
e074883f06
Adding a native AD936x custom signal source, still not usable
2022-06-07 09:20:52 +02:00
Javier Arribas
f8b227952a
Merge with next
2022-06-03 21:08:13 +02:00
Carles Fernandez
7612a5e411
Fix building in 32-bit archs
2022-06-03 09:40:58 +02:00
Carles Fernandez
037ad07478
Apply clang-tidy
2022-05-31 07:34:12 +02:00
Marc Majoral
4c278cb3df
removed commented code
2022-05-30 11:12:38 +02:00
Marc Majoral
6e368622e2
Prefer initialization to assignment in constructors
2022-05-30 09:02:22 +02:00
Javier Arribas
0eebe9c2de
Fix four bits source adapter
2022-05-24 15:44:11 +02:00
Marc Majoral
a1a4666399
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga_ad-fmcomms5_compatibility
2022-05-23 17:52:34 +02:00
Javier Arribas
742113c55f
Adding timestamp capability to four bits signal source
2022-05-23 12:30:12 +02:00
Marc Majoral
8131bdffc5
perform fmComms5 specific mult-chip sync configuration
2022-05-20 16:54:00 +02:00
Javier Arribas
c97e12dbe0
Adding 4 bits complex samples signal source
2022-05-20 10:40:30 +02:00
Marc Majoral
da47cadcff
fix ad9361_manager comments
2022-05-19 15:49:50 +02:00
Marc Majoral
923398fa5e
fixed disable_ad9361_rx_local
2022-05-19 15:33:56 +02:00
Carles Fernandez
592ba0325d
Fix clang-format job
2022-05-19 15:10:34 +02:00
Jean-Michel Friedt
c7f3994683
add XTRX gain setting and reading (osmocom source)
2022-05-19 15:00:29 +02:00