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
edce418e
Commit
edce418e
authored
Feb 26, 2018
by
michael.kohnen
Browse files
small changes
parent
9677b867
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/SpatialAudio/ita_ctc_channelSeparation.m
View file @
edce418e
...
...
@@ -25,6 +25,7 @@ opts=ita_parse_arguments(opts, varargin);
hrtf
=
ita_merge
(
HRTF_real
(:));
L
=
itaAudio
;
L
.
signalType
=
'energy'
;
helper
=
ita_convolve
(
hrtf
.
ch
(
1
),
CTCFilter
(
1
));
numSamples
=
helper
.
nSamples
;
...
...
@@ -50,7 +51,7 @@ CS_R = ita_merge(L,R);
CS_L_singleSpectrum
=
ita_divide_spk
(
CS_L
.
ch
(
1
),
CS_L
.
ch
(
2
));
CS_R_singleSpectrum
=
ita_divide_spk
(
CS_R
.
ch
(
2
),
CS_R
.
ch
(
1
));
CS_L_value
CS_L_value
;
%% Natural channel separation
if
opts
.
naturalCS
...
...
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