constvelmsc
State transition function for constant-velocity motion model in MSC frame
Syntax
Description
returns the predicted state, obtained from the current state, predictedState
= constvelmsc(state
,vNoise
)state
,
and target acceleration noise, vNoise
, based on the constant-velocity
motion model. The function assumes a default time interval, dt
, of one
second, and zero observer acceleration in all dimensions.
specifies the time interval, predictedState
= constvelmsc(state
,vNoise
,dt
)dt
. The function assumes zero observer
acceleration in all dimensions.
Examples
Input Arguments
Output Arguments
Algorithms
The function provides a constant velocity transition function in modified spherical coordinates (MSC) using a non-additive noise structure. The MSC frame assumes a single observer and the state is defined relative to it.
Extended Capabilities
Version History
Introduced in R2018b