-
Notifications
You must be signed in to change notification settings - Fork 9
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
fft: satisfy Plancherel #1075
fft: satisfy Plancherel #1075
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
https://numpy.org/doc/stable/reference/generated/numpy.fft.fft.html#numpy.fft.fft Somewhat curious if simply passing |
No, I think their norm argument relates to unitary vs. non-unitary definitions. https://numpy.org/doc/stable/reference/routines.fft.html#normalization Note that np.fft.fft cannot incorporate this feature because it does not accept x-axis/spacing as an argument. |
Changes
Spectral intensity across all colors should be equal to intensity across all time.
Resolves #1076 .
Checklist