Edouard Griffiths
Edouard Griffiths
**Is your feature request related to a problem? Please describe.** Large FFT with large overlap is too slow **Describe the solution you'd like** I would like the FFT to run...
When hosted on a Raspberry Pi the sdrdaemontx should be able to use the PiTx code in order to use the RPi as a general purpose transmitter. PiTx can be...
This is a fairly generic issue just to mention an [interesting discussion](https://groups.io/g/sdrangel/topic/bandfilters_adding_noise_in/81672277?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,81672277) between Jon and myself on the group chat and keep track not to forget it. Here is the...
Hello, I am trying to implement latest vesion 2019.07 of libbladerf and this call does not work anymore: ```c++ int n = bladerf_get_gain_modes(m_dev, BLADERF_CHANNEL_RX(0), 0); if (n < 0) {...
This follows #1561. This feature is for gathering data from one or several FT8 demodulators and consolidate received FT8 messages in a single place. Thus it can implement the following...
Hello, I have tried to use the latest release 2.4.7. My code was using the readFileAsBlob method of the reader returned by js.zip.unpack but this method does not exist anymore...
I made some updates to make dvbt-tx.py moreconvenient to use with a proper set of command line options. I also added a dvbs-tx.py based on GNU radio blocks found at:...
Implemented as a feature so that it can use the audio of not just one type of Rx channel. More specifically and as an initial list: AM demod, NFM demod,...
WDSP is a powerful DSP library made for SDRs by Warren Pratt, NR0V. I have experienced it with the Radioberry and piHPSDR that uses it. It has a very good...