Dear Prof Löfberg
In nonlinear MPC controller, for predicting the system I turned my equation from
Xk=f(Xk-1,Uk-1)
Yk=g(Xk-1)
To this format :
Xk+Np=Fk*Xk-1+Gk*Uk-1+Hk *ΔU
When we perform Taylor series expansion to linearize the system around the trajectory point, we change the states to a linear format with a deviation term ( X_NL=X ̅+∆X, U_NL=U ̅+∆U and the same for Y)
Here is my question, what should I use for Uk-1 and Xk-1 ? I know they aren’t the actual state but the deviation term, then what is the amount of these terms ? is it related to the cycle time? or I have to neglect them and just use the Hk*ΔU term to optimize the system?
All the best,
Touraj