.Modelica_LinearSystems2.WorkInProgress.Tests.Design.kalmanStep

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 2026-06-25T20:19:00Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos