Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SciPy's STFT #156

Open
jaidevd opened this issue Nov 26, 2017 · 3 comments
Open

Use SciPy's STFT #156

jaidevd opened this issue Nov 26, 2017 · 3 comments

Comments

@jaidevd
Copy link
Member

jaidevd commented Nov 26, 2017

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.

@JEMH
Copy link

JEMH commented Jan 8, 2023

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?

@jaidevd
Copy link
Member Author

jaidevd commented Jan 9, 2023

@JEMH

Yes, thanks a lot! Please go ahead.

@JEMH
Copy link

JEMH commented Jan 9, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants