Find ECG peaks from one selected ICA source.
Raw
Raw object to draw sources from.
ndarray
ICA source resembling ECG to find peaks from.
int
The index to assign to found events.
float
Start detection after tstart seconds. Useful when beginning of run is noisy.
float
Low pass frequency.
float
High pass frequency.
float
| str
Between 0 and 1. qrs detection threshold. Can also be “auto” to automatically choose the threshold that generates a reasonable number of heartbeats (40-160 beats / min).
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.