Update
This commit is contained in:
@@ -384,7 +384,7 @@ classdef EQ
|
||||
end
|
||||
|
||||
for dd_loop = 1:obj.dd_loops
|
||||
cnt = obj.training_length+1;
|
||||
cnt = 1;
|
||||
m = 0;
|
||||
output_vec = zeros(1,floor(length(data_in)/obj.K)); % initilaization of the output vector
|
||||
dd_DFE = zeros(obj.Nb(1),1);
|
||||
@@ -452,7 +452,7 @@ classdef EQ
|
||||
% e_save(:,save_ind) = coeff;
|
||||
% save_ind = save_ind+1;
|
||||
|
||||
if mu_mat ~= 0
|
||||
if 1%mu_mat ~= 0
|
||||
e_dc = e_dc - obj.DCmu*error;
|
||||
error_log(cnt,dd_loop) = e_dc;
|
||||
cnt = cnt+1;
|
||||
|
||||
Reference in New Issue
Block a user