Integrates an input signal with a leak. The formula implemented is:out(0) = in(0) + (coef * out(-1))
The input signal.
Leak coefficient.
Output will be multiplied by this value.
This value will be added to the output.