.Modelica_LinearSystems2.StateSpace

Information

This record defines a linear time invariant differential equation system in state space form:

   der(x) = A * x + B * u
       y  = C * x + D * u

with

Contents

NameDescription
'constructor'Collection of operators to construct a StateSpace data record
'-'Collection of operators for subtraction of state space systems
'+'Parallel connection of two state space systems (= inputs are the same, outputs of the two systems are added)
'*'Series connection of two state space systems
'=='Check whether two state space systems have identical matrices
'String'Transform state space into a String representation
AnalysisCollection of functions to analyse state space system represented by a StateSpace record
DesignPackage of functions to design state space controllers and observers
PlotPackage of functions to plot state space system responses
ConversionPackage of functions for conversion of StateSpace data record
TransformationPackage of functions for state space similarity transformations
ImportPackage of functions to generate a StateSpace data record from imported data
InternalPackage of internal material of record StateSpace (for advanced users only)

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos