A special case fixed filter. Implements the formula:out(i) = 0.25 * (in(i) - (2 * in(i - 1)) + in(i - 2)).
The input signal.
Output will be multiplied by this value.
This value will be added to the output.