Sections
Module
InstFreqZeroCross()
Calculates instantaneous frequency from zero crossings.
x (ndarray) – Data to analyze.
ndarray
dt (float) – Time interval between samples.
crossType (str) – Zero-crossing method. Restrict to 'pos2neg', 'neg2pos', or 'both'.
'pos2neg'
'neg2pos'
'both'
Ninterp (int) – Number of interpolation points.
T0 (float) – Initial time.
[<time>, <frequency>]
list