This repository is the official companion repository for the Udemy course:
Physical ModelβBased Control Design
From VβI Characteristics to PID and FSM Implementation
| Language | GitHub Pages π | GitHub π» |
|---|---|---|
| πΊπΈ English |
This course and repository focus on control as a design tool, not just tuning.
This approach naturally connects physics, devices, and control.
udemy-physctrl/
ββ 00_intro/ # Concept and motivation
ββ 01_pid/ # PID basics and simulations
ββ 02_fsm/ # FSM-based supervision
ββ 03_phys_model/ # VβI and nonlinear models
ββ assets/ # Figures and diagrams
ββ requirements.txt
ββ README.md
Each directory corresponds to one lecture block in the Udemy course.
This philosophy is part of the broader Samizo-AITL framework.
π For extended materials and advanced topics, visit:
https://samizo-aitl.github.io/
pip install -r requirements.txt
| π Item | License | Description |
|---|---|---|
| Source Code | MIT License | Free to use, modify, and redistribute |
| Text Materials | CC BY 4.0 or CC BY-SA 4.0 | Attribution required; share-alike applies for BY-SA |
| Figures & Diagrams | CC BY-NC 4.0 | Non-commercial use only |
| External References | Follow the original license | Cite the original source properly |