- increased rho_thr

git-svn-id: http://moon:8086/svn/matlab/trunk@119 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2019-02-09 11:19:42 +00:00
parent 2129013f50
commit b4f8343509
+1 -1
View File
@@ -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