ibi_from_ecg: Given an ECG signal, form the IBI series

Description Usage Arguments Value See Also

Description

Given an ECG signal, form the IBI series

Usage

1
ibi_from_ecg(recording, signal = "ECG", interpolate.qrs = TRUE, ...)

Arguments

recording

A recording structure.

signal

A signal name found in the recording. Optional, default is "ECG".

interpolate.qrs

Should the position of the R-peak be interpolated. See qrs_interpolate for details.

...

Additional arguments to qrs_detect.

Value

The recording structure with the new signals "ibi" and "ibi.amp" added.

See Also

Other utilities: defactor, ensure_path, extract_segment_block, extract_segment_s, extract_segment_timestamp, extract_segment, generate_result_row, generate_segments_from_block, generate_segments, get_file_extension, get_filename_parts, hr_from_ibi, integrate_power, num_to_timestamp, replicate_df_row, seconds_to_indices, str_to_timestamp, timeintervals_to_seconds, timestamp_to_seconds, timestamp_to_str


bwrc/colibri documentation built on May 13, 2019, 9:10 a.m.