Skip to content

Commit 7befeed

Browse files
committed
2016-11-07
1 parent a6cab58 commit 7befeed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

navego_allan_example.m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
% Tianjin, China.
3131
%
3232
% Version: 001
33-
% Date: 2016/11/04
33+
% Date: 2016/11/07
3434
% Author: Rodrigo Gonzalez <[email protected]>
3535
% URL: https://github.com/rodralez/navego
3636

@@ -50,11 +50,11 @@
5050

5151
[stim300, tau1_m, allan1_m] = allan_imu (stim300);
5252

53-
imu1_arw = stim300.arw
54-
imu1_vrw = stim300.vrw
53+
stim300_arw = stim300.arw
54+
istim300_vrw = stim300.vrw
5555

56-
imu1_ab_drift = stim300.ab_drift
57-
imu1_gb_drift = stim300.gb_drift
56+
stim300_ab_drift = stim300.ab_drift
57+
stim300_gb_drift = stim300.gb_drift
5858

59-
imu1_ab_corr = stim300.ab_corr
60-
imu1_gb_corr = stim300.gb_corr
59+
stim300_ab_corr = stim300.ab_corr
60+
stim300_gb_corr = stim300.gb_corr

0 commit comments

Comments
 (0)