From f84d8b75cf0d4857e351924e55d9dd82d6e81fa2 Mon Sep 17 00:00:00 2001 From: Markus Mueller-Trapet Date: Mon, 29 Jan 2018 11:45:35 -0500 Subject: [PATCH] minor bugfix --- .../Binaural-HRTF/CrosstalkCancellation/ita_CTC_filter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Binaural-HRTF/CrosstalkCancellation/ita_CTC_filter.m b/applications/Binaural-HRTF/CrosstalkCancellation/ita_CTC_filter.m index 18b498be..329c0c02 100644 --- a/applications/Binaural-HRTF/CrosstalkCancellation/ita_CTC_filter.m +++ b/applications/Binaural-HRTF/CrosstalkCancellation/ita_CTC_filter.m @@ -61,7 +61,7 @@ CTC = itaAudio(cols,rows); opts.alpha = 1e-10; % intern regularization for the wiener case opts.beta = 0.001; % regularization parameter opts.delay = 400; % required delay to allow for causal filter -opts.winLim = [.7 85]; % limits for windowing (suppress artifacts at the end of HRIR caused by time shifting) +opts.winLim = [0.7 0.85]; % limits for windowing (suppress artifacts at the end of HRIR caused by time shifting) opts.filterType = 'reg'; % opts.warping = 0; opts.smoothing = 0; -- GitLab