Two filters can be used to perform the decimation, including FIR filter and moving average filter.
FIR filter used in this X-Function is a finite impulse response filter based on regular window. The filter order is specified by the Order variable.
When the Moving Average filter is applied, Origin performs the following steps:
with the same size of the input range. Each datum in the new dataset is the average of the data points within the moving window. The size of the moving window is determined by the Resample Factor
specified in the dialog. Let {
} be the Y value of the input data points and {
} denote the Y value of the new dataset, where
is the size of the dataset. Each
is computed by the following formula:
/math-b4ea18191abef993ba2ed5e9125ec7ad.png?v=0)
as the input range to create a new dataset
.
as the input range to perform decimation with no filter applied.