Non-standard dynamic system

52 Views Asked by At

I need to design a control to the following system dynamic:

y[k+1] = A x[k] + B u[k].

Notice that this system is different from the classical model: x[k+1] = A x[k] + B u[k].

I would like to know if there is anything about this system in the literature.

Thanks!