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

afft? #350

Open
OverLordGoldDragon opened this issue Apr 1, 2024 · 0 comments
Open

afft? #350

OverLordGoldDragon opened this issue Apr 1, 2024 · 0 comments

Comments

@OverLordGoldDragon
Copy link

Can modulus be reasonably integrated into FFTs?

It'd notably accelerate and cut memory use for CWT, STFT, and others where we take abs after fft (many uses), by sparing allocations and assignments. Idea being to take modulus before the final assignment to each FFT bin. Less performant but still improving would be a simple abs on top of regular output, but done internally so sparing allocation.

Would FFTW be interested in implementing this? Is it already implemented somewhere? I'd appreciate pointers on this topic.

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