ComplexFFTFFT(Complex32, Int32, FourierDirection) Method |
Compute a 1D fast Fourier transform of a dataset of complex numbers.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static void FFT(
Complex32[] data,
int length,
FourierDirection direction
)
Parameters
- data Complex32
- Array of complex values expressed as Complex32.
- length Int32
- Number of complex elements to process.
- direction FourierDirection
- Direction of the transform (forward or inverse).
See Also