|
RT from SingleTarget is earlier than scene start September 08, 2025 05:35PM | Registered: 4 years ago Posts: 12 |
joy_stim = SingleTarget(joy_);
joy_stim.Target = [0 0];
joy_stim.Threshold = joy_threshold_this_trial; %succcess when within threshold
joy_stim_moved = NotAdapter(joy_stim); %success when outside threshold
joy_wth_stim = WaitThenHold(joy_stim_moved); %wait until time elapsed or joystick moves
joy_wth_stim.WaitTime = stim_on_time;
joy_wth_stim.HoldTime = 0;
%stops when joystick moved or wait time elapsed
%success if joystick moved
keep_going_stim = AllContinue(stim_hold_fix); %keep going unless fixat
keep_going_stim.add(joy_wth_stim);
also_images_stim = Concurrent(keep_going_stim);
also_images_stim.add(stimulus_emo_img);
also_images_stim.add(Gabor_img);
stim_scene = create_scene(also_images_stim);
stim_start = run_scene(stim_scene, stim_start_mk);
RT = joy_stim.Time - stim_start; %RT re stimulus onset
bhv_variable('SI', SI, ...
'RI', RI, ...
'RT', RT, ...
'trial_result', trial_result, ...
'joy_threshold_this_trial', joy_threshold_this_trial,...
'ITI_buffer', ITI_buffer, ...
'ITI_this_trial', ITI_this_trial);|
Re: RT from SingleTarget is earlier than scene start September 08, 2025 10:13PM | Admin Registered: 6 years ago Posts: 999 |
|
Re: RT from SingleTarget is earlier than scene start September 09, 2025 02:52PM | Registered: 4 years ago Posts: 12 |
The National Institute of Mental Health (NIMH) is part of the National Institutes of Health (NIH), a component of the U.S. Department of Health and Human Services.