cover
Contact Name
-
Contact Email
-
Phone
-
Journal Mail Official
-
Editorial Address
-
Location
Kota yogyakarta,
Daerah istimewa yogyakarta
INDONESIA
Indonesian Journal of Electrical Engineering and Computer Science
ISSN : 25024752     EISSN : 25024760     DOI : -
Core Subject :
Arjuna Subject : -
Articles 65 Documents
Search results for , issue "Vol 34, No 3: June 2024" : 65 Documents clear
Study, simulation and realization of a fuzzy logic-based MPPT controller in an isolated DC microgrid Abdelaziz Youssfi; Abdelmounaim Alioui; Youssef Ait El Kadi
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1420-1433

Abstract

This study presents a pioneering methodology for implementing the maximum power point tracking (MPPT) controller, based on fuzzy logic. Through a comprehensive performance analysis, we evaluate its effectiveness compared to the widely used perturb and observe (P&O) algorithm, which is a common MPPT technique. The main objective of our proposed MPPT approach is to improve the performance of a photovoltaic (PV) system. To evaluate the performance of the proposed MPPT controller and compare it with the P&O algorithm, we designed and simulated both controllers using MATLAB/Simulink. We also implemented a prototype of the controllers using an Arduino Mega board, and evaluated their performance under real operating conditions. The experimental results unequivocally confirm that the fuzzy logic-based MPPT controller outperforms the P&O algorithm in terms of performance, speed and accuracy. The fuzzy logic controller offers greater accuracy in tracking the maximum power point under various environmental circumstances, including variations in solar irradiation and connected load. Overall, this work contributes to the development of efficient and reliable MPPT controllers for PV systems, and provides a comparison of the performances of two popular MPPT techniques. Future research could explore other MPPT techniques and evaluate their performance using similar experimental setups.
Effects of Pr3+ -activated BaZrGe3O9@TiO2 phosphor compound on light emitting diodes validated by computer simulation Le Thi Trang; Le Xuan Thuy; Nguyen Le Thai; Thuc Minh Bui
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1482-1488

Abstract

The Pr3+ -doped BaZrGe39 gallogermanate phosphors are reported to have a well-defined successive deep defect structure that effectively mitigates thermal carrier fading. This phosphor also presents a red emission with a peak at 615 nm, originating from the Pr3+ transtition from 1D2 to 3H4. We investigated the impact of Pr3+ -activated BaZrGe3O9 (referred to as BZG:Pr) on the lighting characteristics of light emitting diodes (LED) packages in this paper. By combining BZG:Pr with TiO2 particles and silicone, we produced a phosphor layer (designated as BZG:Pr@TiO2). The optical performance of the resulting LED was systematically examined by varying the TiO2 doping percentage. Our findings reveal that the incorporation of the BZG:Pr phosphor enhances the red spectral component, thereby contributing to improved homogeneity in color distribution. However, a progressive increase in TiO2 content within the phosphor layer corresponds to diminishing luminous output and decreased chromatic rendering efficiency of the LED. Employing a lower concentration of TiO2 proves advantageous, as it capitalizes on the scattering-enhancing attributes while leveraging the red emission of the BZG:Pr phosphor. This synergistic approach yields a favorable balance between luminosity and color quality, enhancing the LED’s overall performance.
Development and implementation of a Python functions for automated chemical reaction balancing Pankaj Dumka; Rishika Chauhan; Dhananjay R. Mishra; Feroz Shaik; Pavithra Govindaraj; Abhinav Kumar; Chandrakant Sonawane; Vladimir Ivanovich Velkin
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1557-1565

Abstract

Chemical reaction balancing is a fundamental aspect of chemistry, ensuring the conservation of mass and atoms in reactions. This article introduces a specialized Python functions designed for automating the balancing of chemical reactions. Leveraging the versatility and simplicity of Python, the module employs advanced algorithms to provide an efficient and user-friendly solution for scientists, educators, and industry professionals. This article delves into the design, implementation, features, applications, and future developments of the Python functions for automated chemical reaction balancing. The functions thus developed were tested on some typical chemical reactions and the results are the same as that in the literature.
Computationally efficient handwritten Telugu text recognition Buddaraju Revathi; M. V. D. Prasad; Naveen Kishore Gattim
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1618-1626

Abstract

Optical character recognition (OCR) for regional languages is difficult due to their complex orthographic structure, lack of dataset resources, a greater number of characters and similarity in structure between characters. Telugu is popular language in states of Andhra and Telangana. Telugu exhibits distinct separation between characters within a word, making a character-level dataset sufficient. With a smaller dataset, we can effectively recognize more words. However, challenges arise during the training of compound characters, which are combinations of vowels and consonants. These are considered as two or more characters based on associated vattus and dheerghams with the base character. To address this challenge, each compound character is encoded into a numerical value and used as input during training, with subsequent retrieval during recognition. The segmentation issue arises from overlapping characters caused by varying handwritten styles. For handling segmentation issues at the character level arising from handwritten styles, we have proposed an algorithm based on the language's features. To enhance word-level accuracy a dictionary-based model was devised. A neural network utilizing the inception module is employed for feature extraction at various scales, achieving word-level accuracy rates of 78% with fewer trainable parameters.
An efficient high throughput BCH module for multi-bits error correction mechanism on hardware platform Rohith Puttaraju; Ramesha Muniyappa
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1499-1508

Abstract

The bose-chaudhuri-hocquenghem (BCH) codes are a cyclic error correction codes (ECC) class. The BCH is constructed by using a polynomial over the Galois field. The BCH codes can detect and correct the multi-bits with an easy decoding mechanism. The BCH codes are used in most of the storage device's cryptography, disk drives, and satellite applications. This manuscript presents an efficient high-throughput BCH module with an encoding and decoding mechanism for multi-bit corrections. The BCH code of (15, k) is used to construct the encoder and decoder architectures. The BCH encoder decoder (ED) module with single error correction (SEC), double error correction (DEC), and triple-error correction (TEC) are discussed in detail. The BCH encoder module uses a linear feedback shift register (LFSR). The BCH decoder with SEC and DEC is constructed using the syndrome generator module (SGM) and chien search module (CSM). The BCH decoder with TEC is designed using SGM, inversion-based berlekamp-massey-algorithm (BMA), and CSMs. The BCH-ED module with SEC, DEC, and TEC utilizes <1 % chip area on Artix-7 FPGA. The BCH-ED with SEC, DEC, and TEC achieves a throughput of 7.13 Gbps, 1.2 Gbps, and 0.803 Gbps, respectively. Lastly, the BCH module is compared with existing BCH approaches with better improvement in chip area, frequency, and throughput parameters.
Enhancing interaction and learning experience for deaf students through sign language translator Dian Nugraha; Safira Faizah; Mohamad Zaenudin
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1730-1738

Abstract

The study addresses persistent communication barriers faced by students with disabilities, particularly the deaf, by exploring challenges, presenting breakthroughs, and introducing an innovative solution-a sign language translator (SLT) using motion capture technology. This groundbreaking technology, deployed through the ADDIE model and validated with user acceptance testing (UAT), successfully integrates into the learning management system (LMS) at SLB Bina Insani Depok, demonstrating its efficacy in bridging communication gaps. The results suggest a notable increase in efficiency for tasks such as t2, t3, and t5, highlighting the system’s improved ability to direct users to the LMS homepage, the SLT page, and translate words into sign language, respectively. The study suggests further development in advanced animation to enhance the learning experience for deaf students and recommends progressing toward the total communication (KOMTAL) system for comprehensive communication preparation, ultimately aiming to create an inclusive and dynamic learning platform for the holistic development of deaf students.
Comparative analysis of machine learning models for breast cancer prediction and diagnosis: a dual-dataset approach Muhammad Zeerak Awan; Muhammad Shoaib Arif; Mirza Zain Ul Abideen; Kamaleldin Abodayeh
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp2032-2044

Abstract

Breast cancer is ranked as a significant cause of mortality among females globally. Its complex nature poses principal challenges for physicians and researchers for rapid diagnosis and prognosis. Hence, machine learning algorithms are employed to forecast and identify diseases. This study discusses the comparative analysis of seven machine learning models, e.g., logistic regression (LR), support vector machine (SVM), k-nearest neighbor classifier (KNN), decision tree classifier (DT), random forest classifier (RF), Naïve Bayes (NB), and artificial neural network (ANN) to predict breast cancer using Wisconsin breast cancer and breast cancer datasets. In the Wisconsin breast cancer dataset, KNN depicted 99% accuracy, followed by RF (98%), SVM (96%), NB (96%), LR (96%), ANN (93%), and DT (92%). On the contrary, in the breast cancer (BC) dataset, the highest accuracy was achieved by LR at 83%, and the lowest was achieved by DT (65%), which depicted that the numeric dataset WBC has better accuracy than the breast cancer dataset.
Machine learning approaches for predicting postpartum hemorrhage: a comprehensive systematic literature review Dewi Pusparani Sinambela; Bahbibi Rahmatullah; Noor Hidayah Che Lah; Ahmad Wiraputra Selamat
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp2087-2095

Abstract

Postpartum hemorrhage (PPH) represents a significant threat to maternal health, particularly in developing countries, where it remains a leading cause of maternal mortality. Unfortunately, only 60% of pregnant women at high risk for PPH are identified, leaving 40% undetected until they experience PPH. To address this critical issue and ensure timely intervention, leveraging rapidly advancing technology with machine learning (ML) methodologies for maternal health prediction is imperative. This review synthesizes findings from 43 selected research articles, highlighting the predominant ML techniques employed in PPH prediction. Among these, logistic regression (LR), extreme gradient boosting (XGB), random forest (RF), and decision tree (DT) emerge as the most frequently utilized methods. By harnessing the power of ML, we aim to foster technological advancements in the healthcare sector, with a particular focus on maternal health and ultimately contribute to the reduction of maternal mortality rates worldwide.
Optimizing high availability multi-controller placement in SDN/NFV 5G networks: a survey Samer Mohammed Rasool; Yassine Boujelben; Faouzi Zarai
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1800-1813

Abstract

In meeting the diverse and occasionally conflicting quality of service (QoS) requirements associated with modern communication networks, 5G technology has emerged as a pivotal player. In its architecture, 5G has adopted network function virtualization (NFV) and cloud-based approaches, aiming to simplify network and service deployment, operational processes, and management. The convergence of software defined networking (SDN) and NFV offers an effective solution, enabling scalable and high-performance 5G networks. However, this integration poses critical challenges, with the placement of SDN controllers being a central concern due to its significant impact on network performance, covering aspects such as latency, costs, and energy efficiency. This challenge is known as the controller placement problem (CPP). The central theme of this paper revolves around the intricate relationship between 5G core networks, virtualization technology, and the pressing concern of SDN controller placement, underscoring its significance in the modern networking landscape. We provide a survey of recent methodologies aimed at solving the CPP within the realm of SDN, with a particular focus on resiliency and high availability.
Energy efficient reliable data transmission for optimizing IoT data transmission in smart city Ruchita Ashwin Desai; Raj Bhimashankar Kulkarni
Indonesian Journal of Electrical Engineering and Computer Science Vol 34, No 3: June 2024
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v34.i3.pp1978-1988

Abstract

The rapid proliferation of the internet of things (IoT) technology has significantly transformed urban landscapes, giving rise to smart city frameworks that leverage interconnected devices for enhanced efficiency and functionality. In these environments, vast amounts of data are generated by diverse sensors and devices, necessitating advanced strategies for effective data collection and transmission. This paper introduces a novel approach to address data collection and transmission challenges in IoT-enabled smart city frameworks. The proposed design integrates IoT-Cloud for efficient data collection and employs the energy efficient reliable data transmission (EERDT) model, optimizing IoT data transmission. The enhanced dragonfly routing algorithm, incorporating the firefly algorithm, enhances data routing efficiency. Experimental results demonstrate EERDT's superiority over energy-aware iot-routing (EAIR) and location-centric energy-harvesting aware-routing (LCEHAR), revealing significant improvements in communication overhead, data processing latency, and network lifetime. The EERDT exhibits substantial reductions in communication overhead, enhancing overall network performance. The EERDT model showcases lower data processing latency and energy consumption, highlighting its potential for resource-efficient IoT data transmission. This work contributes an innovative solution for smart city IoT networks, emphasizing performance enhancements and resource efficiency.

Filter by Year

2024 2024


Filter By Issues
All Issue Vol 41, No 2: February 2026 Vol 41, No 1: January 2026 Vol 40, No 3: December 2025 Vol 40, No 2: November 2025 Vol 40, No 1: October 2025 Vol 39, No 3: September 2025 Vol 39, No 2: August 2025 Vol 39, No 1: July 2025 Vol 38, No 3: June 2025 Vol 38, No 2: May 2025 Vol 38, No 1: April 2025 Vol 37, No 3: March 2025 Vol 37, No 2: February 2025 Vol 37, No 1: January 2025 Vol 36, No 3: December 2024 Vol 36, No 2: November 2024 Vol 36, No 1: October 2024 Vol 35, No 3: September 2024 Vol 35, No 2: August 2024 Vol 35, No 1: July 2024 Vol 34, No 3: June 2024 Vol 34, No 2: May 2024 Vol 34, No 1: April 2024 Vol 33, No 3: March 2024 Vol 33, No 2: February 2024 Vol 33, No 1: January 2024 Vol 32, No 3: December 2023 Vol 32, No 1: October 2023 Vol 31, No 3: September 2023 Vol 31, No 2: August 2023 Vol 31, No 1: July 2023 Vol 30, No 3: June 2023 Vol 30, No 2: May 2023 Vol 30, No 1: April 2023 Vol 29, No 3: March 2023 Vol 29, No 2: February 2023 Vol 29, No 1: January 2023 Vol 28, No 3: December 2022 Vol 28, No 2: November 2022 Vol 28, No 1: October 2022 Vol 27, No 3: September 2022 Vol 27, No 2: August 2022 Vol 27, No 1: July 2022 Vol 26, No 3: June 2022 Vol 26, No 2: May 2022 Vol 26, No 1: April 2022 Vol 25, No 3: March 2022 Vol 25, No 2: February 2022 Vol 25, No 1: January 2022 Vol 24, No 3: December 2021 Vol 24, No 2: November 2021 Vol 24, No 1: October 2021 Vol 23, No 3: September 2021 Vol 23, No 2: August 2021 Vol 23, No 1: July 2021 Vol 22, No 3: June 2021 Vol 22, No 2: May 2021 Vol 22, No 1: April 2021 Vol 21, No 3: March 2021 Vol 21, No 2: February 2021 Vol 21, No 1: January 2021 Vol 20, No 3: December 2020 Vol 20, No 2: November 2020 Vol 20, No 1: October 2020 Vol 19, No 3: September 2020 Vol 19, No 2: August 2020 Vol 19, No 1: July 2020 Vol 18, No 3: June 2020 Vol 18, No 2: May 2020 Vol 18, No 1: April 2020 Vol 17, No 3: March 2020 Vol 17, No 2: February 2020 Vol 17, No 1: January 2020 Vol 16, No 3: December 2019 Vol 16, No 2: November 2019 Vol 16, No 1: October 2019 Vol 15, No 3: September 2019 Vol 15, No 2: August 2019 Vol 15, No 1: July 2019 Vol 14, No 3: June 2019 Vol 14, No 2: May 2019 Vol 14, No 1: April 2019 Vol 13, No 3: March 2019 Vol 13, No 2: February 2019 Vol 13, No 1: January 2019 Vol 12, No 3: December 2018 Vol 12, No 2: November 2018 Vol 12, No 1: October 2018 Vol 11, No 3: September 2018 Vol 11, No 2: August 2018 Vol 11, No 1: July 2018 Vol 10, No 3: June 2018 Vol 10, No 2: May 2018 Vol 10, No 1: April 2018 Vol 9, No 3: March 2018 Vol 9, No 2: February 2018 Vol 9, No 1: January 2018 Vol 8, No 3: December 2017 Vol 8, No 2: November 2017 Vol 8, No 1: October 2017 Vol 7, No 3: September 2017 Vol 7, No 2: August 2017 Vol 7, No 1: July 2017 Vol 6, No 3: June 2017 Vol 6, No 2: May 2017 Vol 6, No 1: April 2017 Vol 5, No 3: March 2017 Vol 5, No 2: February 2017 Vol 5, No 1: January 2017 Vol 4, No 3: December 2016 Vol 4, No 2: November 2016 Vol 4, No 1: October 2016 Vol 3, No 3: September 2016 Vol 3, No 2: August 2016 Vol 3, No 1: July 2016 Vol 2, No 3: June 2016 Vol 2, No 2: May 2016 Vol 2, No 1: April 2016 Vol 1, No 3: March 2016 Vol 1, No 2: February 2016 Vol 1, No 1: January 2016 Vol 16, No 3: December 2015 Vol 16, No 2: November 2015 Vol 16, No 1: October 2015 Vol 15, No 3: September 2015 Vol 15, No 2: August 2015 Vol 15, No 1: July 2015 Vol 14, No 3: June 2015 Vol 14, No 2: May 2015 Vol 14, No 1: April 2015 Vol 13, No 3: March 2015 Vol 13, No 2: February 2015 Vol 13, No 1: January 2015 Vol 12, No 12: December 2014 Vol 12, No 11: November 2014 Vol 12, No 10: October 2014 Vol 12, No 9: September 2014 Vol 12, No 8: August 2014 Vol 12, No 7: July 2014 Vol 12, No 6: June 2014 Vol 12, No 5: May 2014 Vol 12, No 4: April 2014 Vol 12, No 3: March 2014 Vol 12, No 2: February 2014 Vol 12, No 1: January 2014 Vol 11, No 12: December 2013 Vol 11, No 11: November 2013 Vol 11, No 10: October 2013 Vol 11, No 9: September 2013 Vol 11, No 8: August 2013 Vol 11, No 7: July 2013 Vol 11, No 6: June 2013 Vol 11, No 5: May 2013 Vol 11, No 4: April 2013 Vol 11, No 3: March 2013 Vol 11, No 2: February 2013 Vol 11, No 1: January 2013 Vol 10, No 8: December 2012 Vol 10, No 7: November 2012 Vol 10, No 6: October 2012 Vol 10, No 5: September 2012 Vol 10, No 4: August 2012 Vol 10, No 3: July 2012 More Issue