diff --git a/Correction Algorithm/index.html b/Correction Algorithm/index.html index f976037..4ea6459 100644 --- a/Correction Algorithm/index.html +++ b/Correction Algorithm/index.html @@ -199,12 +199,12 @@ Example: relative rate of 0.05 m³/minute --> after 20 minutes a maximum change of 20 minutes * 0.05 m³/minute = 1 m³ is possible. That means that a false reading of 1 m³ cannot be detected false after about 20 minutes in this case Assume, that there might me no change in the meter for hours (e.g. during the night) a much bigger change could also be accepted.

Flow Chart

-

[[/images/correct_algo_1.jpg]]

-

[[/images/correct_algo_2.jpg]]

-

[[/images/correct_algo_3.jpg]]

+

+

+

CheckDigitIncreaseConsistency Algorithm

The check digit increase consistency algorithm is functional for the digits only. Due to the fact, that the rotation might be a little bit earlier or later compared to the zero crossing of the digit before, errors during the reading before and after a zero crossing can be wrong. Therefore a simple algorithm can be applied, checking the consistency of zero crossing and changes in the following digit. This is applied to one after the other digit, starting with the lowest priority digits.

-

[[/images/correct_algo_zero_crossing.jpg]]

+