magnetometers calibration

版本 1.0.0.0 (2.5 KB) 作者: Alain Barraud
MgnCalibration performs magnetometer calibration from a measurements data set.
3.3K 次下载
更新时间 2009/3/23

无许可证

MgnCalibration performs magnetometer calibration from a set of data using Merayo technique with a non iterative algoritm J.Merayo et al. "Scalar calibration of vector magnemoters" Meas. Sci. Technol. 11 (2000) 120-132.
This implementation use svq, qr transformation and cholesky factorization.
The method tries to find the best 3D ellipsoid that fits the data set and returns the parameters of this ellipsoid (shape U and center c). The Ellipsoid equation is : (v-c)'*(U'*U)(v-c) = 1
with v a rough triaxes magnetometer measurement.
The calibrated measurement is given by w = U*(v-c)
The algorith must operate upon a set of data which describes
as completely as possible the 3D space.
Because the svd performs an optimzation fit without constraints, (as does the original iterative Merayo method's), the algorithm may fail with too poor data.

引用格式

Alain Barraud (2024). magnetometers calibration (https://www.mathworks.com/matlabcentral/fileexchange/23398-magnetometers-calibration), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Smoothing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0