diff --git a/applications/Binaural-HRTF/CrosstalkCancellation/ita_CTC_filter.m b/applications/Binaural-HRTF/CrosstalkCancellation/ita_CTC_filter.m
index 18b498be9a94a2eabdde032d3d129d180ac5e45d..329c0c02fb21d53937fc053255142bbbc1e22aa8 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;