Fundamentals of Statistics contains material of various lectures and courses of H. Lohninger on statistics, data analysis and chemometrics......click here for more. |
Home Bivariate Data Smoothing Savitzky-Golay Filter | |
See also: mathematical details, coefficients | |
Savitzky-Golay FilterOne approach for smoothing the time series is to replace each value of the series with a new value which is obtained from a polynomial fit to 2n+1 neighboring points (including the point to be smoothed), with n being equal to, or greater than the order of the polynomial. Savitzky and Golay have shown in their original paper that a moving polynomial fit can be numerically handled in exactly the same way as a weighted moving average, since the coefficients of the smoothing procedure are constant for all y values. Thus, Savitzky-Golay smoothing is very easy to apply. Furthermore, it can be shown that the same algorithm can be used to calculate smoothed first and second derivatives of the signal.
|
|
Home Bivariate Data Smoothing Savitzky-Golay Filter |