ComplexFFTFFT2(Complex32, Int32, Int32, FourierDirection) Method |
Compute a 2D fast fourier transform on a data set of complex numbers
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static void FFT2(
Complex32[] data,
int xLength,
int yLength,
FourierDirection direction
)
Parameters
- data Complex32
- Array of Complex32 values in row-major order.
- xLength Int32
- Number of columns (power of two required).
- yLength Int32
- Number of rows (power of two required).
- direction FourierDirection
- Direction of the transform.
See Also