Home | Trees | Indices | Help |
|
---|
|
Represent discrete-time continuous-state dynamics:
s[t+1] = A*s[t] + B*u[t] + E*d[t] + K
subject to the constraints:
u[t] \in Uset d[t] \in Wset s[t] \in domain
where:
A LtiSysDyn object contains the fields:
polytope.Polytope
)
polytope.Polytope
or
polytope.Region
)
as defined above.
For state-dependent bounds on the input,:
[u[t]; s[t]] \in Uset
can be used.
PwaSysDyn, SwitchedSysDyn, polytope.Polytope
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |