ComplexFFTFFT(Complex, 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(
Complex[] data,
int length,
FourierDirection direction
)
Parameters
- data Complex
- Array of complex values as Complex.
- length Int32
- Number of complex elements.
- direction FourierDirection
- Direction of the transform.
See Also