bistaticposest
Estimate position of targets using bistatic range/range sum and angle-of-arrival measurements
Since R2025a
Syntax
Description
Estimate target positions from bistatic range or range-sum measurements with known anchor positions.
estimates the position of targets, tgtposest
= bistaticposest(rngest
,angest
,rngvar
,angvar
,txpos
,rxpos
)tgtposest
, from bistatic range
estimates or range-sum estimates, rngest
, and angle-of-arrival
estimates, angest
. The function requires known transmit anchor
positions, txpos
, and known receive anchor positions,
rxpos
. rngvar
is the range-measurement variance,
and angvar
is the angle measurement variance. This function supports
multiple transmit and receive anchors with one target or supports one transmit anchor and
one receive anchor with multiple targets.
specifies the type of range tgtposest
= bistaticposest(___,RangeMeasurement=measurement)measurement
as
"BistaticRange"
or "RangeSum"
. The bistatic range is
the range sum subtracted by the baseline range. When "BistaticRange"
is
chosen, the target position estimation uses bistatic range and AOA measurements. When
"RangeSum"
is chosen, the target position estimation uses range-sum and
angle-of-arrival measurements. The default is "BistaticRange"
.
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