constacc
Syntax
Description
returns the updated state, updatedstate
= constacc(state
)state
, of a constant acceleration
Kalman filter motion model for a step time of one second.
specifies the time step, updatedstate
= constacc(state
,dt
)dt
.
also specifies the state noise, updatedstate
= 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.
Extended Capabilities
Version History
Introduced in R2021a
See Also
Functions
constaccjac
|cameas
|cameasjac
|constturn
|constturnjac
|ctmeas
|ctmeasjac
|constvel
|constveljac
|cvmeas
|cvmeasjac