Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
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
It is often useful to run FIR filters with real taps on complex signals. This patch supports such cases.