Performs an in-place complex forward or inverse FFT using separate real and imaginary arrays.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int FFT(
double[] re,
double[] im,
FourierDirection isign
)
Parameters
- re Double
- The array containing the real parts.
- im Double
- The array containing the imaginary parts.
- isign FourierDirection
- The transform direction.
Return Value
Int32Currently undefined, not used.
See Also