Click or drag to resize

ConvolutionBaseWindowing Enumeration

Options for handling the various convolution/correlation result boundaries.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Windowing
Members
Member nameValueDescription
Unwindowed0 Full convolution result. No windowing.
CenterWindow1 Convolution center windowed to the length of the input data.
FullKernelOverlap2 Convolution windowed to region where kernel fully covers data. In this central region, circular and linear convolutions are identical.
See Also