WindowFunctions.Triangular Method

Returns a triangular window function of the specified length.

DefinitionPermalink

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public static WindowFunction Triangular(
	int length,
	WindowSampling sampling
)

ParametersPermalink

length  Int32
The length of the window.
sampling  WindowSampling
A WindowSampling value that indicates whether the filter is symmetrical or periodic.

Return ValuePermalink

WindowFunction
A WindowFunction object that represents a triangular window of length length, normalized so the largest value is 1.

RemarksPermalink

If the window is symmetrical and the length is even, the maximum value of 1 may not appear.

ExceptionsPermalink

ArgumentOutOfRangeException

length is less than or equal to zero.

See AlsoPermalink