File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Creating System Models
2+ **********************
3+
4+ Python-control provides a number of methods for creating LTI control
5+ systems.
6+
7+ .. module :: control
8+ ========================== ============================================
9+ :func: `ss ` create state-space (SS) models
10+ :func: `tf ` create transfer function (TF) models
11+ ========================== ============================================
12+
13+ System creation
14+ ================
15+ .. autofunction :: control.StateSpace
16+ .. autofunction :: control.ss
17+ .. autofunction :: control.TransferFunction
18+ .. autofunction :: control.tf
19+
20+ Utility functions and converstions
21+ ==================================
22+ .. autofunction :: control.drss
23+ .. autofunction :: control.isctime
24+ .. autofunction :: control.isdtime
25+ .. autofunction :: control.issys
26+ .. autofunction :: control.pade
27+ .. autofunction :: control.sample_system
28+ .. autofunction :: control.ss2tf
29+ .. autofunction :: control.ssdata
30+ .. autofunction :: control.tf2ss
31+ .. autofunction :: control.tfdata
32+ .. autofunction :: control.timebase
33+ .. autofunction :: control.timebaseEqual
You can’t perform that action at this time.
0 commit comments