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