Skip to content

Commit 6a2f4dc

Browse files
authored
Merge pull request #810 from python-control/sawyerbfuller-patch-1
Update README.rst
2 parents 9d65bf8 + 5b7df09 commit 6a2f4dc

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.rst

+21-8
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,17 @@ Try out the examples in the examples folder using the binder service.
3131
:target: https://mybinder.org/v2/gh/python-control/python-control/HEAD
3232

3333

34-
35-
36-
3734
Features
3835
--------
3936

4037
- Linear input/output systems in state-space and frequency domain
41-
- Block diagram algebra: serial, parallel, and feedback interconnections
38+
- Block diagram algebra: serial, parallel, feedback, and other interconnections
4239
- Time response: initial, step, impulse
43-
- Frequency response: Bode and Nyquist plots
44-
- Control analysis: stability, reachability, observability, stability margins
45-
- Control design: eigenvalue placement, linear quadratic regulator
40+
- Frequency response: Bode, Nyquist, and Nichols plots
41+
- Control analysis: stability, reachability, observability, stability margins, root locus
42+
- Control design: eigenvalue placement, linear quadratic regulator, sisotool, hinfsyn, rootlocus_pid_designer
4643
- Estimator design: linear quadratic estimator (Kalman filter)
47-
44+
- Nonlinear systems: optimization-based control, describing functions, differential flatness
4845

4946
Links
5047
=====
@@ -105,6 +102,22 @@ from the github repository or archive, unpack, and run from within the
105102
toplevel `python-control` directory::
106103

107104
pip install .
105+
106+
Article and Citation Information
107+
================================
108+
109+
An `article <https://ieeexplore.ieee.org/abstract/document/9683368>`_ about the library is available on IEEE Explore. If the Python Control Systems Library helped you in your research, please cite::
110+
111+
@inproceedings{python-control2021,
112+
title={The Python Control Systems Library (python-control)},
113+
author={Fuller, Sawyer and Greiner, Ben and Moore, Jason and Murray, Richard and van Paassen, Ren{\'e} and Yorke, Rory},
114+
booktitle={60th IEEE Conference on Decision and Control (CDC)},
115+
pages={4875--4881},
116+
year={2021},
117+
organization={IEEE}
118+
}
119+
120+
or the GitHub site: https://github.com/python-control/python-control
108121

109122

110123
Development

0 commit comments

Comments
 (0)