Silas work PC

eye diagram working for all signals again...
A problem: I found that the Tx eyes look weird (i.e. PAM-8)
vibecoded ML_MLSE_GPU ... a bit faster :-)
This commit is contained in:
Silas Oettinghaus
2026-02-05 13:36:33 +01:00
parent 7c9577791d
commit 3d47813f1e
5 changed files with 565 additions and 6 deletions

View File

@@ -927,7 +927,7 @@ classdef Signal
options.displayname = "";
end
mode = 2;
mode = 1;
histpoints = 2048; %% verticale resolution
histpoints = floor(histpoints/2)*2+1; %% to have the eye digram centered around one point make the vertical resolution uneven
@@ -978,8 +978,8 @@ classdef Signal
maxA = max(sig(100:end-100))*1.3;
minA = min(sig(100:end-100))*1.3;
maxA = 0.12;
minA = -0.08;
% maxA = 0.12;
% minA = -0.08;
difference= maxA-minA;