Merge branch 'main' of cau-git.rz.uni-kiel.de:nt/mitarbeiter/silas/imdd_simulation
This commit is contained in:
@@ -45,7 +45,14 @@ end
|
|||||||
|
|
||||||
ml_mlse_results.config = Equalizerstruct();
|
ml_mlse_results.config = Equalizerstruct();
|
||||||
|
|
||||||
eq_ = strip_eq(eq_, 10);
|
eq_small = strip_eq(eq_, 10);
|
||||||
|
fn = fieldnames(eq_small);
|
||||||
|
for k = 1:numel(fn)
|
||||||
|
if issparse(eq_small.(fn{k}))
|
||||||
|
eq_small.(fn{k}) = full(eq_small.(fn{k}));
|
||||||
|
end
|
||||||
|
end
|
||||||
|
json_str = jsonencode(eq_small);
|
||||||
|
|
||||||
ml_mlse_results.config.eq = jsonencode(eq_);
|
ml_mlse_results.config.eq = jsonencode(eq_);
|
||||||
ml_mlse_results.config.equalizer_structure = int32(equalizer_structure.ml_mlse);
|
ml_mlse_results.config.equalizer_structure = int32(equalizer_structure.ml_mlse);
|
||||||
|
|||||||
Reference in New Issue
Block a user