Code: Logger

This commit is contained in:
2023-10-13 17:42:18 -03:00
parent e0ce222ed8
commit 714605c15a
2 changed files with 9 additions and 0 deletions

9
Code/Analyzer.m Normal file
View File

@@ -0,0 +1,9 @@
close all; clc;
hold on;
title("vf = 100m/s, Threshold = 100m/s²");
xlabel("Amostra");
ylabel("Aceleração (m/s²)")
plot(encoderAccel);
plot(imuAccel);
legend({'encoderAccel','imuAccel'},'Location','southwest')
hold off;

Binary file not shown.