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 9,174 Documents
BCG Artifact Removal Using Improved Independent Component Analysis Approach Manjula B.M.; Chirag Sharma
Indonesian Journal of Electrical Engineering and Computer Science Vol 5, No 1: January 2017
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v5.i1.pp130-138

Abstract

Recent advancement in bio-medical field has attracted researchers toward BCG signal processing for monitoring the health activities. There have been various techniques for monitoring physical activities such as (SCG) Seismocardiography, Electrocardiography (ECG) etc. BCG signal is a measurement of reaction force applied for cardiac ejection of blood. Various measurement schemes and systems have been developed for BCG detection and measurement such as tables, beds, weighing scale and chairs. Weighing scales have been promising method for measurement of BCG signal because of less cost of implementation, smaller size etc. but these devices still suffer from the artifact which are induced due to subject movement or motion during signal acquisition or it can be caused due to floor vibrations. Artifact removal is necessary for efficient analysis and health monitoring. In this work we address the issue of artifact removal in BCG signal by proposing a novel method of signal processing. According to proposed approach raw signal is pre-processed and parsed to independent component analysis which provides the decomposed components and later k-means is applied to detect the components which are responsible for artifact and removed. Proposed approach is compared with existing method and shows better performance in terms of artifact removal.
Forecasting Drought Using Modified Empirical Wavelet Transform-ARIMA with Fuzzy C-Means Clustering Muhammad Akram Shaari; Ruhaidah Samsudin; Ani Shabri Ilman
Indonesian Journal of Electrical Engineering and Computer Science Vol 11, No 3: September 2018
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v11.i3.pp1152-1161

Abstract

Drought forecasting is important in preparing for drought and its mitigation plan. This study focuses on the investigating the performance of Auto Regressive Integrated Moving Average (ARIMA) and Empirical Wavelet Transform (EWT)-ARIMA based on clustering analysis in forecasting drought using Standard Precipitation Index (SPI). Daily rainfall data from Arau, Perlis from 1956 to 2008 was used in this study. SPI data of 3, 6, 9, 12 and 24 months were then calculated using the rainfall data. EWT is employed to decompose the time series into several finite modes. The EWT is used to create Intrinsic Mode Functions (IMF) which are used to create ARIMA models. Fuzzy c-means clustering is used on the instantaneous frequency given by Hilbert Transform of the IMF to create several clusters. The objective of this study is to compare the effectiveness of the methods in accurately forecasting drought in Arau, Malaysia. It was found that the proposed model performed better compared to ARIMA and EWT-ARIMA.
Modelling and simulation of magnesium antimonide based thermoelectric generator Md. Nazibul Hasan; Herlina Abdul Rahim; Mohd Ashraf Ahmad; Mohamed Sultan Mohamed Ali
Indonesian Journal of Electrical Engineering and Computer Science Vol 19, No 2: August 2020
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v19.i2.pp686-692

Abstract

This paper presents the modelling and simulation of a π-shaped Mg3Sb2 based thermoelectric generator. The performance of the proposed thermoelectric generator is evaluated with finite element analysis. A number of thermocouples were varied for high output power and power efficiency factor. Based on the analysis, we demonstrated that enhancement of the temperature gradient and the number of thermocouples are beneficial for high output power and power efficiency factor of Mg3Sb2 based thermoelectric generator. A high output power and power efficiency factor of 8.89 mW and 3.47 mWmm-2K-2 were obtained at a temperature gradient of 500K across the hot and cold side for four Mg3Sb2 based thermocouples, respectively. The obtained results show that the developed device could be used to drive portable electronic devices.
Performance evaluation of listwise deletion for impaired datasets in multiple regression-based prediction Chanintorn Jittawiriyanukoon
Indonesian Journal of Electrical Engineering and Computer Science Vol 15, No 2: August 2019
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v15.i2.pp1009-1018

Abstract

Multiple Regression-Based Prediction (MRBP) is an emerging calculation to or analysis technique cope with the future by compiling the history of data. The MRBP characteristic will include an approximation for the associations between physical observations and predictions. MRBP is a predictive model, which will be an important source of knowledge in terms of an interesting trend to be followed in the future. However, there is impairment in the MRBP dataset, wherein each form of missing and noisy data has caused an error and is unavailable further analysis. To overcome this unavailability, so that the data analytics can be moved on, two treatment approaches are introduced. First, the given dataset is denoised; next, listwise deletion (LD) is proposed to handle the missing data. The performance of the proposed technique will be investigated by dealing with datasets that cannot be executed. Employing the Massive Online Analysis (MOA) software, the proposed model is investigated, and the results are summarized. Performance metrics, such as mean squared error (MSE), correlation coefficient (COEF), mean absolute error (MAE), root mean squared error (RMSE), and the average error percentage, are used to validate the proposed mechanism. The proposed LD projection is confirmed through actual values. The proposed LD outperforms other treatments as it only requires less state space, which reflects low computation cost, and proves its capability to overcome the limitation of analysis.
Sparse Representation Based Super-Resolution Algorithm using Wavelet Domain Interpolation and Nonlocal Means Gunnam Suryanarayana; Ravindra Dhuli
Indonesian Journal of Electrical Engineering and Computer Science Vol 16, No 2: November 2015
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v16.i2.pp296-302

Abstract

In this correspondence, we propose a novel image resolution enhancement algorithm based on discretewavelet transform (DWT), stationary wavelet transform (SWT) and sparse signal recovery of the inputimage. The nonlocal means filter is employed in the preliminary denoising stage of the proposed method.The denoised input low resolution (LR) image is then decomposed into different frequency subbands byemploying DWT and SWT simultaneously. In parallel, the denoised LR image is subjected to a sparse signalrepresentation based interpolation. All the estimated high frequency subbands as well as the sparseinterpolated LR image are fused to generate a high resolution (HR) image by using inverse discrete wavelettransform (IDWT). Experimental results on various test images show the superiority of our method over theconventional and state-of-the-art single image super- resolution (SR) techniques in achieving the real timeperformance.
K Nearest Neighbor Path Queries Based on Road Networks Lulin Chen; Guofeng Qin
Indonesian Journal of Electrical Engineering and Computer Science Vol 11, No 11: November 2013
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The Island is a k nearest neighbor query algorithm of moving objects based on road networks and can effectively balance the performance of query and update. But the algorithm doesn’t consider the direction of moving object which is required in many scenarios. It traverses vertexes from all directions, meaning wasting a lot of time in visiting useless vertexes. Besides, it doesn’t return query path. In this paper, we propose an improved Island algorithm which takes full account of moving direction. It takes best point estimate and heuristic search method, effectively reducing the number of traversal vertexes. At the same time, we optimize the data structure and let it return the query path. Results show that the improved algorithm outperforms the original one. Finally, we describe electric vehicle charging guidance system based on the improved Island algorithm. DOI: http://dx.doi.org/10.11591/telkomnika.v11i11.3509
A Novel Decoding Algorithm for BICM-ID Embedded Turbo Codes Jian Wang; Jianping Li; Chaoshi Cai
Indonesian Journal of Electrical Engineering and Computer Science Vol 12, No 5: May 2014
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Bit-interleaved coded modulation iterative decoding (BICM-ID) embedded turbo code is widely used in wireless communication because of its excellent performance. This paper proposes an improved logarithmic maximum a posteriori (Log-MAP) algorithm for BICM-ID embedded turbo codes. It can yield excellent bit error rate (BER) performance with much lower complexity. The proposed algorithm exploits a linear interpolation and Least Squares approximation function to replace the logarithmic correction in the Jacobian logarithmic function, which avoids complicated logarithm look-up table operations in Log-MAP algorithm. Simulation results show that the novel algorithm can offer almost equivalent performance to the optimal algorithm with much less computation. Compared with the improved MAX-Log-MAP algorithm proposed by Talakoub, the proposed algorithm can reduce about 36% of computational complexity, meanwhile it achieves 0.1db-0.16db performance gains. In addition, it obtains 0.35-0.4db gains than MAX-Log-MAP algorithm. DOI : http://dx.doi.org/10.11591/telkomnika.v12i5.4596
Android-based automatic detection and measurement system of highway billboard for tax calculation in indonesia Romi Fadillah Rahmat; Sarah Purnamawati; Handra Saito; Muhammad Fariz Ichwan; Tri Murti Lubis
Indonesian Journal of Electrical Engineering and Computer Science Vol 14, No 2: May 2019
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v14.i2.pp877-886

Abstract

Billboards are objects, tools or actions, which based on the characteristics serve its own purpose to earn profits, advertise certain people or service, and to draw public’s attention by placing it in a very strategic place. It has led the government to charge tax on billboards based on its location, dimensions, and viewpoints. Therefore, authorized parties have to be able to ensure the data authenticity of the proposed billboards. One of the obstacles in data verification is the time of billboards measurement process due to its size and height from the ground, based on this problem, and we developed a system which can measure the dimensions of billboards without physically touching it by implementing image processing methods to identify the billboards. The implementation is by measuring the dimensions of the billboards using perspective concept, then calculates the distance between the camera and the object using two-point distance calculation GPS coordinates. The results showed that the distance calculation using the GPS method generated inaccurate values, whereas the systematic distance method generated a result of errors’ range from 0.5 to 25 cm if the image acquisition is performed nearly perpendicular to the object.
A Review of Lightning Protection System - Risk Assessment and Application Hui Hwang Goh; Sy yi Sim; Jamil Shaari; Noor Atiqah Azali; Chin Wan Ling; Qing Shi Chua; Kai Chen Goh
Indonesian Journal of Electrical Engineering and Computer Science Vol 8, No 1: October 2017
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v8.i1.pp221-229

Abstract

 A lightning strike could bring thousands mega-ampere of current in a blink of eyes. As a result, a failure of grounding the strike may cause serious damage to the home and industrial appliances and gadgets. Hence, a lightning protection system is essential to the current transmission system. Lighting is a natural phenomenon that is unavoidable. Hence, the study of the properties and characteristics of lightning is a must in designing lighting protection system. Every application has different criteria to be fulfilled. The type of lighting protection system is categorized based on the location and user. The different of location is a public area, transportation system, power system transmission and generation system which include renewable energy source. Each area can conclude different level of protection. This paper is assessing the possibility and probability of transient impact on all applications including, public area, power system line, and generating system. The review includes countermeasure which addressed few steps to determine the effect of lightning and countermeasure of protection.
Classification of EMG signal for multiple hand gestures based on neural network Mohd Azlan Abu; Syazwani Rosleesham; Mohd Zubir Suboh; Mohd Syazwan Md Yid; Zainudin Kornain; Nurul Fauzani Jamaluddin
Indonesian Journal of Electrical Engineering and Computer Science Vol 17, No 1: January 2020
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijeecs.v17.i1.pp256-263

Abstract

This paper presents the classification of EMG signal for multiple hand gestures based on neural network. In this study, the Electromyography is used to measure the muscle cell’s electrical activities which is commonly represented in a function time. Every muscle has their own signals, which was produced in every movement. Surface electromyography (sEMG) is used as a non-invasive technique for acquiring the EMG signal. The development of sensors’ detection and measuring the EMG have been improved and have become more precise while maintaining a small size. In this paper, the main objective is to identify the hand gestures based on: (1) Cylindrical Grasp, (2) Supination (Twist Left), (3) Pronation (Twist Right), (4) Resting Hand and (5) Open Hand that are predefined by using Arduino IDE, CoolTerm software and Microsoft Excel before using artificial neural network for classifying purposes in MATLAB. Finally, the extraction of the EMG patterns for each movement went through features extraction of the signals which is used to train the classifier in MATLAB to classify signals in the neural network. The features extracted are using mean absolute value (MAV), median, waveform length (WL) and root mean square (RMS). The Artificial Neural Network (ANN) produced accuracy of 80% for training and testing for 10 hidden neurons layer.

Page 35 of 918 | Total Record : 9174


Filter by Year

2012 2026


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