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
I have recently started looking into time-frequency representations and in my search for related python software I came across your repository. To familiarize myself with the code, I decided to have a go at implementing this issue.
I would like to make my changes available to you.
How should I go about this?
Should I make a pull request?
Hello,
I think I now understand why I could not create a pull request.
I believe that I need to create a fork of tftb in github and create my pull request from there. I‘ll do that soon.
Kind regards,
James
Since v0.19.0, scipy supports an STFT function: https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.stft.html
tftb.processing.linear.ShortTimeFourierTransform
should only be a wrapper around this.The text was updated successfully, but these errors were encountered: