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