Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
3b17f6bd
Commit
3b17f6bd
authored
Nov 01, 2018
by
Jesse Heckman
Browse files
update double sac
parent
2b99c212
Changes
2
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/experiment/trial/pb_vRunTrial.m
View file @
3b17f6bd
...
...
@@ -18,7 +18,7 @@ function pb_vRunTrial(cfg,stim)
% disp('Waiting for RZ6 button press/sound/led/acquisition');
t
=
tic
;
while
~
cfg
.
RZ6_1
.
GetTagVal
(
'Wait'
)
while
toc
(
t
)
<
2.5
% disp('waiting')
% do nothing
end
% sound is played after this loop exits.
...
...
setups/vestibular chair/vPrime/core/experiment/trial/pb_vTrialDur.m
0 → 100644
View file @
3b17f6bd
function
dur
=
pb_vTrialDur
(
stim
)
% PB_VTRIALDUR()
%
% PB_VTRIALDUR() ...
%
% See also ...
% PBToolbox (2018): JJH: j.heckman@donders.ru.nl
dur
=
0
;
for
length
(
stim
)
if
stim
end
end
end
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% %
% Part of Programmeer Beer Toolbox (PBToolbox) %
% Written by: Jesse J. Heckman (2018) %
% %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment