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#
public enum Windowing
Visual Basic (Declaration)
Public Enumeration Windowing
Visual C++
public enum class Windowing

Members

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

See Also