Skip to content

Commit 053aa5d

Browse files
committed
1 parent ea4340f commit 053aa5d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: acc_calibration/acc_calibration.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
% 2) OPTIMIZATION: fminunc is used for Sensor Error Model (SEM) parameter estimation
55
% 3) EVALUATION: ACC_meas are corrected by the estimated SEM, root mean squared error (RMSE) is computed
66
%
7-
% Author: M. Sipos, Department of Measurement, Faculty of Electrical Engineering, Czech Technical University in Prague, Czech Republic
7+
% Authors: M. Sipos, J. Rohac, J. Simanek, Department of Measurement, Faculty of Electrical Engineering, Czech Technical University in Prague, Czech Republic
8+
% [1] Rohac, J.; Sipos, M.; Simanek, J.: Calibration of the Low-cost Triaxial Inertial Sensors
89

910
clc; close all; clear all; warning off;
1011
fprintf('Triaxial accelerometer calibration based on FMINUNC function \n');

Diff for: gyro_calibration/gyro_calibration.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
% 4) CORRECTION OF THE MEASURED DATA: _rotation are corrected by the estimated SEM
88
% 5) EVALUATION
99
%
10-
% Author: M. Sipos, Department of Measurement, Faculty of Electrical Engineering, Czech Technical University in Prague, Czech Republic
10+
% Authors: M. Sipos, J. Rohac, J. Simanek, Department of Measurement, Faculty of Electrical Engineering, Czech Technical University in Prague, Czech Republic
1111
% [1] Rohac, J.; Sipos, M.; Simanek, J.: Calibration of the Low-cost Triaxial Inertial Sensors
1212

1313

0 commit comments

Comments
 (0)