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.67k stars 256 forks source link

FIR filters with different tap and sample types #19

Closed fbbdev closed 5 years ago

fbbdev commented 7 years ago

It is often useful to run FIR filters with real taps on complex signals. This patch supports such cases.

dancazarin commented 5 years ago

Merged, tests added.

Thanks.

fbbdev commented 5 years ago

Thank you!