Hello all, Is anyone aware of a linear convolution implementation? The Base.conv and Base.conv2 functions are implemented with fft which makes them circular convolution functions (as far as I know).
I'm looking for something alike Matlabs conv2 or SciPys signal.convolve2d. Should be straightforward to implement though. Best, Oliver