Discrete Integrator
2016 June 1
Notes on reading p. 39 of J. Hellerstein, et. al.’s Feedback Control of Computing Systems 1 about “Linear, Time-Invariant Different Equations”.
y(k+1)=k∑i=0u(i)
y(k)=k−1∑i=0u(i)
y(k+1)=u(k)+k−1∑i=0u(i)
With substitution we can get to Equation 2.3 in the book:
y(k+1)=u(k)+y(k)