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
cb5143e3
Commit
cb5143e3
authored
Oct 19, 2016
by
Mueller-Trapet
Browse files
resample to standard sampling rate
parent
7fc3b5c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/StandardRoutines/ita_demosound.m
View file @
cb5143e3
...
...
@@ -14,7 +14,7 @@ function varargout = ita_demosound(varargin)
% Author: Pascal Dietrich -- Email: pdi@akustik.rwth-aachen.de
% Created: 16-Aug-2011
result
=
ita_read
(
'itademosong.ita'
);
result
=
ita_resample
(
ita_read
(
'itademosong.ita'
)
,
ita_preferences
(
'samplingRate'
))
;
%% Find output parameters
varargout
(
1
)
=
{
result
};
...
...
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