diff --git a/usedMcode/callAll.m b/usedMcode/callAll.m index aad1a6f..b7333d3 100644 --- a/usedMcode/callAll.m +++ b/usedMcode/callAll.m @@ -6,8 +6,8 @@ windowEEG=1; shift=0.2; pburgOrder=50; -minEEGFreq=0; -maxEEGFreq=200; +minEEGFreq=8; +maxEEGFreq=30; k=10; maxExpC=0; maxPerClass=250; @@ -27,7 +27,7 @@ meanAccurancysEEG=zeros([j,1]); j=1; -parfor i=1:size(subjects,2) +for i=1:size(subjects,2) subject=subjects{i}; for number=numbers{i} % fprintf('%s%i\n',subject,number);