accelcal
Syntax
Description
[
returns matrix A
,b
] = accelcal(D
)A
and vector b
used to correct
uncalibrated accelerometer measurements based on the calibration data
D
.
After obtaining A
and b
, obtain the calibrated
data C
from uncalibrated data U
by using
C
= U
*A
+ b
,
where U
is a M-by-3 matrix and each row of
U
is an uncalibrated accelerometer measurement.
Examples
Input Arguments
Output Arguments
More About
References
[1] AN4508 Application Note: Parameters and Calibration of a Low-G 3-Axis Accelerometer.
Version History
Introduced in R2023b