I am getting an error when I attempt to use Cleanline in EEGLAB.
I have Matlab R2013B and EEGLAB 13.3.2. I have tried
several different data files (epoched and continuous) with no
success. I always get the same error, which I have pasted
below. Any help would be appreciated.
Thanks!
Spencer Fix
Error using dpss
Too many input arguments.
Error in dpsschk (line 28)
[tapers,eigs]=dpss(N,tapers(1),tapers(2));
Error in rmlinesmovingwinc (line 94)
params.tapers=dpsschk(tapers,Nwin,Fs); % check tapers
Error in cleanline (line 349)
[datac,datafit,amps,freqs]=rmlinesmovingwinc(data,movingwin,tau,params,p,fastif(plotfigures,'y','n'),linefreqs,fastif(scanforlines,params.tapers(1),[]));
Error in pop_cleanline (line 50)
[EEGclean, Sorig, Sclean, f, amps, freqs, g] =
cleanline('EEG',EEG,g);
|