You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'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:
and, here's what I get with pytftb:
Is there a simple way to make everything conformant?
Thanks,
Russell
The text was updated successfully, but these errors were encountered: