luigifcruz / CyberEther

Multi-platform GPU-accelerated interface for compute-intensive pipelines. Radio, the final frontier.
MIT License
407 stars 14 forks source link

Feature Request: File Input #59

Open nzqo opened 10 months ago

nzqo commented 10 months ago

thanks for the great work, managed to build CyberEther and use with a USRP finally! :)

I was wondering whether instead of live streaming from SDR, a simple file input to allow e.g. spectra/spectrograms of signals on-disk would make sense or if that is an anti-goal of yours?

luigifcruz commented 10 months ago

Thanks for testing CyberEther!

luigifcruz commented 10 months ago

Absolutely, File Sink and File Source are on the roadmap. This should be straightforward to implement. The main thing would be throttling the input rate to real-time levels to make it viable for visualization. Another thing would be figuring out the best way to do this with SigML support.