IFourierTransformProviderForwardMultidim(Complex, Int32, FourierTransformScaling) Method |
Computes the forward multidimensional transform of complex double-precision samples.
Namespace: Altaxo.Calc.Providers.FourierTransformAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid ForwardMultidim(
Complex[] samples,
int[] dimensions,
FourierTransformScaling scaling
)
Parameters
- samples Complex
- The sample data to transform in place.
- dimensions Int32
- The lengths of the dimensions in samples.
- scaling FourierTransformScaling
- The scaling convention to apply to the transform.
See Also