This project is the implementation of the research paper titled "Dynamic Request Scheduling Optimization in Mobile Edge Computing for IoT Applications"
Loading repository data…
Loading repository data…
mahmoudyasser32 / repository
This project implements a full modeling, simulation, and real-time control solution for the Furuta Pendulum (rotary inverted pendulum) system using MATLAB/Simulink and embedded hardware (ESP32 + sensors). The control system is designed using Linear Quadratic Regulator (LQR) methods and validated through Hardware-in-the-Loop (HIL) simulation.
This repository contains a complete implementation of a control system for a Furuta Pendulum (rotary inverted pendulum) using MATLAB/Simulink and an ESP32-based hardware setup. The project focuses on modeling, simulation, control design (LQR), and real-time validation via Hardware-in-the-Loop (HIL) testing.
📍 Developed as part of the Hybrid Control Systems (MCT411s) course
🏫 Faculty of Engineering, Ain Shams University
The Furuta Pendulum is a nonlinear, underactuated system used extensively to test advanced control strategies. This project demonstrates:
lqr() functionWe use a Linear Quadratic Regulator (LQR) to minimize the following cost function:
J = ∫ (xᵀ Q x + uᵀ R u) dt
Where:
Q: Weight matrix penalizing state deviationsR: Weight matrix penalizing control effortK: Feedback gain matrix computed via lqr(A, B, Q, R)The control law is:
u = -Kx
Selected from shared topics, language and repository description—not editorial ratings.
This project is the implementation of the research paper titled "Dynamic Request Scheduling Optimization in Mobile Edge Computing for IoT Applications"
AlinaBaber /
This project implements an advanced control system using a Neural Network-Fuzzy Logic-based Self-tuned PID Controller to optimize the performance and stability of an Autonomous Underwater Vehicle (AUV).
n-jokic /
This GitHub repository implements two Model Predictive Control (MPC) approaches for active front steering systems in autonomous vehicles. The methods are inspired by groundbreaking scientific papers. The project utilizes MATLAB and Simulink, requiring
Bidur-Khanal /
This is our working repository for the project - spine curvature estimation. It contains all the implementation codes and results of our approach.
izzuddinafif /
This MATLAB project implements a hybrid optimization algorithm that combines Genetic Algorithm (GA) and Particle Swarm Optimization (PSO). The algorithm is designed to optimize a set of parameters (genes) for various problems, making it flexible and adaptable to different optimization scenarios.
This project is an attempt to implement a speed control system for a DC Motor using the PID controller on MATLAB. To achieve this, we couple the output of motor to a control circuit which senses and rectifies the error in angular position and velocity till the desired pre-determined point. We study the Ziegler-Nichols Method for speed control and then use some manual fine-tuning to optimise PID controller gains (Kp, Ki, Kd) for desired performance