• Converts groups of peak signals into ranges, capturing the start and end timestamps of each peak.

    Parameters

    • groupedSignals: IPeak[][]

      Groups of peak signals.

    • timestamps: number[]

      Array of timestamps corresponding to each data point.

    Returns IPeakRange[]

    An array of peak ranges, each with a direction, start, and end timestamp.

Generated using TypeDoc