eegprep.eeg_autocorr_fftw# eegprep.eeg_autocorr_fftw(EEG, pct_data=100)# Compute autocorrelation of EEG ICA components using FFT. Parameters# EEGdictEEG data structure with ‘icaact’, ‘pnts’, ‘srate’ fields. pct_datafloat, optionalPercentage of data to use. Default 100. Returns# ndarrayAutocorrelation array.