MPI FFE with A1 and A2 algorithms

This commit is contained in:
Silas Oettinghaus
2026-07-10 09:14:34 +02:00
parent aa210e5352
commit a6cf742121
11 changed files with 863 additions and 229 deletions

View File

@@ -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, ...