constvelmscjac
Jacobian of state transition function based on constant-velocity motion model in MSC frame
Syntax
Description
[
returns the Jacobians of the state transition function based on the constant-velocity motion
model with respect to the state vector and the noise. Jx
,Jw
] = constvelmscjac(state
,vNoise
)state
defines the
input state, and vNoise
defines the target acceleration noise in the
observer's Cartesian frame. The default time step dt
is one second. The
function assumes zero observer acceleration in all dimensions.
The trackingEKF
object allows you to specify the
StateTransitionJacobianFcn
property. The function can be used as a
StateTransitionJacobianFcn
when the
HasAdditiveProcessNoise
is set to false
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2018b