.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_LinearSystems2;
  import Modelica_LinearSystems2.Math.Matrices;
  import Modelica_LinearSystems2.Math.Matrices.LAPACK;
  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-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos