view multithreshold 1.46/paradigms/paradigm_profile.m @ 36:3ea506487b3b

changes to multiThreshold
author Ray Meddis <rmeddis@essex.ac.uk>
date Tue, 20 Sep 2011 14:04:47 +0100
parents e097e9044ef6
children c2204b18f4a2
line wrap: on
line source
function paradigm_profile(handles)
global stimulusParameters experiment betweenRuns

paradigm_training(handles) % default

betweenRuns.variableName1='targetFrequency';
betweenRuns.variableList1=[250 500 1000 2000 4000 8000 ];
betweenRuns.variableName2='targetDuration';
betweenRuns.variableList2=0.016;

stimulusParameters.targetType='tone';
stimulusParameters.targetPhase='sin';
stimulusParameters.targetFrequency=[250 500 1000 2000 4000 8000 ];
stimulusParameters.targetDuration=0.25;
stimulusParameters.targetLevel=stimulusParameters.WRVstartValues(1);

stimulusParameters.rampDuration=0.004;

experiment.singleIntervalMaxTrials=[50];

% forced choice window interval
stimulusParameters.AFCsilenceDuration=0.5;

% 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'}];