tftb icon indicating copy to clipboard operation
tftb copied to clipboard

how do I fftshift my complex spectrogram?

Open rcox771 opened this issue 5 years ago • 1 comments

I'm looking at complex-valued radio signals caught from my SDR and normally process spectrograms in their human-understandable (fftshift'd) form.

Here's what scipy produces: image

and, here's what I get with pytftb: image

Is there a simple way to make everything conformant?

Thanks, Russell

rcox771 avatar Jun 01 '19 17:06 rcox771

Hi @rcox771

The idea is to (sometime in the near future) get rid of tftb's STFT implementation (#156 ) and use scipy's implementation. When we do that, it will fix the spectrogram too.

I'll notify this thread when this is done.

jaidevd avatar Jun 11 '19 05:06 jaidevd