MPI FFE with A1 and A2 algorithms
This commit is contained in:
@@ -134,7 +134,7 @@ for i = 1:numel(fsym_values)
|
||||
eq_ = FFE("epochs_tr",5,"epochs_dd",5,"len_tr",len_tr, ...
|
||||
"mu_dd",1e-1,"mu_tr",0.4,"order",50, ...
|
||||
"sps",2,"decide",0,"optmize_mus",1,"dd_mode",1, ...
|
||||
"adaption_technique","nlms","mu_dc",1.021e-05);
|
||||
"adaption_technique","nlms","dc_tracking_mu",1.021e-05);
|
||||
case "VNLE"
|
||||
eq_ = VNLE("epochs_tr",5,"epochs_dd",5,"len_tr",len_tr, ...
|
||||
"mu_dd",[0.0004 0.0005 0.0006],"mu_tr",0, ...
|
||||
|
||||
Reference in New Issue
Block a user