[SciPy-Dev] Signal Smooth

Jonathan Stickel jjstickel at gmail.com
Thu Jun 18 11:16:41 EDT 2015


On 6/18/15 09:06 , Nicolas Petitclerc wrote:
> Hi,
> Coming from IDL, I've always wondered why there was no 'smooth' function
> in SciPy, seems like a standard/common operation. But I found an
> implementation in the Cookbook:
> http://wiki.scipy.org/Cookbook/SignalSmooth that does what I would
> expect such a function to do.
>
> But I found an indexing bug and a few usability and coding style
> improvement to the Cookbook. My version of the function is in attachment.
>
> Any reason why this function is not part of Scipy?
>
> Thanks,
> Nicolas
>

You may also be interested in this:

https://pypi.python.org/pypi/scikits.datasmooth/0.61

Scipy has some other smoothing capabilities in interpolate (smoothing 
splines) and signal (Savitzky-Golay filter).

I'd like to see these smoothing routines collected in one place, whether 
that is inside scipy or a separate package. Perhaps a high-level 
smoothing function could be written that performs subcalls to various 
routines.

Regards,
Jonathan



More information about the SciPy-Dev mailing list