Skip to content

Commit 1e1c8eb

Browse files
authored
Merge pull request #882 from sawyerbfuller/interconnect-examples
new examples for Simulink-like interconnection of digital and nonlinear systems
2 parents 999189c + c703650 commit 1e1c8eb

File tree

3 files changed

+956
-3
lines changed

3 files changed

+956
-3
lines changed

doc/examples.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Examples
88
The source code for the examples below are available in the `examples/`
99
subdirecory of the source code distribution. The can also be accessed online
1010
via the [python-control GitHub repository](https://github.com/python-control/python-control/tree/master/examples).
11-
11+
1212

1313
Python scripts
1414
==============
@@ -37,17 +37,22 @@ Jupyter notebooks
3737

3838
The examples below use `python-control` in a Jupyter notebook environment.
3939
These notebooks demonstrate the use of modeling, anaylsis, and design tools
40-
using running examples in FBS2e.
40+
using examples from textbooks
41+
(`FBS <https://fbswiki.org/wiki/index.php?title=FBS>`_,
42+
`OBC <https://fbswiki.org/wiki/index.php?title=OBC>`_), courses, and other
43+
online sources.
4144

4245
.. toctree::
4346
:maxdepth: 1
4447

4548
cruise
4649
describing_functions
50+
interconnect_tutorial
4751
kincar-fusion
4852
mhe-pvtol
4953
mpc_aircraft
50-
steering
5154
pvtol-lqr-nested
5255
pvtol-outputfbk
56+
simulating_discrete_nonlinear
57+
steering
5358
stochresp

examples/interconnect_tutorial.ipynb

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

examples/simulating_discrete_nonlinear.ipynb

Lines changed: 585 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)