Calculate filter gain and the updated mean of the state and Cholesky factor S of covariance P of a UKF
function ukfEstimate_sr extends Modelica_LinearSystems2.WorkInProgress.DiscreteStateSpace.Internal.estimateBase_sr; import Modelica; import Modelica.Math.Matrices.LAPACK; import Modelica_LinearSystems2; import Modelica_LinearSystems2.Math.Matrices; output Real xmu[size(xm, 1)] "Updated state mean"; end ukfEstimate_sr;
Date | Author | Comment |
---|---|---|
2010-06-11 | Marcus Baur, DLR-RM | Realization |