Albin Stigo

Results 34 comments of Albin Stigo

Everything is up for discussion really, maybe this kernel doesn't even make sense? But this is a common operation when you decimate in the frequency domain if you want it...

Code looks amazing! Great job! Please think about doing receive DSP as float32, or at least leave room for that as an option. We have a high dynamic range SDR...

You are absolutely right about the dynamic range. I'm working on the raspberry pi where memory is not so constrained and float operations are quite fast using neon SIMD. Keeping...

I will probably attempt a port optimized for the raspberry pi when you release... Your code looks very well though through, well commented and modular.. so hopefully it shouldn't be...

It would also be very interesting if the decoding code potentially could be threaded... I realize you can't do this on the 32F746GDISCOVERY but it would be nice if ported.

I was thinking about this problem and came to the conclusion that perhaps it's better to write a "SoapyInternet" server/device. The problems are really quite orthogonal; it's a big difference...

Does SDR# work with SoapyRemote??

Thanks for the link. Someone should definitely work on a SDR# plugin. It would increase the audience a lot... Unfortunately I don't know C# nor have Windows.

I had exactly the same problem on Ubuntu 22.04. Adding `CFLAGS += -fcommon` After line 93 in `applet/Makefile` solved it. I also had to install python2, as it's not installed...

It's the standard C library used by pico-sdk. For some reason Ubuntu installs the headers there. Is there a better way?