(→Affine Parametric Second-Order System: add parametrized B and C, because why not) |
(→Second-Order System: Add C_p, C_v, and D terms) |
||
Line 101: | Line 101: | ||
\begin{align} |
\begin{align} |
||
M \ddot{x}(t) + E \dot{x}(t) + K x(t) &= B u(t), \\ |
M \ddot{x}(t) + E \dot{x}(t) + K x(t) &= B u(t), \\ |
||
− | y(t) &= |
+ | y(t) &= C_p x(t) + C_v \dot{x}(t) + D u(t), |
\end{align} |
\end{align} |
||
</math> |
</math> |
||
Line 111: | Line 111: | ||
<math>K \in \mathbb{R}^{n \times n}</math>, |
<math>K \in \mathbb{R}^{n \times n}</math>, |
||
<math>B \in \mathbb{R}^{n \times m}</math>, |
<math>B \in \mathbb{R}^{n \times m}</math>, |
||
− | <math> |
+ | <math>C_p, C_v \in \mathbb{R}^{q \times n}</math>, |
+ | <math>D \in \mathbb{R}^{q \times m}</math>. |
||
+ | |||
+ | When <math>C_v = 0</math>, we denote <math>C = C_p</math>. |
||
===Nonlinear Second-Order System=== |
===Nonlinear Second-Order System=== |
Revision as of 17:55, 8 November 2022
Benchmark Model Templates
This page specifies templates for the types of models used as benchmark systems. In particular, the naming schemes established here are used in the corresponding data sets for all benchmarks. For example, always serves as the name of the component matrix applied to the state
in a linear time-invariant system.
For all models we assume an input
, with components
,
a state
,
and an output
.
For all parametric models, we assume each component has
parameters; in cases where a component has fewer than
parameters, the extras are treated as
.
Some benchmarks (e.g., Bone Model) have a constant forcing term, in which case, it is assumed that
is identically
.
Linear Time-Invariant System
with
,
,
,
.
Linear Time-Varying System
with
,
,
,
.
Quadratic-Bilinear System
with
,
,
,
,
,
.
Nonlinear Time-Invariant System
with
,
,
,
,
.
Affine Parametric Linear Time-Invariant System
with
;
;
; and
,
for all
.
Second-Order System
with
,
,
,
,
,
.
When , we denote
.
Nonlinear Second-Order System
with
,
,
,
,
,
,
.
Affine Parametric Second-Order System
with
;
;
;
; and
,
for all
.