FSO analysis:
- minimal changes in several files - new Timing Rec from Magnus
This commit is contained in:
@@ -971,8 +971,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;
|
||||
|
||||
@@ -993,7 +993,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