@@ -14,8 +14,8 @@ Function reference
1414System creation
1515===============
1616
17- The control toolbox makes use of "factory functions" to create input/output
18- systems of different types (classes) :
17+ Functions that create input/output systems from a description of the
18+ system properties :
1919
2020.. autosummary ::
2121 :toctree: generated/
@@ -25,10 +25,11 @@ systems of different types (classes):
2525 frd
2626 nlsys
2727 zpk
28+ pade
2829 rss
2930 drss
3031
31- Systems can also be created by transforming existing systems :
32+ Functions that transform systems from one form to another :
3233
3334.. autosummary ::
3435 :toctree: generated/
@@ -38,7 +39,6 @@ Systems can also be created by transforming existing systems:
3839 observable_form
3940 reachable_form
4041 similarity_transform
41- pade
4242 ss2tf
4343 tf2ss
4444 tfdata
@@ -64,8 +64,9 @@ System interconnections
6464 combine_tf
6565 split_tf
6666
67- Time domain simulation
68- ======================
67+
68+ Time response
69+ =============
6970
7071.. autosummary ::
7172 :toctree: generated/
@@ -78,6 +79,12 @@ Time domain simulation
7879 step_response
7980 time_response_plot
8081 combine_time_responses
82+
83+ Additional functions for customizing phase plots:
84+
85+ .. autosummary ::
86+ :toctree: generated/
87+
8188 phaseplot.boxgrid
8289 phaseplot.circlegrid
8390 phaseplot.equilpoints
@@ -104,52 +111,84 @@ Frequency response
104111 nichols_plot
105112 nichols_grid
106113
114+
107115Control system analysis
108116=======================
117+
118+ Time domain analysis:
119+
109120.. autosummary ::
110121 :toctree: generated/
111122
112- bandwidth
113123 damp
124+ step_info
125+
126+ Frequency domain analysis:
127+
128+ .. autosummary ::
129+ :toctree: generated/
130+
131+ bandwidth
114132 dcgain
115- get_input_ff_index
116- get_output_fb_index
117- ispassive
118133 linfnorm
119134 margin
120- solve_passivity_LMI
121135 stability_margins
122- step_info
123136 system_norm
124137 phase_crossover_frequencies
138+ singular_values_plot
139+ singular_values_response
140+ sisotool
141+
142+ Pole/zero-based analysis:
143+
144+ .. autosummary ::
145+ :toctree: generated/
146+
125147 poles
126148 zeros
127149 pole_zero_map
128150 pole_zero_plot
129151 pole_zero_subplots
130152 root_locus_map
131153 root_locus_plot
132- singular_values_plot
133- singular_values_response
134- sisotool
154+
155+ Passive systems analysis:
156+
157+ .. autosummary ::
158+ :toctree: generated/
159+
160+ get_input_ff_index
161+ get_output_fb_index
162+ ispassive
163+ solve_passivity_LMI
135164
136165
137166Control system synthesis
138167========================
168+
169+ State space synthesis:
170+
139171.. autosummary ::
140172 :toctree: generated/
141173
142174 acker
143175 create_statefbk_iosystem
144176 dlqr
145- h2syn
146- hinfsyn
147177 lqr
148- mixsyn
149178 place
150179 place_varga
180+
181+ Frequency domain synthesis:
182+
183+ .. autosummary ::
184+ :toctree: generated/
185+
186+ h2syn
187+ hinfsyn
188+ mixsyn
151189 rootlocus_pid_designer
152190
191+
153192System ID and model reduction
154193=============================
155194.. autosummary ::
@@ -162,6 +201,7 @@ System ID and model reduction
162201 eigensys_realization
163202 markov
164203
204+
165205Nonlinear system support
166206========================
167207.. autosummary ::
@@ -170,19 +210,27 @@ Nonlinear system support
170210 find_operating_point
171211 linearize
172212
173- Stochastic system support
174- =========================
213+ Describing functions
214+ --------------------
175215.. autosummary ::
176216 :toctree: generated/
177217
178- correlation
179- create_estimator_iosystem
180- dlqe
181- lqe
182- white_noise
218+ describing_function
219+ friction_backlash_nonlinearity
220+ relay_hysteresis_nonlinearity
221+ saturation_nonlinearity
222+
223+ Differentially flat systems
224+ ---------------------------
225+ .. autosummary ::
226+ :toctree: generated/
227+
228+ flatsys.flatsys
229+ flatsys.point_to_point
230+ flatsys.solve_flat_ocp
183231
184232Optimal control
185- ===============
233+ ---------------
186234.. autosummary ::
187235 :toctree: generated/
188236
@@ -200,24 +248,17 @@ Optimal control
200248 optimal.state_range_constraint
201249
202250
203- Describing functions
204- ====================
251+ Stochastic system support
252+ =========================
205253.. autosummary ::
206254 :toctree: generated/
207255
208- describing_function
209- friction_backlash_nonlinearity
210- relay_hysteresis_nonlinearity
211- saturation_nonlinearity
212-
213- Differentially flat systems
214- ===========================
215- .. autosummary ::
216- :toctree: generated/
256+ correlation
257+ create_estimator_iosystem
258+ dlqe
259+ lqe
260+ white_noise
217261
218- flatsys.flatsys
219- flatsys.point_to_point
220- flatsys.solve_flat_ocp
221262
222263Matrix computations
223264===================
0 commit comments