mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add example config for rms hook
This commit is contained in:
parent
2ba278a774
commit
178f43d2b0
1 changed files with 20 additions and 0 deletions
20
etc/examples/hooks/rms.conf
Normal file
20
etc/examples/hooks/rms.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
@include "hook-nodes.conf"
|
||||
|
||||
paths = (
|
||||
{
|
||||
in = "signal_node"
|
||||
out = "file_node"
|
||||
|
||||
hooks = (
|
||||
{
|
||||
type = "rms",
|
||||
|
||||
window_size = 1000
|
||||
|
||||
signals = [
|
||||
"sine"
|
||||
]
|
||||
}
|
||||
)
|
||||
}
|
||||
)
|
Loading…
Add table
Reference in a new issue