Lab 1: Control System Simulation Setup
Objective
Set up Python environment for control system simulation.
Tasks
- Install required packages: numpy, scipy, matplotlib, control
- Simulate a first-order system step response
- Simulate a second-order system with different damping
- Plot Bode diagrams and pole-zero maps
Setup
pip install numpy scipy matplotlib control
Deliverables
- Working Python environment
- Step response plots
- Frequency response analysis
ā±ļø 2 hours