Click or drag to resize

ComplexFFTRFFT(Single, Int32, FourierDirection) Method

Compute a 1D real-symmetric fast fourier transform on the specified length.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void RFFT(
	float[] data,
	int length,
	FourierDirection direction
)

Parameters

data  Single
Interleaved real/imaginary float array representing the packed real FFT data.
length  Int32
Number of elements in the array.
direction  FourierDirection
Direction of the transform (forward or inverse).
See Also