Click or drag to resize

RealFourierTransform Constructor

Initializes a new instance of the RealFourierTransform class for the specified length.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public RealFourierTransform(
	int length
)

Parameters

length  Int32
The length (number of data points) to be transformed. Must be greater than zero.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when length is less than 1.
See Also