• Finds and groups signals representing peaks based on the provided configuration.

    Parameters

    Returns IPeak[][] | IPeak[]

    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