Restore lost changes from pre-merge state

This commit is contained in:
magf
2026-02-02 13:38:56 +01:00
parent 005e821131
commit 7565ed0cf1
6 changed files with 7223 additions and 64 deletions

View File

@@ -597,7 +597,7 @@ classdef ML_MLSE < handle
obj.S = obj.nSym;
obj.Nf = obj.order * obj.sps;
obj.nStates = obj.S^obj.L;
obj.nFeasible = obj.nStates * obj.S; %feasible state transitions
obj.nFeasible = obj.nStates * obj.S;
% --- Trellis mapping
obj.trellis_states = reshape(obj.constellation,1,[]);