Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
74e8a509
Commit
74e8a509
authored
Apr 27, 2018
by
Markus Mueller-Trapet
Browse files
bugfix for excitation signal with multiple channels
parent
204e2c0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Measurement/ClassStuff/itaMSPlaybackRecord.m
View file @
74e8a509
...
...
@@ -399,7 +399,7 @@ classdef itaMSPlaybackRecord < itaMSRecord
ita_verbose_info
(
'Leaving outputamplification unchanged'
,
0
);
else
outSens
=
omc
.
sensitivity
(
'loudspeaker'
);
this
.
outputamplification
=
20
*
log10
(
abs
(
double
(
value
/(
this
.
raw_excitation
.
rms
*
outSens
))));
this
.
outputamplification
=
20
*
log10
(
abs
(
double
(
value
/(
max
(
this
.
raw_excitation
.
rms
)
*
outSens
))));
end
end
...
...
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