WindowSampling Enumeration

Enumerates the behaviour of a window function.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum WindowSampling

Members

Periodic0 The window is periodic.
Symmetric1 The window is wrapped around the central value.

See Also