Prediction step in square root ukf
function ukfPredict_sr extends Modelica.Icons.Function; import Modelica.Math.Matrices.solve; import Modelica; import Modelica_LinearSystems2; import Modelica_LinearSystems2.DiscreteStateSpace; import Modelica_LinearSystems2.Math.Matrices; extends Modelica_LinearSystems2.WorkInProgress.DiscreteStateSpace.Internal.predictBase_sr; end ukfPredict_sr;
Date | Author | Comment |
---|---|---|
2010-06-11 | Marcus Baur, DLR-RM | Realization |