| 0-Reset M. Avg | |
| ID | 57 |
|---|---|
| Category | Signal-i1o1 |
| Sublayer width | 14 |
Identical to Moving Average, but immediately resets itself when an input signal of exactly 0 is received:
I: = / x > 0 : xa + I(1-a)
\ x = 0 : 0
Where x is the input signal, I is the internal value and a is a weight factor.
IN0: Input signalOUT0: Resulting output value