I design robust controller and robust observer for nonlinear system using
norm bounded parameters uncertainty. I want to verify how controller and
observer works. I have nominal system in typical state-space form:
x(k+1) = Ax(k)+Bu(k) + g(x)
y(k) = Cx(k);
Is It possible to estimate the uncertainty of parameters (find matrix H, E1 and E2) for system in form
x(k+1) = (A+HFE1) (kB+HFE2)u(k) + g(x)
y(k) = Cx(k);
base of nominal model and real measurements data form real system?
Regards