Hi, do you have a Kalman filtering example that includes a State-Space system with inputs (u)? Generally described as: _x(n+1)=A.x(n)+B.u(n) y(n)=C.x(n)+D.u(n)_ Thanks,