A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python-control.readthedocs.io/en/stable/generated/control.matlab.damp.html below:

Website Navigation


control.matlab.damp — Python Control Systems Library 0.10.2 documentation

control.matlab.damp
control.matlab.damp(sys, doprint=True)[source]

Compute system’s natural frequencies, damping ratios, and poles.

Parameters:
sysStateSpace or TransferFunction

A linear system object.

doprintbool (optional)

If True, print table with values.

Returns:
wnarray

Natural frequency for each system pole.

zetaarray

Damping ratio for each system pole.

polesarray

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