Mercurial > hg > map
diff multithreshold 1.46/paradigms/paradigm_absThreshold.m @ 0:f233164f4c86
first commit
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Fri, 27 May 2011 13:19:21 +0100 |
parents | |
children | 1a502830d462 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/multithreshold 1.46/paradigms/paradigm_absThreshold.m Fri May 27 13:19:21 2011 +0100 @@ -0,0 +1,29 @@ +function paradigm_absThreshold(handles) +global stimulusParameters experiment betweenRuns + +paradigm_training(handles) % default + +betweenRuns.variableName1='targetFrequency'; +betweenRuns.variableList1=[250 500 1000 2000 4000 8000 ]; +betweenRuns.variableName2='targetDuration'; +betweenRuns.variableList2= 0.25; + +stimulusParameters.targetFrequency=betweenRuns.variableList1; +stimulusParameters.targetDuration=betweenRuns.variableList2; +stimulusParameters.targetLevel=stimulusParameters.WRVstartValues(1); + +stimulusParameters.WRVstartValues=30; + + +% forced choice window interval +stimulusParameters.AFCsilenceDuration=0.5; + + +% instructions to user +% single interval up/down no cue +stimulusParameters.instructions{1}=[{'YES if you hear the added click'}, { }, { 'NO if not (or you are uncertain'}]; +% single interval up/down with cue +stimulusParameters.instructions{2}=[{'count how many distinct clicks you hear'},{'ignore the tones'},{' '},... + {'The clicks must be **clearly distinct** to count'}]; + +