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

rt thomson sync on time signal

parent 74184dee
No related branches found
No related tags found
No related merge requests found
......@@ -347,6 +347,13 @@ classdef SCDclass_taskmdsloadprevADC < SCDclass_task
end
% Need to delay by 1 sample since ADC acquired on the sync
% thread w.r.t these signal
% NO, TODO: better to store ADC data from within
% the processing thread to mems and use it,
% otherwise there would always be the possibility
% on unsiched data between thread01 ADC and these two signals
% below
T.Data=single([thread02time(2:end) thread02time(end)]');
time=T;
T.Data=int32([samplecnt(2:end) samplecnt(end)]');
......
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