Click or drag to resize

Pfa235FFTRealFFT Method

Performs two one-dimensional real FFTs by packing them into a single complex transform.

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

Parameters

real1  Double
The first real-valued data array.
real2  Double
The second real-valued data array.
isign  FourierDirection
The transform direction.

Return Value

Int32
Currently undefined, not used.
See Also