A tbl_mbte based on the raw_signals-dataset. Signal-extraction has already been performed and short signals were removed.

Details

The following operations have been performed on raw_signals:

  • conversion to a tbl_mbte via new_tbl_mbte

  • nesting of `time`- and `value`-column via mbte_nest_signals (create `signal` list-column consisting of tibbles containing the time- and value-columns).

  • extraction of subsignals via mbte_extract_subsignals

  • filtering based on subsignal-length (only keep subsignals with a length greater than 20).

Contained columns

mv

The measurement variable. See raw_signals for details.

signal_nr

An integer column indicating the number of the subsignal within the original signal. See mbte_extract_subsignals for details.

signal

A list-column consisting of tibbles.

See also

Other datasets: raw_signals