I know that I can discretize a state-space model with c2d command in Matlab. Does anyone know how we can do a similar thing when there is a disturbance in the input? In other words, if the continuous system is as follow:
dx=A*x+B*u+Bd*D
y=C*x
where Bd and D are the coefficient of disturbance and the disturbance itself, respectively. How can I find the corresponding discrete system?