emd.imftools.zero_crossing_count

emd.imftools.zero_crossing_count(X)[source]

Count the number of zero-crossings within a time-course.

Zero-crossings are counted through differentiation of the sign of the signal.

Parameters
Xndarray

Input array

Returns
int

Number of zero-crossings