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

Website Navigation


control.obsv — Python Control Systems Library 0.10.2 documentation

control.obsv
control.obsv(A, C, t=None)[source]

Observability matrix.

Parameters:
A, Carray_like or string

Dynamics and output matrix of the system.

tNone or integer

Maximum time horizon of the controllability matrix, max = A.shape[0].

Returns:
O2D array

Observability matrix.

Examples

>>> G = ct.tf2ss([1], [1, 2, 3])
>>> C = ct.obsv(G.A, G.C)
>>> np.linalg.matrix_rank(C)
np.int64(2)

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