← Back to Course
Lab 1

Lab 1 - Control System Simulation Setup

Lab 1: Control System Simulation Setup

Objective

Set up Python environment for control system simulation.

Tasks

  1. Install required packages: numpy, scipy, matplotlib, control
  2. Simulate a first-order system step response
  3. Simulate a second-order system with different damping
  4. 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