fusexcov
Covariance fusion using cross-covariance
Syntax
Description
[
fuses the track states in fusedState
,fusedCov
] = fusexcov(trackState
,trackCov
)trackState
and their corresponding covariance
matrices trackCov
. The function estimates the fused state and
covariance within a Bayesian framework in which the cross-correlation between tracks is
unknown.
[
specifies a cross-covariance factor for the effective correlation coefficient when computing
the cross-covariance.fusedState
,fusedCov
] = fusexcov(trackState
,trackCov
,crossCovFactor
)
Examples
Input Arguments
Output Arguments
References
[1] Bar-Shalom, Yaakov, and Xiao-Rong Li. Multitarget-multisensor tracking: principles and techniques. Vol. 19. Storrs, CT: YBs, 1995.
[2] Weng, Zhiyuan, and Petar M. Djurić. "A bayesian approach to covariance estimation and data fusion." In 2012 Proceedings of the 20th European Signal Processing Conference , pp. 2352-2356. IEEE, 2012.
[3] Matzka, Stephan, and Richard Altendorfer. "A comparison of track-to-track fusion algorithms for automotive sensor fusion." In Multisensor Fusion and Integration for Intelligent Systems, pp. 69-81. Springer, Berlin, Heidelberg, 2009.
Extended Capabilities
Version History
Introduced in R2018b