mne_features.univariate
.compute_zero_crossings¶Number of zero-crossings (per channel).
The threshold
parameter is used to clip ‘small’ values to zero.
Changing its default value is likely to affect the number of
zero-crossings returned by the function.
Threshold used to determine when a float should de treated as zero.
Notes
Alias of the feature function: zero_crossings