kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

commit f71c2b3f22cfcf62210db4621c9894e4e8c47842
parent db2b24572df2f0fcae53c5fc059e069665ac2b34
Author: d.levin256@gmail.com <d.levin256@gmail.com>
Date:   Mon, 18 Jul 2016 14:21:46 +0300

Updated README.md

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -20,6 +20,7 @@ KFR is a header-only and has no external dependencies. Included DSP/audio algorithms: * FFT +* Convolution * FIR filtering * FIR filter design using the window method * Resampling with configurable quality (See resampling.cpp from Examples directory)