constacc
State transition function for constant-acceleration motion model
Syntax
Description
returns the predicted state, predictedState = constacc(state)predictedState, obtained from the
current state, state, based on the constant-acceleration motion
model. The default time step is 1 second.
specifies the time step, predictedState = constacc(state,dt)dt.
also specifies the state noise, predictedState = constacc(state,w,dt)w.
Examples
Input Arguments
Output Arguments
Algorithms
For a two-dimensional constant-acceleration process, the state transition matrix after a time step, T, is block diagonal:
The block for each spatial dimension has this form:
For each additional spatial dimension, add an identical block.
References
[1] Li, X. Rong, and Vesselin P. Jilkov. "Survey of maneuvering target tracking: dynamic models." Signal and Data Processing of Small Targets 2000, vol. 4048, pp. 212-235. International Society for Optics and Photonics, 2000.
Extended Capabilities
Version History
Introduced in R2018b