.Modelica_LinearSystems2.WorkInProgress.Tests.Design.kalmanStep

Information

Example for one recursion of the conventional Kalman filter equations

Interface

function kalmanStep
  extends Modelica.Icons.Function;
  import Modelica_LinearSystems2.WorkInProgress.DiscreteStateSpace;
  output Real P_out[:, :];
  output Real K[:, :];
  output Real R_out[:, :];
end kalmanStep;

Generated at 2025-01-04T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos