Complex forward/backward FFT for 1/2/3 dimensions
Interface with separate FLOAT vectors for real and imaginary part
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int FFT(
double[] re,
double[] im,
FourierDirection isign
)
Parameters
- re Double
- Input/Output vector of real part.
- im Double
- Input/Output vector of imaginary part.
- isign FourierDirection
- Forward (-1) or reverse (1) transform.
Return Value
Int32Currently undefined, not used.
See Also