Mercurial > hg > map
comparison multithreshold 1.46/paradigms/paradigm_IFMC.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_IFMC(handles) | 1 function paradigm_IFMC(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='maskerLevel'; | 6 stimulusParameters.WRVname='maskerLevel'; |
7 stimulusParameters.WRVstartValues=10; | 7 stimulusParameters.WRVstartValues=10; |
8 stimulusParameters.WRVsteps= [-10 -2]; | 8 stimulusParameters.WRVsteps= [-10 -2]; |
9 stimulusParameters.WRVlimits=[-30 110]; | 9 stimulusParameters.WRVlimits=[-30 110]; |