Developing the ML-enhanced MLSE :-)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user