Skip to content

signal.InstFreq

Christian d'Heureuse edited this page Jun 6, 2026 · 1 revision

dsp-collection / signal/InstFreq

signal/InstFreq

Instantaneous frequency computation.

The instantaneous frequency is calculated by comparing the phases of a specified frequency (measuring frequency) at two closely spaced points in time.

Interfaces

Interface Description
InstFreqSingleResult -

Functions

Function Description
instFreqSingle_maxWindow Computes the instantaneous frequency for a single measuring frequency. For this version, the maximum window width is specified.
instFreqSingle_relWindow Computes the instantaneous frequency for a single measuring frequency. For this version, the window width is specified relative to the wavelength.

Clone this wiki locally