Recording waterfall for use in Python using kiwiwfrecorder.py
Folks,
I'd like to be able to record waterfall samples and process them in a command-line script. kiwiwfrecorder.py from Github seems to do that, but I'm struggling a bit with the file format that comes out. Is there any sample code to read it?
I know kiwiwfrecorder uses numpy.save() and each record can be read with numpy.load(), but loading more than one array isn't supported by numpy.load(). Seems like I'm doing something wrong.
Thanks,
Jack