Options for handling the various convolution/correlation result boundaries.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public enum Windowing
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration Windowing
Visual C++
[SerializableAttribute]
public enum class Windowing

Members

Member nameDescription
Unwindowed
Full correlation result. No windowing.
CenterWindow
Correlation center windowed to the length of the input data.
FullKernelOverlap
Correlation windowed to region where kernel fully covers data. In this central region, circular and linear correlation are identical.

See Also