[SciPy-User] variable smoothing kernel

Wolfgang Kerzendorf wkerzendorf at googlemail.com
Sat Mar 26 08:52:55 EDT 2011


Hello,

I'm interested in having a gaussian smoothing where the kernel depends 
(linearly in this case) on the index where it is operating on. I 
implemented it myself (badly probably) and it takes for ever, compared 
to the gaussian smoothing with a fixed kernel in ndimage.

I could interpolate the array to be smoothed onto a log space and not 
change the kernel, but that is complicated and I'd rather avoid it.

Is there a good way of doing that?

Cheers
     Wolfgang



More information about the SciPy-User mailing list