JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/stable/contents/
Other
380 stars 110 forks source link

plan_conv #358

Open baggepinnen opened 4 years ago

baggepinnen commented 4 years ago

When performing several similar convolutions, it would be convenient to have a facility similar to plan_fft that creates a workspace structure with caches for conv, so that conv!(plan, u, v) or conv!(out, plan, u, v) is allocation free

galenlynch commented 4 years ago

Yeah that could be useful, and maybe not all that difficult to do.