https://github.com/loic-fejoz/fsdr-blocks/tree/feature/sigmf
@bastibl will you try a #FutureSDR rx of #ribbit ?
https://www.ribbitradio.org/
@Ea5iyl @oh8hub Agreed, quite a some ham radio software is built and shared by individuals. And many of them are shared in a way that are not inviting to build a community. At least not a community of contributors.
But there are also projects out there ticking all the boxes: version control, contribution guide, project documentation, and just general open source best practises. Projects like #M17project , #OpenRTX, #GNURadio, #FutureSDR to just name a few.
@ekuber Working on #FutureSDR (a #sdr / #dsp crate), I also tried to be clever but the #rust #compiler always beat me. Even explicitly using `core::simd` slowed down the program because the compiler found better optimization.
The trick is indeed to use iterators.
Yet the conclusion varies from architecture to another has the optimising parts of the compiler are of different maturity...
How many methods of generating an #SSB signal do exist in #SDR?
So far I found three (ignore the double side band one).
You can find them implemented in #Rust using #FutureSDR at https://git.sr.ht/~corvus/futuresdr_ssb.
Working on a command line to setup #FutureSDR flowgraph. Could also be a #csdr replacement. What are the commands you would like to see first? Come and tell me more at http://github.com/loic-fejoz/fsdr-cli/issues or join the discord of https://www.futuresdr.org/
An intermediate goal is to be usable within #openWebRX
#dsp #hamradio #amsat