forked from python-control/python-control
-
Notifications
You must be signed in to change notification settings - Fork 0
The Python Control Systems Library is a Python module that implements basic operations for analysis and design of feedback control systems.
License
Theta-Pi/python-control
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python Control System Library RMM, 23 May 09 This directory contains the source code for the Python Control Systems Library (python-control). This library is still under development, but is intended to serve as a wrapper for standard control system algorithms in the python programming environment. Installation instructions ------------------------- Standard python package installation: python setup.py install To see if things are working, you can run the script examples/secord-matlab.py (using ipython -pylab). It should generate a step response, Bode plot and Nyquist plot for a simple second order linear system. You can also run a set of unit tests to make sure that everything is working correctly. After installation, run python tests/test_all.py from the source distribution directory (note: doesn't yet work in python 3.x). Alternatively, if you have nosetests installed, you can simply run nosetests which gives a somewhat cleaner output (and works in python 3.x)
About
The Python Control Systems Library is a Python module that implements basic operations for analysis and design of feedback control systems.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%