plenty of new code and stuff - mostly AI slop and Dissertation. I will move to my own git now
This commit is contained in:
@@ -182,8 +182,8 @@ classdef FFE_DCremoval_adaptive_mu < handle
|
||||
end
|
||||
|
||||
if obj.smoothing_buffer_length > 0
|
||||
smoothing_buffer = zeros(1,obj.smoothing_buffer_length);
|
||||
smoothing_mean = 0;
|
||||
smoothing_buffer = ones(1,obj.smoothing_buffer_length) .* mean(obj.constellation);
|
||||
smoothing_mean = mean(obj.constellation);
|
||||
end
|
||||
|
||||
P_err = 0;
|
||||
Reference in New Issue
Block a user