MagicPlot Manual

Plotting and nonlinear fitting software

User Tools

Site Tools


smoothing

This is an old revision of the document!


Table of Contents

Smoothing (Pro edition only)

Open Table or Figure or Fit Plot with initial data and select Processing → Smooth menu item. The opened processing dialog shows parameters, initial curves (semi-transparent) and smoothed preview.

Smoothing dialog

Algorithms

Two algorithms are available: Central Moving Average and Savitzky-Golay method.

Periodic checkbox applies on first and last p/2 points calculation. When is is set MagicPlot will take missing values from the opposite end (as if the signal is periodic) to calculate first and last p/2 points.

Central Moving Average

Each value Ak is replaced with p-points average:

A_k = sum{i=k−{p{/}2}}{k+p{/}2}{a_i}.

If Periodic checkbox is not set the first and last p/2 points are calculated with the same symmetrical formula but with less summands.

Savitzky-Golay Filter

A Savitzky–Golay filter essentially performs a local polynomial regression on a series of equally spaced data points. Each data point value is replaced with local polynomial value at this point.

If Periodic checkbox is not set, MagicPlot will repeat the values of the first and last points to calculate a polynomial for the first and last p/2 points.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
smoothing.1370245696.txt.gz · Last modified: Sun Nov 8 12:20:34 2015 (external edit)