Click or drag to resize

MovingWindowFilterBoundaryOption Enumeration

Options for handling the boundaries in a moving window filter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum BoundaryOption
Members
Member nameValueDescription
PadWithZeros0 PadWithZeros adds "number left" zeros to the beginning of the data to be filtered and "number right" zeros to end of the data to be filtered.
DoNotFilterBoundaryPoints1 The first "number left" and the last "number right" data will not be filtered.
See Also