Simple DSP functions.
Functions for DSP, mostly targeting real time application.
- FFT (radix2 / radix4)
- IIR (cascaded 2nd order)
- Documentation
- IIR band stop filter type
- FIR filter
- Others
- FFT coefficients are computed at compile time thanks to gcc extensions.
- Conan2
- CMake
Commands for Ubuntu 22.04. Other platforms may vary.
git clone https://github.com/mike919192/simpledsp.git
cd simpledsp
conan install . --build=missing
cd build/Release/generators/
cmake ../../.. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
./testFFT