0.2.0
|
Saved pre-update state and measurement. More...
Public Attributes | |
KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | F |
๐
System model matrix (n x n) | |
KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | G |
๐ Noise input matrix (n x o) | |
KeyedMatrixX< Scalar, MeasKeyType, StateKeyType > | H |
๐ Measurement sensitivity matrix (m x n) | |
KeyedMatrixX< Scalar, StateKeyType, MeasKeyType > | K |
KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | P |
๐ Error covariance matrix (n x n) | |
KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | Phi |
๐ฝ State transition matrix (n x n) | |
KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | Q |
๐ System/Process noise covariance matrix (n x n) | |
KeyedMatrixX< Scalar, MeasKeyType, MeasKeyType > | R |
๐ = ๐ธ{๐ฐโ๐ฐโแต} Measurement noise covariance matrix (m x m) | |
KeyedMatrixX< Scalar, MeasKeyType, MeasKeyType > | S |
๐ฆ Measurement prediction covariance matrix (m x m) | |
bool | saved |
Flag whether the state was saved. | |
KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | W |
๐ Noise scale matrix (o x o) | |
KeyedVectorX< Scalar, StateKeyType > | x |
xฬ State vector (n x 1) | |
KeyedVectorX< Scalar, MeasKeyType > | z |
๐ณ Measurement vector (m x 1) | |
Saved pre-update state and measurement.
KeyedMatrixX<Scalar, StateKeyType, MeasKeyType> NAV::KeyedKalmanFilter< Scalar, StateKeyType, MeasKeyType >::SavedPreUpdate::K |
๐ Kalman gain matrix (n x m)