I am looking for techniques to approximate a nonlinear suspension model with friction of the form:
x_dot = f(x,u) and y = g(x,u)
to:
x_dot = Ax +Bu and y= Cx+Du.
I am currently using Matlab for my research. I am not sure if linearizing the ODEs using partial derivatives around the equilibrium point will serve the purpose. How do I ensure the robustness of this approximation? Are there any alternative approaches to linearization?
Thanks in advance!