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

Add FFT examples #18

Open
certik opened this issue Jun 28, 2021 · 0 comments
Open

Add FFT examples #18

certik opened this issue Jun 28, 2021 · 0 comments

Comments

@certik
Copy link
Member

certik commented Jun 28, 2021

1D fft:

  • radix 2
  • radix 2, 3, 5 + driver
    3D fft:
  • using the 1D fft

There is FFTPACK implementation of the above, and I have my own more modern Fortran implementation. For the radix 2 there is also a Python/NumPy implementation here:

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

No branches or pull requests

1 participant