You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :) ).
The text was updated successfully, but these errors were encountered:
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.
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 :) ).The text was updated successfully, but these errors were encountered: