Convert a system into observable canonical form.
StateSpace
object
System to be transformed, with state x
.
StateSpace
object
System in observable canonical form, with state z
.
Coordinate transformation: z = T * x.
Examples
>>> Gs = ct.tf2ss([1], [1, 3, 2]) >>> Gc, T = ct.observable_form(Gs) >>> Gc.C array([[1., 0.]])
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4