Re: Data Smoothing

From: Danny Rich (DannyRich_at_softhome.net)
Date: 01/14/05


Date: Fri, 14 Jan 2005 18:32:10 -0500

Try using a polynomial smoother - such as a Savitzky-Golay filter. They are
used in spectroscopy where peak position and height are critical properties
of the spectral data.

Danny

"Cory Chobanik" <cory.chobanik@sympatico.ca> wrote in message
news:1msxuxy3zvvl@legacy...
>I have a question:
>
> I have a dataset that needs to be smoothed, but I don't want to lose
> the max values of the dataset that would be caused by doing a moving
> average, is there an algorithm that can do this?
>
> Cory
>