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
b7aa1751
Commit
b7aa1751
authored
Dec 12, 2016
by
Jan-Gerrit Richter
Browse files
removed minimalphase during hrtf postprocessing
parent
b1919c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Binaural-HRTF/HRTFarc/ita_HRTFarc_postprocessing.m
View file @
b7aa1751
...
...
@@ -64,8 +64,8 @@ else
end
refLeftChan0c
=
ita_minimumphase
(
ita_time_window
(
refLeftChan0
,[
t1
t2
],
'time'
,
'crop'
)
)
;
refRightChan0c
=
ita_minimumphase
(
ita_time_window
(
refRightChan0
,[
t1
t2
],
'time'
,
'crop'
)
)
;
refLeftChan0c
=
ita_time_window
(
refLeftChan0
,[
t1
t2
],
'time'
,
'crop'
);
refRightChan0c
=
ita_time_window
(
refRightChan0
,[
t1
t2
],
'time'
,
'crop'
);
%.........................................................................
% Smooting
...
...
@@ -73,7 +73,7 @@ refRightChan0c = ita_minimumphase(ita_time_window(refRightChan0 ,[t1 t2],'time',
refLeftChan0c
=
ita_smooth_notches
(
refLeftChan0c
,
'bandwidth'
,
1
/
2
,
...
'threshold'
,
3
);
refRightChan0c
=
ita_smooth_notches
(
ref
Lef
tChan0c
,
'bandwidth'
,
1
/
2
,
...
refRightChan0c
=
ita_smooth_notches
(
ref
Righ
tChan0c
,
'bandwidth'
,
1
/
2
,
...
'threshold'
,
3
);
for
iAz
=
1
:
numAzAngle
...
...
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