cogpy.burst

Low-level burst detection utilities: blob detection on spectrograms (detect_hmaxima, detect_blobs), burst merging, phase extraction, and travelling-wave analysis. For the high-level detector interface, see cogpy.detect.

Tutorial: Detection and Events

Submodules

cogpy.burst.blob_detection

Functions in this module are used to detect blobs in n-dimensional data arrays.

cogpy.burst.burst_merge

cogpy.burst.burst_phase

cogpy.burst.burst_wave

cogpy.burst.utils