Window Function 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public WindowFunction(
int length,
Func<int, double> coefficientFunction,
WindowSampling sampling
)Parameters
- length Int32
- coefficientFunction Func<Int32, Double>
- sampling WindowSampling