Skip to content

Commit 303480f

Browse files
committed
DOC: add missing functions to documentation list
1 parent 92570bc commit 303480f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/control.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,22 @@ System creation
1717

1818
ss
1919
tf
20+
frd
2021
rss
2122
drss
2223

24+
System interconnections
25+
=======================
26+
.. autosummary::
27+
:toctree: generated/
28+
29+
append
30+
connect
31+
feedback
32+
negate
33+
parallel
34+
series
35+
2336
Frequency domain plotting
2437
=========================
2538

@@ -88,6 +101,8 @@ Control system synthesis
88101
:toctree: generated/
89102

90103
acker
104+
h2syn
105+
hinfsyn
91106
lqr
92107
place
93108

@@ -111,12 +126,15 @@ Utility functions and conversions
111126
unwrap
112127
db2mag
113128
mag2db
129+
damp
114130
isctime
115131
isdtime
132+
issiso
116133
issys
117134
pade
118135
sample_system
119136
canonical_form
137+
observable_form
120138
reachable_form
121139
ss2tf
122140
ssdata

0 commit comments

Comments
 (0)