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