Performs two one-dimensional real FFTs by packing them into a single complex transform.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32Currently undefined, not used.
See Also