Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Marco Berzborn
toolbox
Commits
b7aa1751
Commit
b7aa1751
authored
Dec 12, 2016
by
Jan-Gerrit Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed minimalphase during hrtf postprocessing
parent
b1919c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
applications/Binaural-HRTF/HRTFarc/ita_HRTFarc_postprocessing.m
...ations/Binaural-HRTF/HRTFarc/ita_HRTFarc_postprocessing.m
+3
-3
No files found.
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
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