mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
14 lines
355 B
YAML
14 lines
355 B
YAML
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
|
|
---
|
|
|
|
allOf:
|
|
- $ref: common.yaml
|
|
- $ref: multi.yaml
|
|
- type: object
|
|
properties:
|
|
window_size:
|
|
type: integer
|
|
description: The size of the window (number of samples) which should be used for the moving average filter.
|
|
example: 100
|
|
default: 0
|
|
minimum: 0
|