blob: 873dd45595616ae59c6c2ecaf1b5aaa85b5e19b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
detecta is a Python module to detect events in data.
The following functions are implemented in detecta:
* detect_peaks.py: detects peaks in data based on their amplitude and other
features.
* detect_onset.py: detects onset in data based on amplitude threshold.
* detect_cusum.py: detects abrupt changes in data using cumulative sum algorithm
(CUSUM).
* detect_seq.py: detects initial and final indices of sequential data identical
to a parameter.
|