more on MPI tracking
This commit is contained in:
@@ -84,6 +84,7 @@ try
|
||||
end
|
||||
try
|
||||
eq_.mu_optimization = [];
|
||||
eq_.dc_optimization = [];
|
||||
end
|
||||
|
||||
ffe_results.config = Equalizerstruct();
|
||||
@@ -196,4 +197,4 @@ function displayAnalysis(eq_noise, eq_signal_sd, rx_signal, eq_, tx_symbols, M,
|
||||
|
||||
% eq_signal_sd.eye(eq_signal_sd.fs,M,"displayname",'Eye','fignum',105);
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -19,15 +19,15 @@ function output = mpi_recipe_dev(Scpe_sig_raw, Symbols, Tx_bits, options)
|
||||
Scpe_sig = preprocessSignal(Scpe_sig_raw, Symbols, options.fsym, ...
|
||||
"mode", "auto", ...
|
||||
"debug_plots", options.debug_plots);
|
||||
output = struct();
|
||||
|
||||
|
||||
eq_settings = { ...
|
||||
"epochs_tr", 5, ...
|
||||
"epochs_dd", 5, ...
|
||||
"len_tr", 4096, ...
|
||||
"mu_tr",0.04, ...
|
||||
"mu_dd",0.012, ...
|
||||
"mu_dc", 0.012, ...
|
||||
"mu_dc", 0, ...
|
||||
"adaptive_dc_enabled", 0, ...
|
||||
"order", 25, ...
|
||||
"sps", 2, ...
|
||||
@@ -36,6 +36,7 @@ function output = mpi_recipe_dev(Scpe_sig_raw, Symbols, Tx_bits, options)
|
||||
"dd_mode", 1, ...
|
||||
"adaption_technique", "nlms", ...
|
||||
"plot_mu_optimization", options.debug_plots,...
|
||||
"optimize_dc_params", false, ...
|
||||
"save_debug",true};
|
||||
|
||||
eq_ffe = FFE(eq_settings{:});
|
||||
@@ -45,9 +46,6 @@ function output = mpi_recipe_dev(Scpe_sig_raw, Symbols, Tx_bits, options)
|
||||
"fignum", 400, ...
|
||||
"normalize", true);
|
||||
|
||||
% Scpe_sig_raw.spectrum("normalizeTo0dB",1,"fft_length",4096*4,"fignum",401);
|
||||
|
||||
%options.dataTable.sir;
|
||||
|
||||
%% NORMAL FFE
|
||||
if 1
|
||||
|
||||
Reference in New Issue
Block a user