RealFourierTransformTransform(Double, FourierDirection) Method |
Performs an in-place Fourier transformation. The original values in arr are overwritten by the transformed values.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when arr length does not match the configured length. |
See Also