Jacobian of measurement using constant velocity (CV) model in MSC frame
calculates the Jacobian with respect to angular measurement (azimuth and elevation) of the
state in the sensor frame. The motion can be either in 2-D or 3-D space. If motion model is
in 2-D space, values corresponding to elevation are assumed to be zero.jacobian
= cvmeasmscjac(state
)
The trackingEKF
and trackingMSCEKF
filters require a definition of the MeasurementJacobianFcn
property.
The cvmeasmscjac
function can be used as the
MeasurementJacobianFcn
. To use this
MeasurementFcn
with trackerGNN
and
trackerTOMHT
, you
can use the trackingMSCEKF
filter.
specifies the measurement parameters as a struct.jacobian
= cvmeasmscjac(state
,measurementParameters
)