After input-output linearizaton of my model, I obtain this equation (x represents the tracking error) from wich I can extract the command.
d6X/dt6+ kn-1 x d5X/dt5+ ...+k1 dx/dt + k0 x = 0
the ki must be chosen to satisty hurwitz.
But how i can play with the coefficents ki if i want for example a faster response or stability?
Thxs