cogpy.detect
Event detection framework.
Provides a unified EventDetector interface and composable
DetectionPipeline that return cogpy.events.EventCatalog.
Detectors: BurstDetector, RippleDetector, SpindleDetector,
SlowWaveDetector, ThresholdDetector.
Built-in pipelines: BURST_PIPELINE, RIPPLE_PIPELINE,
FAST_RIPPLE_PIPELINE, GAMMA_BURST_PIPELINE.
Functions
|
Get a detector class by its serialized name. |
Modules
Base class for event detectors (v2.6.1). |
|
BurstDetector (v2.6.1). |
|
DetectionPipeline: compose transforms + detector (v2.6.5). |
|
Pre-built detection pipelines (v2.6.5). |
|
Ripple detection (v2.6.4): bandpass + envelope + dual threshold. |
|
Slow-wave / UP-DOWN state detection (v2.6.5). |
|
Threshold-based event detection (v2.6.4). |
|
Detection transforms for DetectionPipeline (v2.6.5). |
|
Detection utilities (v2.6.4). |