Correct states using magnetometer data for insfilterAsync
insfilterAsync
[res,resCov] = fusemag(FUSE,magReadings,magReadingsCovariance)
[res,resCov] = fusemag(FUSE,magReadings,magReadingsCovariance) fuses magnetometer data to correct the state estimate.
res
resCov
FUSE
magReadings
magReadingsCovariance
collapse all
insfilterAsync, specified as an object.
Magnetometer readings in µT, specified as a 3-element row vector of finite real numbers.
Data Types: single | double
single
double
Magnetometer readings error covariance in µT2, specified as a scalar, 3-element row vector, or 3-by-3 matrix.
Residual, returned a 1-by-3 vector of real values in µT.
Residual covariance, returned a 3-by-3 matrix of real values in (µT)2.
insfilter | insfilterAsync
insfilter