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 some windowing algorithms? #61

Open
jerabaul29 opened this issue Feb 20, 2021 · 1 comment
Open

Add some windowing algorithms? #61

jerabaul29 opened this issue Feb 20, 2021 · 1 comment

Comments

@jerabaul29
Copy link

jerabaul29 commented Feb 20, 2021

I see that only the "pure" FFT is available, no windowing algorithm. Do you think it would be ok to add a small kiss_windowing.h/cpp to provide a bit of windowing ability (maybe a few of the more common, hann, hamming, would be great :) ).

@marcusmueller
Copy link

As a user of KISS FFT, I'd personally rather keep the library simple. There's no computational advantage of integrating windowing functions into a FFT library, so using a separate library, especially if it's just a header, would be wiser, in my humble opinion.

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

2 participants