- increased rho_thr
git-svn-id: http://moon:8086/svn/matlab/trunk@119 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user