Filter Width box

The Filter width value in the Construct Filter Feature dialog box (Insert | Feature | Constructed | Filter) is an optional smoothing parameter for all of the filter types except the Spline filter. The value in this box determines the number of data points used for filtering to the right and to the left of each smoothed data point. For example, if the Filter Width value is m then the window is 2m * delta wide, where delta is the point spacing. The default value for this parameter is 3.

The value you type can be zero or any positive value.

The Filter width value also determines how many points will be absent from the filter set when doing linear filtering. PC-DMIS removes those points that don't have enough data to the right or left to fill up the data window.

A lowpass filter, one that filters out high frequency noise but transmits the lower frequency form and waviness, works by replacing the value at a data point by a weighted average of the values at a sequence of its neighbors.

For the Gauss filter, for instance, the Filter width specifies how many points to the left and right of a point are included in the weighted average.

The weights (which are positive and add up to 1) are values of a Gaussian distribution function (also known as a Bell Curve).

If the Filter width is equal to m, then the smoothed point is at the center of 2m+1 points used in the weighted average.

If the data is periodic, then the points wrap around and there are always enough points to the left and right of a point to compute this average. This is the case for a Polar filter. But for a Linear filter, the first and last m points do not have enough neighbors to compute the full weighted average, so these points are left out of the filtered dataset.