Hi All, I have a blog post https://pixorblog.wordpress.com/2016/07/17/direct-convolution/ that presents a detailed implementation of direct convolution in Julia. Maybe it can help, Vincent
Le mardi 4 mars 2014 12:38:15 UTC+1, Oliver Lylloff a écrit : > > 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 >
