Initial condition response of a linear system.
If the system has multiple outputs (?IMO), optionally, one output may be selected. If no selection is made for the output, all outputs are given.
StateSpace
or TransferFunction
LTI system to simulate.
Time vector, or simulation time duration if a number (time vector is autocomputed if not given).
Initial condition (default = 0).
This input is ignored, but present for compatibility with step and impulse.
If given, index of the output that is returned by this simulation.
If True, return the state vector in addition to outputs.
Response of the system.
Time values of the output.
Individual response of each x variable.
Examples
>>> from control.matlab import initial, rss
>>> G = rss(4) >>> yout, T = initial(G)
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