Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.07 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.07 KB

Linear Control Systems

The goal of this experiment is to observe the transient response to a step input. The step function can be applied by a switch button to the input of RLC circuit shown below.

RLC Circuit

The experiment is done in two modes. You can watch following videos in Persian language which explain the process of doing each moedes.

  1. Open Loop Circuit
  2. Close Loop Circuit

The output is connected to analog Pin of Arduino. The Transiesnt respons is plotted on serial plotter of Arduino IDE. As it is show on the figure below, the transient response is overdamping in the open loop mosde.

Transient Response

The arduino code for plotting transient response is available at Transient Response.ino file above.