cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.06k stars 253 forks source link

Recording IQ signals in stereo #965

Closed VK1IAN closed 1 year ago

VK1IAN commented 2 years ago

I'm trying to decode a FSK signal with some python scripts I found, however they require IQ signals in the .wav file (I=left and Q=right). Is this the way CubicSDR records FMS received signals? If not, is there a way I can do this? Apparently SDR# can do this but I'm on a Linux box.

vsonnier commented 1 year ago

You'll need to use the Recording function, with I/Q modulation. Likely https://github.com/cjcliffe/CubicSDR/issues/872 has a more complete answer.