FFE / MPI algorithm

This commit is contained in:
Silas Oettinghaus
2026-07-09 08:46:35 +02:00
parent 1879441999
commit 3cafb06c4f
3 changed files with 72 additions and 51 deletions

View File

@@ -21,18 +21,18 @@ function output = mpi_recipe_dev(Scpe_sig_raw, Symbols, Tx_bits, options)
"debug_plots", options.debug_plots);
mu_dc = 0.005;%1e-5;
mu_dc = 0;%1e-5;
eq_settings = { ...
"epochs_tr", 5, ...
"epochs_dd", 3, ...
"epochs_dd", 5, ...
"len_tr", 4096*2, ...
"mu_dd",3.005e-03, ...
"mu_tr",1.063e-01, ...
"mu_dd",0.02, ...
"mu_tr",0.2, ...
"order", 25, ...
"sps", 2, ...
"decide", 0, ...
"optmize_mus", 0, ...
"optmize_mus", 1, ...
"dd_mode", 1, ...
"adaption_technique", "nlms", ...
"mu_dc", mu_dc};