>>
Oh, oh! Before we go real radio, something more like Matlab / Octave>>first would be great. Of the top of my head: matrix calculation,>>plotting, fast fourier transform, cross correlation, convolution...>>This is very useful for experiment with radio signal processing.
Doesn't slib include pure-scheme matrix algebra and fft already?
To do anything fast nowadays you need gpu acceleration, and I'm not sure it's easy to rewrite from scratch. So the potential srfi would need to not just include all the functions, but possibly support different backends, i.e. pure scheme, blas, gpu-blas, etc.
I wonder if that would be really a good thing to include in the language itself (even if -large). But I'm not an expert by no means.