view multithreshold 1.46/paradigms/paradigm_psychometric.m @ 29:b51bf546ca3f

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

paradigm_training(handles) % default

experiment.printTracks=1;
experiment.maxTrials=30;

stimulusParameters.WRVname='targetLevel';
stimulusParameters.WRVstartValues=30 ;
stimulusParameters.WRVsteps=[10 2];
stimulusParameters.WRVlimits=[-30 110];

betweenRuns.variableName1='targetFrequency';
betweenRuns.variableList1=1000.01:0.01:1000.05;
betweenRuns.variableName2='targetDuration';
betweenRuns.variableList2=0.1 ;
betweenRuns.randomizeSequence=1; % 'random sequence'

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

% instructions to user
%   single interval up/down no cue
stimulusParameters.instructions{1}= [{'YES if you hear the tone clearly'}, { }, { 'NO if not (or you are uncertain'}];
%   single interval up/down with cue
stimulusParameters.instructions{2}= [{'count the tones you hear clearly'}, { }, { 'ignore indistinct tones'}];