Hi Everyone,
I read an article by Barry L. Dorr about how to implement a Low Pass Filter in software, however, the equation that he gave confused me as I didn't see any sort of convergence to the value desired.
So here is the equation:
y(n) = (1 - 2^(-k)) * y(n-1) + x(n)
x is the input, y...