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