Skip to content
Snippets Groups Projects
Commit 44083893 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Test latex in readme

parent 790905d9
Branches
Tags
No related merge requests found
...@@ -42,7 +42,8 @@ for additional info regarding user defined types and (constructors)[https://docs ...@@ -42,7 +42,8 @@ for additional info regarding user defined types and (constructors)[https://docs
The interface `AbstractProcess` defines the functions `control(P, u)` and `measure(P)`. The interface `AbstractProcess` defines the functions `control(P, u)` and `measure(P)`.
These functions can be used to implement your own control loops. A common loop These functions can be used to implement your own control loops. A common loop
with a feedback controller and a feedforward filter on the reference is implemented with a feedback controller and a feedforward filter on the reference is implemented
in the function [`run_control_2DOF`](@ref). in the function [`run_control_2DOF`](@ref), where the user can supply $G_1$ and $G_4$
in the diagram below, with the process $P=G_2$.
![block diagram](docs/feedback4.png) ![block diagram](docs/feedback4.png)
The macro `@periodically` might come in handy if you want to implement your own loop. The macro `@periodically` might come in handy if you want to implement your own loop.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment