Click or drag to resize

HilbertTransformationGetInstantaneousFrequencies Method

Calculates the instantaneous frequencies.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] GetInstantaneousFrequencies(
	ReadOnlySpan<Complex> hilbertC,
	double xIncrement = 1
)

Parameters

hilbertC  ReadOnlySpanComplex
The result of the Hilbert transformation.
xIncrement  Double  (Optional)
X-axis increment of the signal (default is 1).

Return Value

Double
Array of the instantaneuous frequencies.
See Also