eegprep.eeg_autocorr_fftw#

eegprep.eeg_autocorr_fftw(EEG, pct_data=100)#

Compute autocorrelation of EEG ICA components using FFT.

Parameters#

EEGdict

EEG data structure with ‘icaact’, ‘pnts’, ‘srate’ fields.

pct_datafloat, optional

Percentage of data to use. Default 100.

Returns#

ndarray

Autocorrelation array.