Skip to content

Commit

Permalink
2016-11-07
Browse files Browse the repository at this point in the history
  • Loading branch information
rodralez committed Nov 7, 2016
1 parent a6cab58 commit 7befeed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions navego_allan_example.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
% Tianjin, China.
%
% Version: 001
% Date: 2016/11/04
% Date: 2016/11/07
% Author: Rodrigo Gonzalez <[email protected]>
% URL: https://github.com/rodralez/navego

Expand All @@ -50,11 +50,11 @@

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

imu1_arw = stim300.arw
imu1_vrw = stim300.vrw
stim300_arw = stim300.arw
istim300_vrw = stim300.vrw

imu1_ab_drift = stim300.ab_drift
imu1_gb_drift = stim300.gb_drift
stim300_ab_drift = stim300.ab_drift
stim300_gb_drift = stim300.gb_drift

imu1_ab_corr = stim300.ab_corr
imu1_gb_corr = stim300.gb_corr
stim300_ab_corr = stim300.ab_corr
stim300_gb_corr = stim300.gb_corr

0 comments on commit 7befeed

Please sign in to comment.