view Copy_of_multithreshold 1.46/paradigms/paradigm_discomfort.m @ 29:b51bf546ca3f

physiologyProb
author Ray Meddis <rmeddis@essex.ac.uk>
date Fri, 08 Jul 2011 13:48:27 +0100
parents 02aa9826efe0
children
line wrap: on
line source
function paradigm_discomfort(handles)
global stimulusParameters experiment betweenRuns

paradigm_training(handles) % default

stimulusParameters.WRVname='targetLevel';
stimulusParameters.WRVstartValues=75 ;
stimulusParameters.WRVsteps=[3 3];
stimulusParameters.WRVlimits=[-30 110];

betweenRuns.variableName1='targetFrequency';
betweenRuns.variableList1=[1000];
betweenRuns.variableName2='targetDuration';
betweenRuns.variableList2=0.5 ;
betweenRuns.randomizeSequence=2; % 'fixed sequence'

stimulusParameters.stimulusDelay=0;

stimulusParameters.targetType='tone';
stimulusParameters.targetPhase='sin';
stimulusParameters.targetFrequency=1000;
stimulusParameters.targetDuration=0.5;
stimulusParameters.targetLevel=stimulusParameters.WRVstartValues(1);

stimulusParameters.instructions{1}= ['Is the tone ''comfortable'', ''loud'' or ''uncomfortable''?'];
%   single interval up/down with cue
stimulusParameters.instructions{2}= [];