10000 missed a file... · rlegnain/python-control@71353f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71353f2

Browse files
committed
missed a file...
1 parent 7f83042 commit 71353f2

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

doc/creation.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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

0 commit comments

Comments
 (0)
0