HilbertTransformationGetInstantaneousFrequencies Method |
Calculates the instantaneous frequencies.
Namespace: Altaxo.Calc.IntegralTransformsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
DoubleArray of the instantaneuous frequencies.
See Also