ComplexFFTRFFT(Single, FourierDirection) Method |
Compute a 1D real-symmetric fast fourier transform.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static void RFFT(
float[] data,
FourierDirection direction
)
Parameters
- data Single
- Interleaved real/imaginary float array representing the packed real FFT data.
- direction FourierDirection
- Direction of the transform (forward or inverse).
See Also