You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently writing a decoder for my SDR using CubicSDR for receiver, then pipe the raw IQ data through soundcard for later uses.
However, I'm confused about how the IQ file is sent (in what format). By using python and pyaudio, the .wav file I get has only one dimension, but the record function of CubicSDR outputs .wav files with dimension of 2 (I and Q, of course). Can someone tell me about how the audio is piped through the soundcard and what the format is? I've looked at all the documentation but couldn't find anything.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently writing a decoder for my SDR using CubicSDR for receiver, then pipe the raw IQ data through soundcard for later uses.
However, I'm confused about how the IQ file is sent (in what format). By using python and pyaudio, the .wav file I get has only one dimension, but the record function of CubicSDR outputs .wav files with dimension of 2 (I and Q, of course). Can someone tell me about how the audio is piped through the soundcard and what the format is? I've looked at all the documentation but couldn't find anything.
Beta Was this translation helpful? Give feedback.
All reactions