Click or drag to resize

NuttallWindowInternalCompute Method

Computes the window values into the provided vector.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected override void InternalCompute(
	IVector<double> array,
	bool periodic
)

Parameters

array  IVectorDouble
The target vector where the window values are written.
periodic  Boolean
If set to true the window is computed in periodic mode.
See Also