Marine systems simulation
|
Classic zero dynamic used in Kalman filtering.
ZeroDynamics implements both the SimObject and KalmanObject interface. The dynamics are \(\dot x = 0\) and are mainly useful for Kalman filtering.
There are no input ports
Name | Width | Description |
---|---|---|
State | n | The value of the state vector. |
Name | Width | Description |
---|---|---|
Dimension | 1 | Number of states \(n\) in the object . |
P0 | n | Diagonal elements of the initial matrix \(P_0\). |
Q | n | Diagonal elements of the noise covariance \(Q\). |
By specifying no initial conditions, the whole state vector is set to 0.
Name | Width | Description |
---|---|---|
State | n | Value for each entry of state vector. |
This SimObject is referred to as Kalman/ZeroDynamics