scikit-signal / tftb

A Python module for time-frequency analysis
262 stars 56 forks source link

how do I fftshift my complex spectrogram? #161

Open rcox771 opened 5 years ago

rcox771 commented 5 years ago

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

jaidevd commented 5 years ago

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.