Gonzalo José Carracedo Carballal

Results 35 issues of Gonzalo José Carracedo Carballal

I am using `linuxdeployqt` to deploy a Qt 6.2.0 application in a GitHub actions VM, that is later packed inside an AppImage file by means of `appimagetool`. Although the resulting...

Context: https://github.com/BatchDrake/SigDigger/issues/212 The idea is that the audio inspector should stop recordings if the squelch goes off. Back in the day this was problematic, but with the recent support for...

enhancement

This is basically the 64-bit version of `volk_32f_x2_dot_prod_32f`. Since this is my first PR to Volk and I will probably be writing a few more kernels for batched 64-bit 3D...

Hi. Nothing has been fixed yet. This is how I set up the taps: ``` $ brew tap pothosware/homebrew-pothos && brew update ``` This is how I install pothossoapy: ```...

Hi, Pulling from master, the application does not build anymore. The problem is that `out_mysql.h` defines a variable named `my`, which gets included in many places and thus defined everywhere....

I'm using GNU Radio 3.7.9 from Debian Sid repos. Machine kernel is 4.2.0-1-amd64 #1 SMP Debian 4.2.5-1 (2015-10-27) x86_64. I get a fully reproducible segmentation fault by following these steps:...

The current channel worker performs innecesary copies of the data buffer, and redundant FFTs. To prevent this: 1. Add multiple overlapping FFTs, and copy only the last half. 2. Zero-copy...

performance-issue

SigDigger still takes a lot of CPU time to channelize and demodulate. Offload part of the process to the GPU if available.

feature

Add a GUI to configure a Viterbi decoder. Some insights by EA4GPZ: * Most people use CCSDS polynomials * These polynomials can be applied in different order, and one of...

help wanted
feature

Although GMSK signals can be treated as regular FSK signals most of the time, the error rate may be reduced even further by implementing a proper GMSK equalizer. This equalizer...

enhancement