Discretization of an EXP function

154 Views Asked by At

I have a function in the form of $V = a[1-exp(t-t_0)]$ and $V_0=0$. I'm using this formula in discrete system and I need to discretize this formula and solve it every T seconds and get the $V_{k+1}$ value based on the value of $V_k$. Is there any suggestion? thanks in advance