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

[fixes #20] Implement Inverse Short Time Fourier Transform #28

Merged
merged 11 commits into from
Nov 7, 2021

Conversation

SiboVG
Copy link
Contributor

@SiboVG SiboVG commented Nov 7, 2021

This PR implements the inverse short time fourier transform.

Additionally, I also implemented:

  • a method in _Window for applying the inverse of a window (sometimes, you want to undo the effect that windowing has done on a signal, for example I needed to do inverse windowing for the ISTFT)
  • Changed some naming on return methods in DFT and IDFT, which seemed more standard and concise to me
  • implement phase returning for IDFT

@psambit9791 psambit9791 merged commit c2211cf into psambit9791:master Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants