WindowFunction Constructor

Initializes a new instance of the WindowFunction class

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public WindowFunction(
	int length,
	Func<int, double> coefficientFunction,
	WindowSampling sampling
)

Parameters

length  Int32
 
coefficientFunction  Func<Int32, Double>
 
sampling  WindowSampling
 

See Also