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 test to show equivalence of dft/idft with sicpy or numpy fft #37

Open
samaloney opened this issue Mar 27, 2018 · 0 comments
Open

Add test to show equivalence of dft/idft with sicpy or numpy fft #37

samaloney opened this issue Mar 27, 2018 · 0 comments

Comments

@samaloney
Copy link
Member

The only difference should be in the ordering, the dft/idft goes from basically -N/2 to N/2 while a standard fft goes from 0 to N. So creating u, v entries which match that for fft should work.

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

1 participant