Mercurial > hg > map
comparison multithreshold 1.46/paradigms/paradigm_TENtest.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 | 1a502830d462 |
children |
comparison
equal
deleted
inserted
replaced
37:771a643d5c29 | 38:c2204b18f4a2 |
---|---|
1 function paradigm_TENtest(handles) | 1 function paradigm_TENtest(handles) |
2 global stimulusParameters experiment betweenRuns | 2 global stimulusParameters experiment betweenRuns |
3 | 3 |
4 paradigm_training(handles) % default | 4 paradigmBase(handles) % default |
5 | 5 |
6 stimulusParameters.WRVname='targetLevel'; | 6 stimulusParameters.WRVname='targetLevel'; |
7 stimulusParameters.WRVstartValues=40; | 7 stimulusParameters.WRVstartValues=40; |
8 stimulusParameters.WRVsteps=[10 2]; | 8 stimulusParameters.WRVsteps=[10 2]; |
9 stimulusParameters.WRVlimits=[-30 110]; | 9 stimulusParameters.WRVlimits=[-30 110]; |
27 | 27 |
28 % instructions to user | 28 % instructions to user |
29 % single interval up/down no cue | 29 % single interval up/down no cue |
30 stimulusParameters.instructions{1}=[{'YES if you hear the added click'}, { }, { 'NO if not (or you are uncertain'}]; | 30 stimulusParameters.instructions{1}=[{'YES if you hear the added click'}, { }, { 'NO if not (or you are uncertain'}]; |
31 % single interval up/down with cue | 31 % single interval up/down with cue |
32 stimulusParameters.instructions{2}=[{'count how many distinct clicks you hear'},{'ignore the tones'},{' '},... | 32 stimulusParameters.instructions{2}=[{'count how many distinct clicks you hear'},{'ignore the noise'},{' '},... |
33 {'The clicks must be **clearly distinct** to count'}]; | 33 {'The clicks must be **clearly distinct** to count'}]; |
34 | 34 |