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
Martin Heyden
LabProcesses.jl
Commits
9bf2080e
Commit
9bf2080e
authored
Aug 22, 2017
by
Fredrik Bagge Carlson
Browse files
Turn off precompilation
parent
41e269d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/LabProcesses.jl
View file @
9bf2080e
__precompile__
()
#
__precompile__()
module
LabProcesses
...
...
src/controllers.jl
View file @
9bf2080e
export
run_control_2DOF
"""
y,u,r = run_control(process, sysFB[, sysFF]; duration = 10, reference(t) = sign(sin(2π*t)))
y,u,r = run_control
_2DOF
(process, sysFB[, sysFF]; duration = 10, reference(t) = sign(sin(2π*t)))
Perform control experiemnt on process where the feedback and feedforward controllers are given by
`sysFB` and `sysFF`, both of type `StateSpace`.
...
...
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