comparison multiThreshold 1.46/paradigms/paradigm_OHIOabs.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
children
comparison
equal deleted inserted replaced
37:771a643d5c29 38:c2204b18f4a2
1 function paradigm_OHIOabs(handles)
2 global stimulusParameters experiment betweenRuns
3
4 paradigmBase(handles) % default
5
6 betweenRuns.variableName1='targetFrequency';
7 betweenRuns.variableList1=...
8 [494, 663, 870, 1125, 1442, 1838, 2338, 2957, 3725, 4689, 5866, 7334];
9 betweenRuns.variableName2='targetDuration';
10 betweenRuns.variableList2= 0.01;
11
12 experiment.maskerInUse=0;
13
14 stimulusParameters.targetFrequency=betweenRuns.variableList1;
15 stimulusParameters.targetDuration=betweenRuns.variableList2;
16 stimulusParameters.targetLevel=stimulusParameters.WRVstartValues(1);
17
18 stimulusParameters.WRVstartValues=30;
19 experiment.singleIntervalMaxTrials=20;
20
21 % forced choice window interval
22 stimulusParameters.AFCsilenceDuration=0.5;
23
24
25 % instructions to user
26 % single interval up/down no cue
27 stimulusParameters.instructions{1}=[{'YES if you hear the added click'}, { }, { 'NO if not (or you are uncertain'}];
28 % single interval up/down with cue
29 stimulusParameters.instructions{2}=[{'count how many distinct clicks you hear'},{'ignore the tones'},{' '},...
30 {'The clicks must be **clearly distinct** to count'}];
31