Impulse response of a linear system.
If the system has multiple inputs or outputs (MIMO), one input has to be selected for the simulation. Optionally, one output may be selected. If no selection is made for the output, all outputs are given. The parameters input
and output
do this. All other inputs are set to 0, all other outputs are ignored.
StateSpace
or TransferFunction
LTI system to simulate.
Time vector, or simulation time duration if a number (time vector is autocomputed if not given).
Index of the input that will be used in this simulation.
Index of the output that will be used in 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 rss, impulse
>>> G = rss() >>> yout, T = impulse(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