eegprep.std_pac#

eegprep.std_pac(EEG_or_STUDY, ALLEEG=None, *args, components1=None, components2=None, channels1=None, channels2=None, outputfile='', plot='off', recompute='off', getparams='off', timerange=None, freqrange=None, padratio=1, freqs=None, cycles=None, freqphase=None, cyclephase=None, interp=None, rmcomps=None, freqscale='log', return_com=False, **kwargs)#

Compute phase-amplitude coupling for an EEG dataset or STUDY.

Single-dataset calls return (pacdata, times, freqs, parameters). STUDY calls return (STUDY, ALLEEG) and store the computed cache under STUDY.changrp[*].pacdata using EEGPrep’s in-memory measure contract.

Parameters:
Return type:

Any