2 research outputs found
PSO tuning pi controller for multilevel inverter output voltage regulation
In recent decades, renewable energy production has been an underlying trend in the energy sector. Multilevel inverter has been used especially in renewable energy aspects in order to assess Total Harmonics Distortion (THD). Multilevel inverters have shown superior performance in terms of reducing harmonic disturbances, torque pulsations, and voltage stress through switching devices. Conventionally, PI controller are preferable to be applied in multilevel inverter due to its simplicity. However, it has a limitation of optimization when it comes to increase of loads under working condition. This paper focuses on developing a Particle Swarm Optimization (PSO) algorithm for optimal tuning of PI controller for Cascaded H-Bridge Multilevel Inverter (CHMI) in order to regulate a smooth output voltage of the system. PSO controller is implemented to produce an optimum regulated output voltage using MATLAB/Simulink. The system will go under three load variation conditions. The PSO-PI controller have been applied to a 7-level CHMI that uses 12 IGBTs with 20kHz switching frequency and 0.9 modulation index with 0.4 μs of sample time. As compared PSO-PI to conventional PI controller during nominal load, 20 % reduction in THD is observed. In addition, voltage drop and transient time during no load to full load shows an improvement after applying PSO-PI. During load variation was halved and varied at certain point, PSO-PI also exhibit improvement in transient time and reduction in THD is observed compared to conventional PI controller
Human detection for search and rescue operations using embedded artificial intelligence
Unmanned aerial vehicles (drones) have been increasingly used in search and rescue operations as a tool to detect humans in an area of disaster where the rescue team is unable to reach them. Human detection is the most important task in a rescue plan. Currently, deep learning and Internet of Things (IoT) technologies are used to automatically detect humans from footage taken from drones, however, the hardware used in such methods consumes high power, requires high processing capability, long computational time, and a constant internet connection which are not effective to be deployed in all scenarios. This project aims to utilize transfer learning to build a human detection model with mean average precision ([email protected]) above 90% and compare deep learning models in aspects of the size of the model, computational requirement, and mAP. Furthermore, to compress the final model to be deployed to an edge device for the propose of using edge computing where the computation requirement for the deep learning model is all made on-chip. The development of this project is based on multi-datasets using the TensorFlow v2 framework and virtual machine Google Colaboratory. The dataset used in this project is extracted from two datasets named SARD and SeaDroneSee both are aerial images of humans, and the labeling of the dataset is made using the Roboflow platform. The models used are pre-trained single shot detector models namely MobileNet v2 and EfficientDet-D1, the last shows a better accuracy of 97.3% [email protected] however MobileNet v2 consumes much less GPU for training at around 4.6 GB while maintaining relatively high accuracy of 95.5% [email protected]. Lastly, the trained MobileNet v2 model is quantized to 6.4 MB. At the end of this project, a deep learning model for human detection for search and rescue operations is compressed and ready to be deployed to an embedded artificial intelligence device