AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software
GNU General Public License v3.0
3.96k stars 545 forks source link

Decimation WAV #828

Closed zeke800 closed 2 years ago

zeke800 commented 2 years ago

When using the decimation feature to record, SDR++ records at the original sample rate. This is seen during the WAV file playback, when it plays faster than normal. For example, when receiving Meteor (excuse the local VHF noise), the recording was decimated by 4 in SDR++. However, the bandwidth does not even remotely fit. Any advice would be appreciated. image

zeke800 commented 2 years ago

Thank you! However, is there a way to convert the existing (decimated) recordings?

AlexandreRouma commented 2 years ago

you either have to divide the samplerate and bytesPerSecond fields of the wav header by 4 or use GNU radio to read the wav as raw IQ data and rewrite it with the correct samplerate.