.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 2024-11-24T19:25:44Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos