constvel
Syntax
Description
returns the updated state, updatedstate
= constvel(state
)state
, of a constant-velocity Kalman
filter motion model after a one-second time step.
specifies the time step, updatedstate
= constvel(state
,dt
) dt
.
also specifies state noise, updatedstate
= constvel(state
,w
,dt
)w
.
Examples
Input Arguments
Output Arguments
Algorithms
For a two-dimensional constant-velocity process, the state transition matrix after a time step, T, is block diagonal as shown here.
The block for each spatial dimension is:
For each additional spatial dimension, add an identical block.
Extended Capabilities
Version History
Introduced in R2018b
See Also
Functions
constacc
|constaccjac
|cameas
|cameasjac
|constturn
|constturnjac
|ctmeas
|ctmeasjac
|constveljac
|cvmeas
|cvmeasjac