Skip to content

Commit 5c8edac

Browse files
committed
Use new simple control diagram functionality to develop simple Dahlin simulation
1 parent c4bbdbd commit 5c8edac

2 files changed

Lines changed: 477 additions & 2 deletions

File tree

2_Control/6_Discrete_control_and_analysis/Dahlin controller.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"We will replicate the controller output in figure 17.11a. This notebook has a [video commentary](https://youtu.be/7c-f-6pMgt4)."
1010
]
1111
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"*Note* I am replicating these results using analytic methods to show that the artefacts are not numerical but rather fundamental to the calculations. If you simply want to simulate the action of a discrete controller on a continuous system, have a look at the [Simple discrete controller simulation](Simple%20discrete%20controller%20simulation) notebook."
17+
]
18+
},
1219
{
1320
"cell_type": "code",
1421
"execution_count": 1,
@@ -655,9 +662,9 @@
655662
"name": "python",
656663
"nbconvert_exporter": "python",
657664
"pygments_lexer": "ipython3",
658-
"version": "3.7.3"
665+
"version": "3.7.6"
659666
}
660667
},
661668
"nbformat": 4,
662-
"nbformat_minor": 2
669+
"nbformat_minor": 4
663670
}

0 commit comments

Comments
 (0)