We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cab58 commit 7befeedCopy full SHA for 7befeed
navego_allan_example.m
@@ -30,7 +30,7 @@
30
% Tianjin, China.
31
%
32
% Version: 001
33
-% Date: 2016/11/04
+% Date: 2016/11/07
34
% Author: Rodrigo Gonzalez <rodralez@frm.utn.edu.ar>
35
% URL: https://github.com/rodralez/navego
36
@@ -50,11 +50,11 @@
50
51
[stim300, tau1_m, allan1_m] = allan_imu (stim300);
52
53
-imu1_arw = stim300.arw
54
-imu1_vrw = stim300.vrw
+stim300_arw = stim300.arw
+istim300_vrw = stim300.vrw
55
56
-imu1_ab_drift = stim300.ab_drift
57
-imu1_gb_drift = stim300.gb_drift
+stim300_ab_drift = stim300.ab_drift
+stim300_gb_drift = stim300.gb_drift
58
59
-imu1_ab_corr = stim300.ab_corr
60
-imu1_gb_corr = stim300.gb_corr
+stim300_ab_corr = stim300.ab_corr
+stim300_gb_corr = stim300.gb_corr
0 commit comments