Hi all, I wrote a very simple implementation of the Wiener deconvolution <https://en.wikipedia.org/wiki/Wiener_deconvolution> in Julia. You can find it here as a (non-registered) package: https://github.com/giordano/Wiener.jl The README.md has a basic example of use.
I'm not sure it deserves to be a package on its own, so I'm willing to include it in another package, but which? The Wiener deconvolution is often used in image processing, a good place could be Images.jl (which already has other tools to manipulate images), but this technique can be applied to any kind of signal, not just images, thus another option could be DSP.jl. Please, suggest me where this code can go. Cheers, Mosè
