- 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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user