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

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

Python Control Systems Library control.matlab.dcgain
control.matlab.dcgain(sys)       dcgain(num, den)       dcgain(Z, P, k)       dcgain(A, B, C, D)[source]

Compute the gain of the system in steady state.

The function takes either 1, 2, 3, or 4 parameters:

  • dcgain(sys)

  • dcgain(num, den)

  • dcgain(Z, P, k)

  • dcgain(A, B, C, D)

Parameters:
A, B, C, Darray_like

A linear system in state space form.

Z, P, karray_like, array_like, number

A linear system in zero, pole, gain form.

num, denarray_like

A linear system in transfer function form.

sysStateSpace or TransferFunction

A linear system object.

Returns:
gainndarray

The gain of each output versus each input: .

Notes

This function is only useful for systems with invertible system matrix A.

All systems are first converted to state space form. The function then computes:


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