mne.preprocessing.ica_find_ecg_events(raw, ecg_source, event_id=999, tstart=0.0, l_freq=5, h_freq=35, qrs_threshold=’auto’, verbose=None)[source]¶Find ECG peaks from one selected ICA source.
| Parameters: | raw : instance of Raw
ecg_source : ndarray
event_id : int
tstart : float
l_freq : float
h_freq : float
qrs_threshold : float | str
verbose : bool, str, int, or None
|
|---|---|
| Returns: | ecg_events : array
ch_ECG : string
average_pulse : float.
|