Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jesse Heckman
pbtoolbox
Commits
08acb90c
Commit
08acb90c
authored
Feb 01, 2019
by
Jesse Heckman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed attenuation warning
parent
056a5b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setups/vestibular chair/vPrime/core/experiment/block/trial/pb_vSetSound.m
...r chair/vPrime/core/experiment/block/trial/pb_vSetSound.m
+2
-2
No files found.
setups/vestibular chair/vPrime/core/experiment/block/trial/pb_vSetSound.m
View file @
08acb90c
...
...
@@ -8,8 +8,8 @@ function pb_vSetSound(snd,cfg,RZ6str)
% PBToolbox (2018): JJH: j.heckman@donders.ru.nl
Z
=
snd
.
Z
;
warning
(
'Are you using calibrated attenuation values???'
);
atten
=
max
(
snd
.
intensity
,
0
);
%
For sphereMinor,
the 'intensity' parameter is the attenuation
%
warning('Are you using calibrated attenuation values???');
atten
=
max
(
snd
.
intensity
,
0
);
% the 'intensity' parameter is the attenuation
sndsetup
=
cfg
.
lookup
(
Z
+
1
,
2
:
3
);
%% Filter properties
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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