Developing the ML-enhanced MLSE :-)

This commit is contained in:
silas (home)
2025-10-27 07:52:51 +01:00
parent 7085ba0931
commit ef4dc53db5
3 changed files with 57 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
classdef ML_MLSE < handle
classdef FFE_MLSE < handle
% Implementation of plain and simple FFE.
% 1) Training mode (stable performance when you use NLMS)
% 2) Decision directed mode
@@ -37,7 +37,7 @@ classdef ML_MLSE < handle
end
methods
function obj = ML_MLSE(options)
function obj = FFE_MLSE(options)
arguments(Input)
options.sps = 2;