initcvkf
Description
creates and initializes a constant-velocity linear Kalman
filter
= initcvkf(detection
)filter
from information contained in a
detection
report. For more information about the linear
Kalman filter, see trackingKF
.
The function initializes a constant velocity state with the
same convention as constvel
and cvmeas
,
[x
vx
y
vy
z
vz].
Examples
Input Arguments
Output Arguments
Algorithms
The function computes the process noise matrix assuming a one-second time step and an acceleration standard deviation of 1 m/s2.
You can use this function as the
FilterInitializationFcn
property of aradarTracker
object.
Extended Capabilities
Version History
Introduced in R2021a