SDRPlusPlus icon indicating copy to clipboard operation
SDRPlusPlus copied to clipboard

[Features] IQ file playback seeking and whole-file FFT preview

Open shuyuan-liu opened this issue 4 years ago • 5 comments
trafficstars

It would be nice if we had an overview waterfall of the IQ file currently being played back so we can do time measurements, know when short signals come up, etc. Basically what the File Player plugin for SDR# does. See https://www.rtl-sdr.com/new-sdr-plugin-file-player/ for a screenshot.

shuyuan-liu avatar May 02 '21 21:05 shuyuan-liu

I was actually planning to do something similar to that plugin, just that it would pup out a window to show the entire baseband FFT and would have a cursor you could move around to go to a part of interrest.

Those changes are only planned for the rewrite of the file source tho, so it's not for very soon.

AlexandreRouma avatar May 02 '21 21:05 AlexandreRouma

Thanks @AlexandreRouma, still nice to know they are planned!

shuyuan-liu avatar May 02 '21 21:05 shuyuan-liu

Is there any news on the development of the file player feature requests? It would make live so much easier when analyzing recorded signals.

janvgils avatar Feb 18 '23 22:02 janvgils

I can add some info on the float32 mode. Using a Wav-sink in gnuradio-3.10 (libsndfile) to create a iq dump. bild When playing this back in SDR++ I get a odd behaviour (mentioned in u8 iq file playback) where the first loop through the file has signal images and the next doesn't. This repeats with every odd/even run. bild bild

kng avatar Nov 29 '23 20:11 kng