Lab 2: PID Controller Implementation
Objective
Implement a complete PID controller with anti-windup.
Tasks
- Implement discrete PID controller class
- Add anti-windup mechanism
- Add derivative filtering
- Test on simulated system
Deliverables
- PID class with full features
- Comparison plots with/without anti-windup
- Parameter analysis
ā±ļø 3 hours