From b4f83435091a1f3e00b163df0d564707ce9dc112 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 9 Feb 2019 11:19:42 +0000 Subject: [PATCH] - increased rho_thr git-svn-id: http://moon:8086/svn/matlab/trunk@119 801c6759-fa7c-4059-a304-17956f83a07c --- garage_ip.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garage_ip.m b/garage_ip.m index 6d6f384..eeed12c 100755 --- a/garage_ip.m +++ b/garage_ip.m @@ -98,7 +98,7 @@ bits = []; hyst_thr = 0.1; v_min = 0; % Threshold max v_max = 0; % Threshold min -rho_thr = 0.999; % Threshold forgetting factor +rho_thr = 0.9999; % Threshold forgetting factor alpha_thr = 0.01; % Min/Max update factor alpha_dc = 0.002; % DC correction update factor agc_mu = 0.01; % AGC update factor