Curated repository of materials from four advanced control disciplines:
- SEL0367 — Adaptive Control
- SEL0326 — Linear Systems Control
- SEL0359 — Digital Control
- SEM5928 — Control Systems
adaptative-control/: MRAC, system identification, and exam/assignment notebookslinear-control/: state-space analysis, controllability/observability, LQRdigital-control/: sampling, discrete-time design, labs and per-class notebooksmimo-control-systems/: SISO, MIMO, LQR, MPC, kalman-filters
Recommended: Python 3.10+ with Jupyter and control libraries.
pip install jupyter numpy scipy matplotlib control slycot
jupyter lab- Adaptive: MRAC, parameter estimation, exam solutions
- Linear: LTI state-space design, observers, optimal control
- Digital: discrete design workflows, lab artifacts
- Control Systems (PhD): controller synthesis for MIMO projects
See LICENSE for terms.