estimateStates
Batch fusion of sensor data
Description
returns the state estimates based on the motion model used in the filter, the sensor data,
and the measurement noise. The function predicts the filter state estimates forward in time
based on the row times in estimates
= estimateStates(filter
,sensorData
,measurementNoise
)sensorData
and fuses data from each column of
the table one by one.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022a
See Also
predict
| fuse
| residual
| correct
| stateparts
| statecovparts
| stateinfo
| tune
| createTunerCostTemplate
| tunerCostFcnParam