Defined in header <scicpp/signal.hpp>
Convolve two 1D arrays using FFT.
For now only the “full” mode is implemented.
T
fftconvolve
Convolve two std::vector using FFT and return a std::vector of size a.size() + v.size() - 1.
a.size() + v.size() - 1