A special case fixed filter. Implements the formula:out(i) = 0.5 * (in(i) + in(i-1))
which is a two point averager.
The input signal.
Output will be multiplied by this value.
This value will be added to the output.