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
7d867057
Commit
7d867057
authored
Apr 10, 2018
by
HBR
Browse files
Bugfix itaAnthroHRTF
Hotfix error when providing frequency domain HRTF to constructor
parent
50d06e9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Binaural-HRTF/HRTF_class/itaAnthroHRTF.m
View file @
7d867057
...
...
@@ -100,7 +100,11 @@ classdef itaAnthroHRTF < itaHRTF
this
.
(
fn
{
iFn
})
=
var
{
iIn
}
.
(
fn
{
iFn
});
end
end
this
.
data
=
var
{
iIn
}
.
timeData
;
if
var
{
iIn
}
.
domain
==
'time'
this
.
data
=
var
{
iIn
}
.
timeData
;
% -> error when input is freq domain
end
break
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