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

Website Navigation


control.augw — Python Control Systems Library 0.10.2 documentation

control.augw
control.augw(g, w1=None, w2=None, w3=None)[source]

Augment plant for mixed sensitivity problem.

If a weighting is None, no augmentation is done for it. At least one weighting must not be None.

If a weighting w is scalar, it will be replaced by I*w, where I is ny-by-ny for w1 and w3, and nu-by-nu for w2.

Parameters:
gLTI object, ny-by-nu

Plant.

w1None, scalar, or k1-by-ny LTI object

Weighting on S.

w2None, scalar, or k2-by-nu LTI object

Weighting on KS.

w3None, scalar, or k3-by-ny LTI object

Weighting on T.

Returns:
pStateSpace

Plant augmented with weightings, suitable for submission to hinfsyn or h2syn.

Raises:
ValueError

If all weightings are None.


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