HilbertTransformation.Transformation Method |
Executes a Hilbert transformation of a real valued signal.
Namespace: Altaxo.Calc.IntegralTransformsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static Complex[] Transformation(
ReadOnlySpan<double> xr
)
Parameters
- xr ReadOnlySpan<Double>
- The signal to transform.
Return Value
Complex[]The complex Hilbert transform of the signal.
See Also