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

Website Navigation


control.drss — Python Control Systems Library 0.10.2 documentation

control.drss
control.drss([states, outputs, inputs, strictly_proper])[source]

Create a stable, discrete-time, random state space system.

Create a stable discrete-time random state space object. This function calls rss using either the dt keyword provided by the user or dt = True if not specified.

Examples

>>> G = ct.drss(states=4, outputs=2, inputs=1)
>>> G.ninputs, G.noutputs, G.nstates
(1, 2, 4)
>>> G.isdtime()
True

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