Jean-Michel Friedt
Jean-Michel Friedt
As we are still attempting to align the PPS output of the pulse generator implemented in the FPGA of the B210 receiver with GNSS time (https://github.com/oscimp/gnss-sdr-1pps and [D. Rabus &...
As I was struggling with input capture and reading the timer value, I slowly removed all unnecessary code to reach the following example of what I believe to be improper...
Commit 2e49f87977f201807de0e27ea93065f8287abaaa selects UHD 4.2 which seems incompatible with GNU Radio 3.8, so that running the recipe ``gnuradio38`` fails. Manually replacing UHD 4.2 with 4.1 allows for the completion of...
Makefile: generate explicitly libraries and separate from install
Makefile: prevent testing Raspberry Pi version when cross compiling
### What happened? Cross-compiling GNU Radio 3.9 to ARM aarch64 architecture using Buildroot and the https://github.com/oscimp/oscimp_br2_external/blob/master/configs/raspberrypi4_64_gnuradio39_defconfig configuration script leads to libraries (bindings?) named x86_64 which is the host architecture, and...
The documentation at https://gnss-sdr.org/docs/sp-blocks/signal-source/#reading-data-from-a-pipe states that the input arguments of the FIFO are sample_type defined as [ishort, gr_complex]. As I was about to implement the 8-bit integer data stream, I...
https://github.com/gnss-sdr/gnss-sdr/blob/main/src/algorithms/signal_source/adapters/uhd_signal_source.cc#L214 sets the UHD frequency source to internal, external or MIMO but does not act on the 1-PPS source. Is this intended or is the ``uhd_source_->set_time_source(clock_source_);`` missing? Thanks
I am investigating L2C using gnss-sdr v.0.17 (binary distribution from Debian/sid), processing IQ streams collected by an Ettus Research B210 SDR connected to a Septentrio dual-frequency active antenna. Tuning on...
perfect for generating the satellite traces for loading in QGis. You might just want to lower the requirement on http://download.osgeo.org/shapelib/ not to be dependent on a specific version. The latest...