Click or drag to resize

RealFFTResultWrapper Constructor

Constructur. You must provide the array with the result of a real valued fourier transformation.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RealFFTResultWrapper(
	double[] fftresult
)

Parameters

fftresult  Double
The result of a real valued fourier transformation.
See Also