Click or drag to resize

HilbertTransformation.Transformation Method

Executes a Hilbert transformation of a real valued signal.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public 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