Any tools to save KiwiSDR waterfall to image ?
Hello, I have few questions about KiwiSDR waterfall.
1. What is maximum waterfall bandwidth which we can save ? Can we save all freq range, 30 mHz ?
2. Any tools which can save waterfall to image? Some scripts or programs? For now I found https://github.com/jks-prv/kiwiclient which could saved waterfall to .npy, but I don't know how to convert it to image. Also we can record waterfall with screen capture. But this is not very efficiency way . Also we can save IQ file to WAV and then draw plot. But in this case only small piece of bandwidth would be showed.
Maybe some other solution exist?
1. What is maximum waterfall bandwidth which we can save ? Can we save all freq range, 30 mHz ?
2. Any tools which can save waterfall to image? Some scripts or programs? For now I found https://github.com/jks-prv/kiwiclient which could saved waterfall to .npy, but I don't know how to convert it to image. Also we can record waterfall with screen capture. But this is not very efficiency way . Also we can save IQ file to WAV and then draw plot. But in this case only small piece of bandwidth would be showed.
Maybe some other solution exist?
Comments
But this is a manual operation. You're probably interested in automatic waterfall recording.
The kiwiclient waterfall code is currently only for gathering statistics and not saving the waterfall image. But with some code changes it could probably be made to do that.
--wf
option of kiwirecorder (note not kiwiwfrecorder) prints statistics.I found that Kiwiwfrecorder needs frequency as an option. Does it save all waterfall (30 mHz) or only some passband (10 kHz) which selected in -f option ?
I.e. you will not be able to get ten Hz divisions across the ~30MHz available, you'll get the (width / number of bins). I'm not sure what the numbers to put in there are but the methodology is sound (afaik)..