.Modelica_LinearSystems2.WorkInProgress.DiscreteStateSpace.Internal.ukfEstimate_sr

Information

Calculate filter gain and the updated mean of the state and Cholesky factor S of covariance P of a UKF

Interface

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;

Revisions

Date Author Comment
2010-06-11 Marcus Baur, DLR-RM Realization

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos