Click or drag to resize

FourierForwardMultiDim(Complex, Int32, FourierOptions) Method

Applies the forward Fast Fourier Transform (FFT) to multiple dimensional sample data.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ForwardMultiDim(
	Complex[] samples,
	int[] dimensions,
	FourierOptions options = FourierOptions.Default
)

Parameters

samples  Complex
Sample data, where the FFT is evaluated in place.
dimensions  Int32
The data size per dimension. The first dimension is the major one. For example, with two dimensions "rows" and "columns" the samples are assumed to be organized row by row.
options  FourierOptions  (Optional)
Fourier Transform Convention Options.
See Also