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

Implement (inverse) FFT #37

Open
haydnv opened this issue Oct 28, 2021 · 2 comments
Open

Implement (inverse) FFT #37

haydnv opened this issue Oct 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@haydnv
Copy link
Owner

haydnv commented Oct 28, 2021

example FFT implementation: https://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/
IFFT implemented by calling FFT: https://github.com/scipy/scipy/blob/v1.3.0/scipy/fftpack/basic.py#L291-L371

@haydnv
Copy link
Owner Author

haydnv commented Jun 2, 2022

depends on #162

@haydnv haydnv added the enhancement New feature or request label Jan 16, 2023
@haydnv
Copy link
Owner Author

haydnv commented Oct 3, 2023

depends on haydnv/ha-ndarray#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant