[julia-users] Re: Linear convolution

2016-11-10 Thread Vincent Picaud
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

[julia-users] Re: Linear convolution

2014-03-04 Thread Don Gateley
On Tuesday, March 4, 2014 3:38:15 AM UTC-8, Oliver Lylloff wrote: > > Hello all, > > Is anyone aware of a linear convolution implementation? > Not clear what you want but if it is to convolve a kernel with a longer stream you are looking for an implementation of overlap-add or overlap-save fa