rangeangposest
Estimates the positions of multiple targets from multiple anchors at known positions combined with one-way range and angle of arrival measurements at the anchors
Since R2025a
Syntax
Description
Estimates the position of targets using multiple anchors at known positions based on one-way range and angle of arrival (AOA) measurements at the anchors. Estimator utilizes the nonlinear weighted least-square (WLSS) algorithm Algorithms.
estimates the position of targets, tgtposest
= rangeangposest(rngest
,angest
,rngvar
,angvar
,anchorpos
)tgtposest
, from one-way range
estimates rngest
and angle-of-arrival estimates,
angest
. The function requires known anchor positions
anchorpos
. rngvar
is the range-measurement
variance and angvar
is the angle measurement variance.
Examples
Input Arguments
Output Arguments
More About
References
[1] Reza Zekavat and R. Michael Buehrer, Handbook of Position Location: Theory, Practice, and Advances, 2019
[2] A. Noroozi, M. A. Sebt, S. M. Hosseini, R. Amiri and M. M. Nayebi, "Closed-Form Solution for Elliptic Localization in Distributed MIMO Radar Systems With Minimum Number of Sensors," in IEEE Transactions on Aerospace and Electronic Systems, vol. 56, no. 4, pp. 3123-3133, Aug. 2020.
[3] M. Malanowski and K. Kulpa, "Two Methods for Target Localization in Multistatic Passive Radar," in IEEE Transactions on Aerospace and Electronic Systems, vol. 48, no. 1, pp. 572-580, Jan. 2012.
[4] P. Stoica and J. Li, "Lecture Notes - Source Localization from Range-Difference Measurements" in IEEE Signal Processing Magazine, vol. 23, no. 6, pp. 63-66, Nov. 2006.
Version History
Introduced in R2025a