Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
LabProcesses.jl
Commits
44083893
Commit
44083893
authored
Aug 21, 2017
by
Fredrik Bagge Carlson
Browse files
Test latex in readme
parent
790905d9
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
44083893
...
...
@@ -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)`
.
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
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$.

The macro
`@periodically`
might come in handy if you want to implement your own loop.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment