cogpy.wave.detect

module for identifying local minima and maxima

Functions

detect_extrema(x, footprint[, minima])

Detects extrema (minima or maxima) in an array.

Classes

Extrema(grid_signal[, minima, der_step, axes])

Detects troughs in a grid signal using the local maximum filter.

Waves(df)