cfg
This argument is required and contains information about the parameters that are used in the analysis (very similar to the configuration setting of Fieldtrip):
channel: indicates the category of channels included in the analysis: MEG or EEG
example: cfg.channel = {'EEG'};
latency :indicates the time window to use for the analysis
By default: cfg.latency = 'all'
clusteralpha
By default : cfg.clusteralpha = 0.05;
minnbchan
By default: cfg.minnbchan = 2;
tail
cfg.tail = 1;
clustertail
cfg.clustertail = 1;
alpha
cfg.alpha = 0.05;
numrandomization
cfg.numrandomization=1000;
Add Comment