Periodic Sequence Split Table

../../../../../_images/sequencesplit.svg

None

Ports:

Inputs:

sequence:

table

The sequence to split

Outputs:

sequences:

[table]

The split sequences

Configuration:

peak_detector
Choose which algorithm to detect periodic events
samples
Choose an approximate value for the number of expected samples between peaks
select_column
Choose column to use as identifier
lag_offset
Add lag as a percentage of the discarded data

Find peaks in a signal and slice the input Table into a list of Tables, where each element contains one peak.

If peaks are found very close to the edges of the data, the first and/or last element may contain unexpected results. If this is the case, use Slice List to remove these elements.

class node_sequencesplit.SequenceSplit[source]