cover
Contact Name
Tole Sutikno
Contact Email
ijece@iaesjournal.com
Phone
-
Journal Mail Official
ijece@iaesjournal.com
Editorial Address
-
Location
Kota yogyakarta,
Daerah istimewa yogyakarta
INDONESIA
International Journal of Electrical and Computer Engineering
ISSN : 20888708     EISSN : 27222578     DOI : -
International Journal of Electrical and Computer Engineering (IJECE, ISSN: 2088-8708, a SCOPUS indexed Journal, SNIP: 1.001; SJR: 0.296; CiteScore: 0.99; SJR & CiteScore Q2 on both of the Electrical & Electronics Engineering, and Computer Science) is the official publication of the Institute of Advanced Engineering and Science (IAES). The journal is open to submission from scholars and experts in the wide areas of electrical, electronics, instrumentation, control, telecommunication and computer engineering from the global world.
Articles 111 Documents
Search results for , issue "Vol 14, No 2: April 2024" : 111 Documents clear
Hotspot temperature analysis of distribution transformer under unbalanced harmonic loads using finite element method Mohd Wazir, Muhammad Haziq; Mat Said, Dalila; Mohd Yassin, Zaris Izzati; Abd Wahid, Siti Aisyah
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp1287-1298

Abstract

In an electrical power distribution system, harmonic distortion is the most prominent power quality problem that causes long-term adverse effects such as failure of distribution transformers. Considering that most transformer problems are caused by heat losses due to the presence of harmonics, it was decided to use a numerical method with the highest accuracy, finite element method (FEM) to analyze the hot spot temperature (HST) of the thermal distribution transformer model. Through the use of COMSOL Multiphysics software, three phases of unbalanced harmonic loads are considered, which contribute to three different total harmonic distortion current (THDI) levels and five different insulation temperature classes. Using the IEEE C57.110-2018 guidance, the simulation outputs are then verified with HST results from the HST mathematical model. The findings indicated that with the increased loadings, the unbalanced harmonic currents have impacted the HST increment and distinguished the HST values between the phases.
Smart monitoring technique for solar cell systems using internet of things based on NodeMCU ESP8266 microcontroller Ali, Ahmed H.; El-Kammar, Raafat A.; Hamed, Hesham F. Ali; Elbaset, Adel A.; Hossam, Aya
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp2322-2329

Abstract

Rapidly and remotely monitoring and receiving the solar cell systems status parameters, solar irradiance, temperature, and humidity, are critical issues in enhancement their efficiency. Hence, in the present article an improved smart prototype of internet of things (IoT) technique based on embedded system through NodeMCU ESP8266 (ESP-12E) was carried out experimentally. Three different regions at Egypt; Luxor, Cairo, and El-Beheira cities were chosen to study their solar irradiance profile, temperature, and humidity by the proposed IoT system. The monitoring data of solar irradiance, temperature, and humidity were live visualized directly by Ubidots through hypertext transfer protocol (HTTP) protocol. The measured solar power radiation in Luxor, Cairo, and El-Beheira ranged between 216-1000, 245-958, and 187-692 W/m2 respectively during the solar day. The accuracy and rapidity of obtaining monitoring results using the proposed IoT system made it a strong candidate for application in monitoring solar cell systems. On the other hand, the obtained solar power radiation results of the three considered regions strongly candidate Luxor and Cairo as suitable places to build up a solar cells system station rather than El-Beheira.
Agriculture crop yield prediction using inertia based cat swarm optimization Reddy, Dwaram Jayanarayana; Madapuri, Rudra Kumar
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp1700-1710

Abstract

Crop yield prediction is among the most important and main sources of income in the Indian economy. In this paper, the improved cat swarm optimization (ICSO) based recurrent neural network (RNN) model is proposed for crop yield prediction using time series data. The inertia weight parameter is added to position equation that is selected randomly, and a new velocity equation is produced which enhances the searching ability in the best cat area. By using inertia weight, the ICSO enhances performance of feature selection and obtains better convergence in minimum iteration. The RNN is applied to produce direct graph using sequence of data and decides current layer output by involving all other existing calculations. The performance of the model is estimated using coefficient of determination (R2), root mean square error (RMSE), mean squared error (MSE), and mean absolute error (MAE) on the yield from the years 2011 to 2021 with an annual prediction for 120 records of approximately 8 million nuts. The evaluated result shows that the proposed ICSO-RNN model delivers metrics such as R2, MAE, MSE, and RMSE values of 0.99, 0.77, 0.68, and 0.82 correspondingly, which ensures accurate yield prediction when compared with the existing methods which are hybrid reinforcement learning-random forest (RL-RF) and machine learning (ML) methods.
Detection of diseases in rice leaf using convolutional neural network with transfer learning based on ResNeXt Veeramreddy, Rajasekhar; Gnanasekaran, Arulselvi; Kunchala, Suresh Babu
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp1739-1749

Abstract

Rice is the most cultivated crop in the agricultural field and is a major food source for more than 60% of the population in India. Occurrence of disease in rice leaves, majorly affects the rice quality, production and also the farmers’ income. Nowadays, new variety of diseases in rice leaves are identified and detected periodically throughout the world. Manual monitoring and detection of plant diseases proves to be time consuming for the farmer and also a costly affair for using chemicals in the disease treatment. In this paper, a deep learning method of convolutional neural networks (CNN) with a transfer learning technique is proposed for the detection of a variety of diseases in rice leaves. This method uses the ResNeXt network model for classifying the images of disease-affected plants. The proposed model’s performance is evaluated using accuracy, precision, recall, F1-score and specificity. The experimental results of ResNeXt model measured for accuracy, precision, recall, F1-score, and specificity, are respectively 99.22%, 92.87%, 91.97%, 90.95%, and 99.05%, which proves greater accuracy improvement than the existing methods of SG2-ADA, YOLOV5, InceptionResNetV2 and Raspberry Pi.
Auto retry circuit breaker for enhanced performance in microservice applications Punithavathy, E.; Priya, N.
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp2274-2281

Abstract

Cloud-hosted distributed systems are much more resilient to failure. Resilience is the key factor in avoiding cascading failures in microservice architectures, where circuit-breaker, retry, bulkhead, and rate-limiter patterns are implemented. Through the implementation of these patterns, availability and reliability factors can be greatly improved. Circuit-breaker emphasizes a fail-fast mechanism, so it is highly recommended. Although they are beneficial, some factors, such as configuration, need to be improved to increase the system's throughput. In this paper, an approach called auto retry circuit breaker (ARCB) is implemented, which is a modified version of existing patterns of circuit breaker, and it has been found that the throughput of the system can be increased by 36% when compared to the existing manual circuit breaker pattern.
A deep learning framework for accurate diagnosis of colorectal cancer using histological images Attia, Maria M.; F. Areed, Nihal Fayez; Amer, Hanan M.; El-Seddek, Mervat
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp2167-2180

Abstract

Colorectal cancer (CRC) is one of the most prevalent malignancies worldwide, with high mortality and incidence rates. Early detection of the disease may increase the probability of survival, making it critical to develop effective procedures for precise treatment. In the past few years, there has been an increased use of deep learning techniques in image classification that aid in the detection of various types of cancer. In this study, convolutional neural network (CNN) models were used to classify colorectal cancer into benign and malignant. After applying various data preprocessing techniques to the image dataset, we evaluated our prototypes using three distinct subsets of testing data, representing 20%, 30%, and 40% of the total dataset. Additionally, four pre-trained CNN models (ResNet-18, ResNet-50, GoogLeNet, and MobileNetV2) were trained, and the network architectural techniques were compared by applying the Adam optimizer. Finally, we assessed the performance of algorithms in terms of accuracy, sensitivity, specificity, precision, F1-score, and area under the receiver operating characteristic (ROC) curve (AUC). In this research, deep learning approaches demonstrated high efficacy in accurately diagnosing colorectal cancer. This indicates that these techniques have an important and significant value for advancing medical research.
Hyperspectral object classification using hybrid spectral-spatial fusion and noise tolerant soft-margin technique Mani, Radhakrishna; Raguttapalli Chowdareddy, Manjunatha
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp2202-2211

Abstract

Because of its spectral-spatial and temporal resolution of greater areas, hyperspectral imaging (HSI) has found widespread application in the field of object classification. The HSI is typically used to accurately determine an object's physical characteristics as well as to locate related objects with appropriate spectral fingerprints. As a result, the HSI has been extensively applied to object identification in several fields, including surveillance, agricultural monitoring, environmental research, and precision agriculture. However, because of their enormous size, objects require a lot of time to classify; for this reason, both spectral and spatial feature fusion have been completed. The existing classification strategy leads to increased misclassification, and the feature fusion method is unable to preserve semantic object inherent features; This study addresses the research difficulties by introducing a hybrid spectral-spatial fusion (HSSF) technique to minimize feature size while maintaining object intrinsic qualities; Lastly, a soft-margins kernel is proposed for multi-layer deep support vector machine (MLDSVM) to reduce misclassification. The standard Indian pines dataset is used for the experiment, and the outcome demonstrates that the HSSF-MLDSVM model performs substantially better in terms of accuracy and Kappa coefficient.
An efficient security framework for intrusion detection and prevention in internet-of-things using machine learning technique Nagaraj, Tejashwini; Channarayappa, Rajani Kallhalli
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp2313-2321

Abstract

Over the past few years, the internet of things (IoT) has advanced to connect billions of smart devices to improve quality of life. However, anomalies or malicious intrusions pose several security loopholes, leading to performance degradation and threat to data security in IoT operations. Thereby, IoT security systems must keep an eye on and restrict unwanted events from occurring in the IoT network. Recently, various technical solutions based on machine learning (ML) models have been derived towards identifying and restricting unwanted events in IoT. However, most ML-based approaches are prone to miss-classification due to inappropriate feature selection. Additionally, most ML approaches applied to intrusion detection and prevention consider supervised learning, which requires a large amount of labeled data to be trained. Consequently, such complex datasets are impossible to source in a large network like IoT. To address this problem, this proposed study introduces an efficient learning mechanism to strengthen the IoT security aspects. The proposed algorithm incorporates supervised and unsupervised approaches to improve the learning models for intrusion detection and mitigation. Compared with the related works, the experimental outcome shows that the model performs well in a benchmark dataset. It accomplishes an improved detection accuracy of approximately 99.21%.
A systematic review of in-memory database over multi-tenancy Shah, Arpita; Bhatt, Nikita
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp1720-1729

Abstract

The significant cost and time are essential to obtain a comprehensive response, the response time to a query across a peer-to-peer database is one of the most challenging issues. This is particularly exact when dealing with large-scale data processing, where the traditional approach of processing data on a single machine may not be sufficient. The need for a scalable, reliable, and secure data processing system is becoming increasingly important. Managing a single in-memory database instance for multiple tenants is often easier than managing separate databases for each tenant. The research work is focused on scalability with multi-tenancy and more efficiency with a faster querying performance using in-memory database approach. We compare the performance of a row-oriented approach and column-oriented approach on our benchmark human resources (HR) schema using Oracle TimesTen in-memory database. Also, we captured some of the key advantages on optimization dimension(s) are the traditional approach, late-materialization, compression and invisible join on column-store (c-store) and row-base. When compression and late materialization are enabled in a query set; it improves the overall performance of query sets. In particular, the paper aims to elucidate the motivations behind multi-tenant application requirements concerning the database engine and highlight major designs over in-memory database for the tenancy approach on cloud.
Pyrolysis process control: temperature control design and application for optimum process operation Muharto, Bambang; Saputro, Frendy Rian; Prabowo, Wargiantoro; Anggoro, Trisno; Adiprabowo, Arya Bhaskara; Masfuri, Imron; Irawan, Bagus Bhakti
International Journal of Electrical and Computer Engineering (IJECE) Vol 14, No 2: April 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijece.v14i2.pp1473-1485

Abstract

Fast pyrolysis in auger reactor gains attention for efficient bio-oil production. Due to the quick nature of the process, precise temperature control using the proportional-integral-derivative (PID) algorithm is paramount. This study harnesses various PID tuning approaches through modelling and experimental validation to optimize continuous and precise pyrolysis temperature. System identification was done to investigate the process dynamic with fit accuracy above 93% and design a suitable PID control. Comparison with the experiment data shows a favorable result with rise time and settling time match above 75%. Ziegler-Nichols (ZN) and Cohen-Coon (CC) tuning methods were implemented in the system with undistinguished results, yielding steady-state error (SSE) below 1% and settling time around 4,300 to 4,800 seconds. The heuristic fine-tuning method improved the rise time and settling time by stabilizing before 3,600 seconds. Furthermore, the robustness of PID controllers was verified with a disturbance rejection test, keeping the SSE deviation inside the boundary of 2%. Finally, the setup could support maximum pyrolytic oil production by 69.6% at 500 °C. The result implies that the PID controller could provide a stable and rugged response to support a productive and sustainable pyrolysis plant operation.

Page 7 of 12 | Total Record : 111


Filter by Year

2024 2024


Filter By Issues
All Issue Vol 16, No 1: February 2026 Vol 15, No 6: December 2025 Vol 15, No 5: October 2025 Vol 15, No 4: August 2025 Vol 15, No 3: June 2025 Vol 15, No 2: April 2025 Vol 15, No 1: February 2025 Vol 14, No 6: December 2024 Vol 14, No 5: October 2024 Vol 14, No 4: August 2024 Vol 14, No 3: June 2024 Vol 14, No 2: April 2024 Vol 14, No 1: February 2024 Vol 13, No 6: December 2023 Vol 13, No 5: October 2023 Vol 13, No 4: August 2023 Vol 13, No 3: June 2023 Vol 13, No 2: April 2023 Vol 13, No 1: February 2023 Vol 12, No 6: December 2022 Vol 12, No 5: October 2022 Vol 12, No 4: August 2022 Vol 12, No 3: June 2022 Vol 12, No 2: April 2022 Vol 12, No 1: February 2022 Vol 11, No 6: December 2021 Vol 11, No 5: October 2021 Vol 11, No 4: August 2021 Vol 11, No 3: June 2021 Vol 11, No 2: April 2021 Vol 11, No 1: February 2021 Vol 10, No 6: December 2020 Vol 10, No 5: October 2020 Vol 10, No 4: August 2020 Vol 10, No 3: June 2020 Vol 10, No 2: April 2020 Vol 10, No 1: February 2020 Vol 9, No 6: December 2019 Vol 9, No 5: October 2019 Vol 9, No 4: August 2019 Vol 9, No 3: June 2019 Vol 9, No 2: April 2019 Vol 9, No 1: February 2019 Vol 8, No 6: December 2018 Vol 8, No 5: October 2018 Vol 8, No 4: August 2018 Vol 8, No 3: June 2018 Vol 8, No 2: April 2018 Vol 8, No 1: February 2018 Vol 7, No 6: December 2017 Vol 7, No 5: October 2017 Vol 7, No 4: August 2017 Vol 7, No 3: June 2017 Vol 7, No 2: April 2017 Vol 7, No 1: February 2017 Vol 6, No 6: December 2016 Vol 6, No 5: October 2016 Vol 6, No 4: August 2016 Vol 6, No 3: June 2016 Vol 6, No 2: April 2016 Vol 6, No 1: February 2016 Vol 5, No 6: December 2015 Vol 5, No 5: October 2015 Vol 5, No 4: August 2015 Vol 5, No 3: June 2015 Vol 5, No 2: April 2015 Vol 5, No 1: February 2015 Vol 4, No 6: December 2014 Vol 4, No 5: October 2014 Vol 4, No 4: August 2014 Vol 4, No 3: June 2014 Vol 4, No 2: April 2014 Vol 4, No 1: February 2014 Vol 3, No 6: December 2013 Vol 3, No 5: October 2013 Vol 3, No 4: August 2013 Vol 3, No 3: June 2013 Vol 3, No 2: April 2013 Vol 3, No 1: February 2013 Vol 2, No 6: December 2012 Vol 2, No 5: October 2012 Vol 2, No 4: August 2012 Vol 2, No 3: June 2012 Vol 2, No 2: April 2012 Vol 2, No 1: February 2012 Vol 1, No 2: December 2011 Vol 1, No 1: September 2011 More Issue