.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-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos