raw I/Q channels
Where can I find the documentation for the I/Q channel mode for external decoders?
Reading the doc and information suggests that even raw I/Q might be compressed. Is this true?
Thank you.
Reading the doc and information suggests that even raw I/Q might be compressed. Is this true?
Thank you.
Comments
There are links to YouTube videos showing DRM decoding using Dream and SoDiRa on kiwisdr.com
The other problem is that the best and easiest to use seem to cost money. I don't much about Windows but on the Mac I struggled for a long time with free routing software that was buggy and ultimately didn't survive an OS upgrade. Eventually I skipped a few trips to the pub and shelled out US$100 for software called "Loopback" which works flawlessly and is routinely updated. Highly recommended.
I don't use windows. Everything I have is either Mac or Linux. Perhaps I am naive but I wasn't expecting to connect from a browser to get the I/Q stream. I thought there would be a UDP port that would have the stream on it and perhaps a TCP port to which we could send a frequency command. After all, I don't need to render the waterfall or anything else. I just need to set the frequency and then suck up the samples. Something like that would make it easier to interface to GnuRadio too, and then people could make just about any radio they want using the KiwiSDR as a front-end.
I am familiar with VAC on the PC (played a lot with HPSDR). Loopback looks like it does the same thing for Mac. So I presume that the I and Q channels appear as L and R channels of a stereo stream?
Thank you.
An example written in Python that works on Linux/OS X is called kiwiclient/kiwirecorder available here: https://github.com/jks-prv/kiwiclient/tree/jks-v0.1 It is capable of recording to .wav files but there is no reason you couldn't stream to another application. I think Christoph was working on (or has working) an interface to GNUradio this way. The I/Q mode bandwidth is of course limited to the audio channel bandwidth (currently 12 kHz).
Thank you.