Window Sampling Enumeration
Enumerates the behaviour of a window function.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum WindowSampling
Members
Periodic | 0 | The window is periodic. |
Symmetric | 1 | The window is wrapped around the central value. |