I am currently working on an extended kalman filter for a nonlinear system. Very confusing for me is the fact, that the most of literature describes EKF for systems without an input u.
Is there a simple trick to handle system with (known) input?
For example:
x'= x+ u
and observer equation
y=x²
Can I formulate u as a state?
Is there a reason why most of the literature talks about systems without inputs?