kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.64k stars 252 forks source link

goertzel api #122

Closed mipac closed 3 years ago

mipac commented 3 years ago

It is not possible de "reset" a goertzel expression It is not possible to get the results until destruction It is not possible to pass univector as arguments

That api is hard to use, is it possible to refactor ? or is there reasons motivated by specific use case or performance ?