RealFourierTransformTransform(Double, FourierDirection, Double) Method |
Performs an out-of-place Fourier transformation. The original input array is preserved.
Namespace: Altaxo.Calc.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Transform(
double[] inputarr,
FourierDirection direction,
double[] outputarr
)
Parameters
- inputarr Double
- The data to transform.
- direction FourierDirection
- Specify forward or reverse transformation here.
- outputarr Double
- On output, contains the Fourier transformed data.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when the input or output array lengths do not match the configured length. |
See Also