Finds and groups signals representing peaks based on the provided configuration.
Configuration object for peak detection.
Peak are grouped by direction: (-1, -1, 1, 1, -1, -1) or a flattened version: (-1, -1, 1, 1, -1, -1) becomes -1, 1, -1
Generated using TypeDoc
Finds and groups signals representing peaks based on the provided configuration.