You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
In control theory, robust control is an approach to controller design that explicitly deals with uncertainty. Robust control methods are designed to function properly provided that uncertain parameters or disturbances are found within some (typically compact) set. Robust methods aim to achieve robust performance and/or stability in the presence of bounded modelling errors.
3
3
4
4
## Repository Objectives
5
-
The material includes an introduction to Sliding Mode Control as a simple approach to robust control. Sliding surface and controller design formulation for a nonlinear system described by an n^{th} order differential equation is described in Section 1. A MATLAB/SIMULINK implementation of an example system is included in Section 2.
5
+
The material includes an introduction to Sliding Mode Control as a simple approach to robust control - Sliding surface and controller design formulation for a nonlinear system described by an n^{th} order differential equation
6
+
Please refer to for a detailed theoretical overview of the Sliding Mode Controller design process. A summary of the process is presented in
7
+
SIMULINK implementations following the design process of example systems are presented in the .mdl files.
6
8
7
9
## Prerequisites
8
10
Fundamental background of using MATLAB and Simulink will be required to fully understand the implementation example.
0 commit comments