-
Notifications
You must be signed in to change notification settings - Fork 0
signal.InstFreq
Christian d'Heureuse edited this page Jun 6, 2026
·
1 revision
dsp-collection / 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.
| Interface | Description |
|---|---|
| InstFreqSingleResult | - |
| 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. |