Repositories
-
kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
cxxdox
Generates mkdocs files from C++ source code with minimal configuration. Python + libclang, does not use doxygen. Works in docker
-
fft-benchmark
A benchmark for comparison of FFT algorithms performance
-
cometa
Lightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (CTTI), string manipulation), 'value-or-errorcode' union-like type, type for passing named arguments, useful constexpr functions and many more. (MIT license)
-
fft
FFT (Fast Fourier Transform): SSE, AVX, AVX2
-
biquad-benchmark
A benchmark for comparison of Biquad algorithms performance
-
dspplot
DSP plots (impulse/frequency/phase response)