Click or drag to resize

HilbertTransformationTransformation Method

Executes a Hilbert transformation of a real valued signal.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex[] Transformation(
	ReadOnlySpan<double> xr
)

Parameters

xr  ReadOnlySpanDouble
The signal to transform.

Return Value

Complex
The complex Hilbert transform of the signal.
See Also