NativeFourierMethodsFourierTransformation(Double, FourierDirection) Method |
Performs a inline native fouriertransformation of real and imaginary part arrays.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void FourierTransformation(
double[] real,
FourierDirection direction
)
Parameters
- real Double
- The real part of the array to transform.
- direction FourierDirection
- Direction of the Fourier transform.
See Also