Create constant turn-rate ggiwphd
filter
initializes a constant turn-rate phd
= initctggiwphd(detections
)ggiwphd
filter based on information
provided in object detections, detections
. 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.
Note
This initialization function is not compatible with trackerGNN
,
trackerJPDA
, and trackerTOMHT
system objects.
You can use initctggiwphd
as the
FilterInitializationFcn
property of trackingSensorConfiguration
.
When detections are provided as input, the function adds one component to the density which reflects the mean of the detections. When the function is called without any inputs, a filter is initialized with no components in the density.
The function uses the spread of measurements to describe the Inverse-Wishart distribution.
The function uses the number of detections to describe the Gamma distribution.
The function configures the process noise of the filter by assuming a unit angular acceleration standard deviation.
The function specifies a maximum of 500 components in the filter.