eegprep.clean_drifts#
- eegprep.clean_drifts(EEG, transition=(0.5, 1), attenuation=80.0, method='fft')#
Remove drifts from the data using a forward-backward high-pass filter.
This removes drifts from the data using a forward-backward (non-causal) filter. NOTE: If you are doing directed information flow analysis, do no use this filter but some other one.
- Parameters:
- Return type:
Returns#
EEG : the filtered EEG data structure