mne.preprocessing.
find_ecg_events
(raw, event_id=999, ch_name=None, tstart=0.0, l_freq=5, h_freq=35, qrs_threshold=’auto’, filter_length=‘10s’, return_ecg=False, verbose=None)[source]¶Find ECG peaks.
Parameters: | raw : instance of Raw
event_id : int
ch_name : None | str
tstart : float
l_freq : float
h_freq : float
qrs_threshold : float | str
filter_length : str | int | None
return_ecg : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | ecg_events : array
ch_ecg : string
average_pulse : float
|
mne.preprocessing.find_ecg_events
¶