Click or drag to resize

Pfa235FFTRealFFT Method

Performs two FFTs of the two real values arrays and store the result in the arrays.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int RealFFT(
	double[] real1,
	double[] real2,
	FourierDirection isign
)

Parameters

real1  Double
Input/Output vector of first real array.
real2  Double
Input/Output vector of second real array.
isign  FourierDirection
Forward (-1) or reverse (1) transform.

Return Value

Int32
Currently undefined, not used.
See Also