Skip to content
Snippets Groups Projects
Commit 3c5168ef authored by Cristian Galperti's avatar Cristian Galperti
Browse files

bumpless transfger block with tunable tau working

- tested in hybrid em. as  accelerated reference subsystem,
it took tunable taus
parent a21e83bc
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ classdef SCDclass_taskmdsloadprevADC < SCDclass_task
d_time = double(mdsvalueraw(['\top.' mdsnodename '.params:d_time']))*1.0e-6;
%timebase = round(timebase.*1/d_time)*d_time-d_time/2;
timebase = round(timebase.*1/d_time)*d_time-d_time/100;
timebase = timebase + d_time; % this fits perfectly sim/rt data on 68072
T.Time=timebase;
T.Data=zeros(numel(timebase),192);
datamatrix=zeros(numel(timebase),192);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment