Compute the root locus map for an LTI system.
Calculate the root locus by finding the roots of 1 + k * G(s) where G is a linear system and k varies over a range of gains.
Linear input/output systems (SISO only, for now).
Gains to use in computing plot of closed-loop poles. If not given, gains are chosen to include the main features of the root locus map.
Set limits of x axis (see matplotlib.axes.Axes.set_xlim
).
Set limits of y axis (see matplotlib.axes.Axes.set_ylim
).
PoleZeroData
or list of PoleZeroData
Root locus data object(s). The loci of the root locus diagram are available in the array rldata.loci
, indexed by the gain index and the locus index, and the gains are in the array rldata.gains
.
Notes
For backward compatibility, the rldata
return object can be assigned to the tuple (roots, gains)
.
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