Click or drag to resize

CorrelationBaseWindowing Enumeration

Options for handling the various convolution/correlation result boundaries.

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