Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
e03c4e96
Commit
e03c4e96
authored
Mar 13, 2017
by
Jan-Gerrit Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix for equalization filter
parent
432909f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applications/Measurement/ClassStuff/itaMSTFinterleaved.m
applications/Measurement/ClassStuff/itaMSTFinterleaved.m
+1
-1
No files found.
applications/Measurement/ClassStuff/itaMSTFinterleaved.m
View file @
e03c4e96
...
...
@@ -439,7 +439,7 @@ classdef itaMSTFinterleaved < itaMSTF
% if an outputequalization filter is set, convolve it with the
% excitation
if
~
isempty
(
this
.
outputEqualizationFilters
)
res
=
res
*
this
.
outputEqualizationFilters
;
res
=
ita_convolve
(
res
,
this
.
outputEqualizationFilters
,
'circular'
,
1
)
;
end
end
...
...
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