11 July 2017 15 1K Report

Consider the following scalar dynamic system:

dx/dt = u

y = x2

Where "u" is the scalar input to the system and measured. When x(t=0) = 0, the system is unobservable. However, I would like to estimate the state x. Is it in general possible to estimate the state of such a system? If yes, what options do I have?

I have implemented an EKF which converges rather quickly. However, in the middle of the process, it cannot recognize the sign of state. Please find attached the figure which shows estimation using EKF.

Similar questions and discussions