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