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.dcgain.html below:

control.dcgain — Python Control Systems Library 0.10.2 documentation

Python Control Systems Library

User Guide

Reference Manual

Python Control Systems Library control.dcgain
control.dcgain(sys)[source]

Return the zero-frequency (or DC) gain of the given system.

Parameters:
sysLTI

System for which the zero-frequency gain is computed.

Returns:
gainndarray

The zero-frequency gain, or (inf + nanj) if the system has a pole at the origin, (nan + nanj) if there is a pole/zero cancellation at the origin.

Examples

>>> G = ct.tf([1], [1, 2])
>>> ct.dcgain(G)                                            
np.float(0.5)

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