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
899bf3b9
Commit
899bf3b9
authored
May 25, 2017
by
Markus Mueller-Trapet
Browse files
channel units were not copied correctly
parent
410277d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/DSP/Filter/ita_filter_fractional_octavebands.m
View file @
899bf3b9
...
...
@@ -41,6 +41,8 @@ input = sArgs.data;
%% Call mpb filter
input
=
ita_mpb_filter
(
input
,
'oct'
,
sArgs
.
bandsperoctave
,
'octavefreqrange'
,
sArgs
.
freqRange
,
'zerophase'
,
sArgs
.
zerophase
,
'order'
,
sArgs
.
order
);
% units are not copied in mpf_filter routine, do it here (?)
input
.
channelUnits
(:)
=
input
.
channelUnits
(
1
);
if
nargin
==
0
% setin base
...
...
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