ML Equalizer works now.
Not yet perfectly integrated into all the routines
This commit is contained in:
@@ -118,7 +118,7 @@ classdef MLSE < handle
|
||||
|
||||
elseif trellis_state_mode == 2 %simply use the states from the ref signal (should be a robust option)
|
||||
|
||||
obj.trellis_states = reshape(unique(data_ref),size(obj.trellis_states));
|
||||
obj.trellis_states = reshape(unique(data_ref),1,length(unique(data_ref)));
|
||||
|
||||
elseif trellis_state_mode == 3 %use_statistical_levels
|
||||
|
||||
|
||||
Reference in New Issue
Block a user