|
|
|
|
|
by thx2099100
1985 days ago
|
|
the next step after PID control is state-space based control. it's not a single tool but more of a framework. it goes beyond frequency based representations and can also model non-linear control problems. the kalman filter is an example of the use of this framework where it's combined with statistics. the problem in control theory though is that once you want to go beyond linear control things get very difficult, most of the literature seems to be about finding clever ways of approximating your problem into something linear. |
|