conformantSynthesisLinear
conformant synthesis for linear models
Contents
Syntax
Description
This function computes the model uncertainty that is required such that the uncertain model encloses all measurements of the real system. The model uncertainty consists of a set of uncertain inputs W and a set of measurement errors V.
Input Arguments
|
A |
system matrix of the linear model (dimension: [nx,nx]) |
||||||
|
B |
input matrix of the linear model (dimension: [nx,nu]) |
||||||
|
D |
disturbance matrix of the linear model (dimension: [nu,nw]) |
||||||
|
c |
constand offset of the linear model (dimension: [nx,1]) |
||||||
|
measurements |
cell-array storing the measurements of the real system, where each cell is a struct with the following fields:
|
||||||
|
Opts |
a structure containing the algorithm settings
|
Output Arguments
|
W |
resulting set of uncertain inputs |
|
V |
resulting set of measurement errors |
See Also
conformantSynthesis, conformantSynthesisNonlinear
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


