Find ECG peaks from one selected ICA source.
RawRaw object to draw sources from.
ndarrayICA source resembling ECG to find peaks from.
intThe index to assign to found events.
floatStart detection after tstart seconds. Useful when beginning of run is noisy.
floatLow pass frequency.
floatHigh pass frequency.
float | strBetween 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 | NoneControl 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.