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
c38b46cc
Commit
c38b46cc
authored
Mar 02, 2018
by
Markus Mueller-Trapet
Browse files
add time data as optional output
parent
8ce469d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Measurement/ita_sound_level_meter.m
View file @
c38b46cc
...
...
@@ -246,6 +246,9 @@ end
% return last data at the end
varargout
=
{
itaResult
(
sqrt
(
runningFreqData
),
octFreqVec
(
2
:
end
),
'freq'
)
*
itaValue
(
1
,
'Pa'
)};
if
nargout
>
1
varargout
(
2
)
=
{
itaAudio
(
currentBlock
,
samplingRate
,
'time'
)
*
itaValue
(
1
,
'Pa'
)};
end
ita_verbose_info
(
'End'
,
1
)
delete
(
h
.
f
)
end
% function
...
...
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