Performs two FFTs of the two real values arrays and store the result
in the arrays.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int RealFFT(
double[] real1,
double[] real2,
FourierDirection isign
)
Parameters
- real1 Double
- Input/Output vector of first real array.
- real2 Double
- Input/Output vector of second real array.
- isign FourierDirection
- Forward (-1) or reverse (1) transform.
Return Value
Int32Currently undefined, not used.
See Also