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
b8b24b14
Commit
b8b24b14
authored
Aug 29, 2017
by
Fredrik Bagge Carlson
Browse files
Require LabConnection
parent
8912ea2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b8b24b14
...
...
@@ -73,7 +73,7 @@ Usage is demonstrated below, which is a simplified implementation of the block
diagram above (transfer function- and signal names corresponds to the figure).
First two
`SysFilter`
objects are created, these objects can now be used as
functions of an input, and return the filtered output. The
`SysFilter`
type takes
care of updating remembering the state of the system when called.
care of updating
and
remembering the state of the system when called.
```
julia
G1f
=
SysFilter
(
G1
)
G4f
=
SysFilter
(
G4
)
...
...
src/LabProcesses.jl
View file @
b8b24b14
# __precompile__()
installed_packages
=
Pkg
.
installed
()
if
"LabConnection"
∉
keys
(
installed_packages
)
Pkg
.
clone
(
"https://gitlab.control.lth.se/labdev/LabConnection.jl"
)
end
module
LabProcesses
...
...
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