.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 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos