kissfft icon indicating copy to clipboard operation
kissfft copied to clipboard

Add some windowing algorithms?

Open jerabaul29 opened this issue 4 years ago • 1 comments

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 :) ).

jerabaul29 avatar Feb 20 '21 07:02 jerabaul29

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.

marcusmueller avatar Apr 30 '21 10:04 marcusmueller