Compute system’s natural frequencies, damping ratios, and poles.
StateSpace
or TransferFunction
A linear system object.
If True, print table with values.
Natural frequency for each system pole.
Damping ratio for each system pole.
System pole locations.
Notes
If the system is continuous
wn = abs(poles)
zeta = -real(poles)/poles
If the system is discrete, the discrete poles are mapped to their equivalent location in the s-plane via
and
wn = abs(s)
zeta = -real(s)/wn
Examples
>>> G = ct.tf([1], [1, 4]) >>> wn, zeta, poles = ct.damp(G) Eigenvalue (pole) Damping Frequency -4 1 4
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