项目作者: PAminai

项目描述 :
Linear Control System Lab Experiment with Arduino to find transient response of double-pole circuit
高级语言: C++
项目地址: git://github.com/PAminai/Linear-Control-Systems.git
创建时间: 2021-01-05T07:50:12Z
项目社区:https://github.com/PAminai/Linear-Control-Systems

开源协议:MIT License

下载


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.