cvmeas
Measurement function for constant-velocity motion model
Syntax
Description
returns the expected measurement for a state based on the constant-velocity
motion model. You can also use it as a measurement function in a Kalman filter.
The measurement
= cvmeas(state
)state
argument specifies the current state.
also specifies the measurement coordinate system,
measurement
= cvmeas(state
,frame
)frame
.
also specifies the sensor position, measurement
= cvmeas(state
,frame
,sensorpos
)sensorpos
.
also specifies the sensor velocity, measurement
= cvmeas(state
,frame
,sensorpos
,sensorvel
)sensorvel
.
specifies the measurement parameters,
measurement
= cvmeas(state
,measurementParameters
)measurementParameters
.
[
returns the measurement bounds, used by a tracking filter (measurement
,bounds
] = cvmeas(___)trackingEKF
or trackingUKF
) in residual calculations. See the
HasMeasurementWrapping
of the filter object for more
details.
Examples
Input Arguments
Output Arguments
More About
Extended Capabilities
Version History
Introduced in R2017a
See Also
Functions
constvel
(Sensor Fusion and Tracking Toolbox) |constveljac
(Sensor Fusion and Tracking Toolbox) |cvmeasjac
(Sensor Fusion and Tracking Toolbox) |cameas
|ctmeas
(Sensor Fusion and Tracking Toolbox) |ctrvmeas
(Sensor Fusion and Tracking Toolbox) |singermeas
(Sensor Fusion and Tracking Toolbox) |initcvukf
(Sensor Fusion and Tracking Toolbox) |initcvekf
(Sensor Fusion and Tracking Toolbox)