initrpekf
Constant velocity range-parameterized EKF initialization
Syntax
Description
configures the filter with 6 extended Kalman filters (EKFs), and the target range is assumed
to be within 1e3 and 1e5 scenario units. The function configures the process noise with unit
standard deviation in acceleration.filter
= initrpekf(detection
)
The range-parameterized extended Kalman filter (RPEKF) is a Gaussian-sum filter (trackingGSF
) with
multiple EKFs, each initialized at an estimated range of the target. Range-parameterization
is a commonly used technique to initialize a filter from an angle-only detection.
specifies the number of EKFs in the filter.filter
= initrpekf(detection
,numFilters
)
specifies the range limits of the target.filter
= initrpekf(detection
,numFilters
,rangeLimits
)
Examples
Input Arguments
Output Arguments
References
[1] Peach, N. "Bearings-only tracking using a set of range-parameterised extended Kalman filters." IEE Proceedings-Control Theory and Applications 142, no. 1 (1995): 73-80.
Extended Capabilities
Version History
Introduced in R2018b