- Fixed 'ML_MLSE'

- Added weighted DFE (work in progress)
- Added 'Evaluation Scripts' and 'Data' to 'projects\FSO_transmission', which contain different evaluations and measured data regarding the DSP applications for the FSO transmission data.
This commit is contained in:
magf
2026-01-20 13:45:53 +01:00
16 changed files with 615 additions and 151 deletions

View File

@@ -973,8 +973,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;
@@ -995,7 +995,9 @@ classdef Signal
% beautify
cm=flip(cbrewer2("RdYlBu",4096));
% cm=flip(cbrewer2("RdBu",4096));
% cm=flip(cbrewer2("Blues",4096));
cm(1,:) = [1,1,1]; % set zeros to white => clean background
colormap(cm);
% colormap('turbo');
% ax.CLim = [0 50];