initctukf
Create constant turn-rate unscented Kalman filter from detection report
Since R2021a
Description
creates and initializes a constant-turn-rate unscented Kalman
filter
= initctukf(detection
)filter
from information contained in a
detection
report. For more information about the unscented
Kalman filter, see trackingUKF
.
The function initializes a constant turn-rate state with the
same convention as constturn
and ctmeas
,
[x
vx
y
vy
ω
z
vz], where ω is
the turn-rate.
Examples
Input Arguments
Output Arguments
Algorithms
The function computes the process noise matrix assuming a one-second time step. The function assumes an acceleration standard deviation of 1 m/s2, and a turn-rate acceleration standard deviation of 1°/s2.
You can use this function as the
FilterInitializationFcn
property of aradarTracker
object.
Extended Capabilities
Version History
Introduced in R2021a