It looks exactly like an integrator to me. Since $$y[k] = y[k-1]+x[k] = y[k-2] + x[k-1] +x[k] = \sum{x}$$
Applying the Z-transform gives \begin{align} Y(z) &= Y(z)\cdot z^{-1} + X(z)\\ \Rightarrow\frac{Y(z)}{X(z)} &= \frac{1}{1-z^{-1}} \end{align}
When I convert $\frac{1}{1-z^{-1}}$ into Lapace transform in Matlab using d2c, it does not return $\frac{k}{s}$. Instead, it returns $\frac{1+s}{s}$. It seems there is a proportional term inside, when thinking in PID control point of view.
Could anyone explain on that?
