You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carl Sandrock edited this page Feb 22, 2019
·
2 revisions
There are several Python modules that deal with the problem of control. These seem like the best:
http://python-control.org/ is the de facto standard control library for Python. However, for multivariable systems it relies on Slycot, which may be hard to install.
https://github.com/ilayn/harold is a pure Python control library which does not try to be compatible with the Matlab control systems toolbox. This allows a much better set of design decisions to be made.