Skip to content
Snippets Groups Projects
Verified Commit 6f98cd82 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

feat: add sampling to exported struct

parent 4a825834
No related branches found
No related tags found
No related merge requests found
# Files to ignore
*.jpg
*.png
*.eps
# Folders to ignore
data/wtFiles/*/*
......
......@@ -79,6 +79,7 @@ function ExpData = processall(idFile)
% Better variables
ExpData(iTest).time = arduShort(:, 1);
ExpData(iTest).sampling = 1 / diff(ExpData(iTest).time(1:2));
ExpData(iTest).Front.angles = arduShort(:, 2);
ExpData(iTest).Front.forces = tunnelData(:, 1:3);
ExpData(iTest).Front.moments = tunnelData(:, 4:6);
......
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