Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarmadahmad8/inverted-pendulum-using-pid-in-simulink-and-simcape

Inverted Pendulum using PID in Simulink
https://github.com/sarmadahmad8/inverted-pendulum-using-pid-in-simulink-and-simcape

lcs mathematical-modelling matlab simscape simulation simulink

Last synced: about 1 month ago
JSON representation

Inverted Pendulum using PID in Simulink

Awesome Lists containing this project

README

        

# Inverted Pendulum using PID in Simulink and Simscape

The inverted pendulum is a classic control system problem that involves balancing a pendulum in an inverted position on a moving platform. This system is inherently unstable and requires a control mechanism to maintain balance.

Simulink, a graphical programming environment, was employed to create a dynamic simulation of the inverted pendulum system. Simulink provides a visual representation of the system's behavior, making it an effective tool for control system design and analysis.

Simscape, a physical modeling tool, was chosen to create a more detailed and physically accurate representation of the inverted pendulum system. Simscape allows for the modeling of multidomain physical systems, enabling a more realistic simulation.

The Proportional-Integral-Derivative (PID) control algorithm was implemented in both the Simulink and Simscape models to stabilize the inverted pendulum. PID control involves adjusting three parameters—proportional, integral, and derivative—to achieve a balance between system stability and responsiveness.