We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We already have fft, ifft fftshift but no fftfreq, I think it is use with enough enough regularity that we should implement it.
fft
ifft
fftshift
fftfreq
It should be fairly simple to have the same API as scipy https://docs.scipy.org/doc/scipy/reference/generated/scipy.fft.fftfreq.html#scipy.fft.fftfreq.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We already have
fft
,ifft
fftshift
but nofftfreq
, I think it is use with enough enough regularity that we should implement it.It should be fairly simple to have the same API as scipy https://docs.scipy.org/doc/scipy/reference/generated/scipy.fft.fftfreq.html#scipy.fft.fftfreq.
The text was updated successfully, but these errors were encountered: