How to open satnogs iq.dat files

What do I use to open the iq.dat files? Could gqrx be able to open them?

The files are 16 bit interleaved integers, sampled at 48ksps. You’ll probably have to run them through gnuradio to convert them to 32 bit complex floats.

You’d need these three blocks:
gnuradio

1 Like

I think that you also need to fix the scaling for files stored with the SatNOGS iq_sink block.

2 Likes

That’s a good point!

1 Like