kiwiclient icon indicating copy to clipboard operation
kiwiclient copied to clipboard

Reading IQ WAV files generated by kiwirecorder.py

Open jburnett007 opened this issue 2 years ago • 3 comments

I am trying to working thru the paragraph below on my Ubuntu 20.04 using Octave: Working with the recorded .wav files There is an octave extension for reading such WAV files, see read_kiwi_wav.cc where the details of the non-standard WAV chunk can be found; it needs to be compiled in this way mkoctfile read_kiwi_wav.cc. For using read_kiwi_wav an octave function proc_kiwi_iq_wav.m is provided; type help proc_kiwi_iq_wav in octave for documentation.

I have recording a wav file using kiwirecorder.py, m is set to iq and using --kiwi-wav I have installed Octave. In Octave I generated a read_kiwi_iq_wav.oct file. I now get the following error:

proc_kwi_iq_wav.m 20211008T150350Z_702000_jnb_iq.wav parse error:

syntax error

proc_kwi_iq_wav.m 20211008T150350Z_702000_jnb_iq.wav ^ Seems it does not like the file name that kiwirecorder.py generated.

Can you please give me some guidance Thanks ZS2B

jburnett007 avatar Oct 08 '21 15:10 jburnett007