You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-doc/articles/SwingingDoor.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Swinging Door
2
2
3
-
[TOC]
4
-
5
3
## Purpose
6
4
7
5
Data reduction by using the swinging door algorithm.
@@ -10,21 +8,20 @@ Data reduction by using the swinging door algorithm.
10
8
11
9

12
10
13
-
Beginning at the last archived value (1) and the next snapshots (2, 3, ...) a _swinging door_ is constructed,
14
-
that is only allowed to close and not to open. Green area in the figure below.
11
+
Beginning at the last archived value (1) and the next snapshots (2, 3, ...) a _swinging door_ is constructed, that is only allowed to close and not to open. Green area in the figure below.
15
12
16
13

17
14
18
-
When an incoming value (6) lies outside the allowed aread, so the last snapshot and the new value get stored.
15
+
When an incoming value (6) lies outside the allowed area, so the last snapshot (5) get stored, and beginning at this snapshot (5) a new _swinging door_ to the incoming (6) value gets opened.
19
16
Therefore maintaining the trend in the data.
20
17
21
18
## Parameters
22
19
23
-
| Name | Description |
24
-
| -- | -- |
25
-
| CompDev | (absolut) compression deviation |
26
-
| ExMax | length of x/time before for sure a value gets recoreded |
27
-
| ExMin | length of x/time within no value gets recorded (after the last archived value) |
0 commit comments