The main goal of this library is for me to study C++ generic and constexpr techniques in C++20.
The secondary goal is to provide a set of functions to apply DSP techniques on many applications(That still need to think about :) )
- Window generator for common functions
- Boxcar generator
- Bartlett generator
- Gaussian generator
- Example for user provided generator
- constexpr time domain convolution
- constexpr fft function
- constexpr fast convolution
- 2d version of some operations.