Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 383 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 383 Bytes

oven-controller

Simulation of a working PI controller for an oven

  • In find constants I created a model of the oven behavior based on Newton's cooling equation and data measured while the oven was on. (Python & MATLAB version)

  • In controller we simulate a PI controller and tune the gains until we can control the oven based off pulse-width modulation. (Only MATLAB version)