comparison multithreshold 1.46/paradigms/paradigm_training.m @ 38:c2204b18f4a2 tip

End nov big change
author Ray Meddis <rmeddis@essex.ac.uk>
date Mon, 28 Nov 2011 13:34:28 +0000
parents 3ea506487b3b
children
comparison
equal deleted inserted replaced
37:771a643d5c29 38:c2204b18f4a2
1 function paradigm_training(handles) 1 function paradigm_training(handles)
2 global stimulusParameters experiment betweenRuns 2 global stimulusParameters experiment betweenRuns
3 3
4 stimulusParameters.subjectSampleRate=44100; % compatible with file input 4 paradigmBase(handles) % default
5 stimulusParameters.subjectSampleRate=64000; % compatible with file input 5
6 % rest may be unnecessary
7
6 % stimulusParameters.subjectSampleRate=128000; % compatible with file input 8 % stimulusParameters.subjectSampleRate=128000; % compatible with file input
7 9
8 % assessment method 10 % assessment method
9 % {'oneIntervalUpDown', 'MaxLikelihood', '2I2AFC++', '2I2AFC+++'} 11 % {'oneIntervalUpDown', 'MaxLikelihood', '2I2AFC++', '2I2AFC+++'}
10 experiment.threshEstMethod='oneIntervalUpDown'; 12 experiment.threshEstMethod='oneIntervalUpDown';