RealFourierTransformTransform(Double, FourierDirection) Method |
Performs a inplace fourier transformation. The original values are overwritten by the fourier transformed values.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Transform(
double[] arr,
FourierDirection direction
)
Parameters
- arr Double
- The data to transform. On output, the fourier transformed data.
- direction FourierDirection
- Specify forward or reverse transformation here.
See Also