.Modelica_LinearSystems2.WorkInProgress.DiscreteStateSpace.Internal.ekfSystemBase2

Information

Base class of ekf-system functions

Interface

partial function ekfSystemBase2
  extends Modelica.Icons.Function;
  import Modelica;
  import Modelica_LinearSystems2;
  input Real x[:] "Estimated vector at instant k";
  output Real x_new[size(x, 1)] "Modeled mean";
end ekfSystemBase2;

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos