cover
Contact Name
Eko Fajar Cahyadi
Contact Email
ekofajarcahyadi@ittelkom-pwt.ac.id
Phone
+6285384848666
Journal Mail Official
infotel@ittelkom-pwt.ac.id
Editorial Address
Lembaga Penelitian dan Pengabdian Masyarakat (LPPM) Institut Teknologi Telkom Purwokerto Jl. D. I. Panjaitan, No. 128, Purwokerto 53147, Indonesia
Location
Kota bandung,
Jawa barat
INDONESIA
Jurnal INFOTEL
Published by Universitas Telkom
ISSN : 20853688     EISSN : 24600997     DOI : https://doi.org/10.20895/infotel.v15i2
Jurnal INFOTEL is a scientific journal published by Lembaga Penelitian dan Pengabdian Masyarakat (LPPM) of Institut Teknologi Telkom Purwokerto, Indonesia. Jurnal INFOTEL covers the field of informatics, telecommunication, and electronics. First published in 2009 for a printed version and published online in 2012. The aims of Jurnal INFOTEL are to disseminate research results and to improve the productivity of scientific publications. Jurnal INFOTEL is published quarterly in February, May, August, and November. Starting in 2018, Jurnal INFOTEL uses English as the primary language.
Articles 8 Documents
Search results for , issue "Vol 13 No 2 (2021): May 2021" : 8 Documents clear
Object Position Estimation based on Dual Sight Perspective Configuration Dion Setiawan; Maulana Ifdhil Hanafi; Indra Riyanto; Akhmad Musafa
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.546

Abstract

Development of the coordination system requires the dataset because the dataset could provide information around the system that the coordination system can use to make decisions. Therefore, the capability to process and display data-related positions of objects around the robots is necessary. This paper provides a method to predict an object’s position. This method is based on the Indoor Positioning System (IPS) idea and object position estimation with the multi-camera system (i.e., stereo vision). This method needs two input data to estimate the ball position: the input image and the robot’s relative position. The approach adopts simple and easy calculation technics: trigonometry, angle rotations, and linear function. This method was tested on a ROS and Gazebo simulation platform. The experimental result shows that this configuration could estimate the object’s position with Mean Squared Error was 0.383 meters. Besides, R squared distance calibration value is 0.9932, which implies that this system worked very well at estimating an object’s position.
Requirements Engineering of Village Innovation Application Using Goal-Oriented Requirements Engineering (GORE) Condro Kartiko; Ariq Cahya Wardhana; Wahyu Andi Saputra
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.602

Abstract

The delay in the absorption of village funds from the central government to the village government is due to the village government's difficulty preparing village development innovation programs. The innovation tradition will grow if the cycle of transformation of knowledge and acceptable practices from one village to another, especially villages with similar conditions and problems, can run smoothly. For the process of exchanging knowledge and experiences between villages to run smoothly, it is necessary to codify best practices in a structured, documented, and disseminated manner. This research aims to design an application that functions as a medium for sharing knowledge about the use of village funds through government innovation narratives. The application is expected to become a reference for villages to carry out innovative practices by conducting replication studies and replicating acceptable practices that other villages have done. Therefore, it is necessary to have a system requirements elicitation method that can explore the village's requirements in sharing knowledge so that the resulting system is of high quality and by the objectives of being developed. There are several Goal-Oriented Requirements Engineering (GORE) methods used, such as Knowledge Acquisition in Automated Specification (KAOS) and requirements engineering based on business processes. In this research, the KAOS method was demonstrated as the elicitation activity of a village innovation system. Then the results were stated in the Goal Tree Model (GTM). Model building begins with discussions with the manager of the village innovation program to produce goals. The goals are then broken down into several sub-goals using the KAOS method. The KAOS method is used for the requirements elicitation process resulting in functional and non-functional requirements. This research is the elicitation of the requirement for the village innovation system so that it can demonstrate the initial steps in determining the requirements of the village innovation system before carrying out the design process and the system creation process. The results of this requirement elicitation can be used further in the software engineering process to produce quality and appropriate village innovation applications.
A New Method of Artificial to Solve the Optimization Problems without the Violated Constraints Jangkung Raharjo; Hermagasantos Zein; Adi Soeprijanto; Kharisma Bani Adam
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.624

Abstract

There are some problems in optimization that cannot be derived mathematically. Various methods have been developed to solve the optimization problem with various functional forms, whether differentiated or not, to overcome the problem, which are known as artificial methods such as artificial neural networks, particle swarm optimization, and genetic algorithms. In the literature, it is said that there is an artificial method that frequently falls to the minimum local solution. The local minimum results are proof that the artificial method is not accurate. This paper proposes the Large to Small Area Technique for power system optimization, which works based on reducing feasible areas. This method can work accurately, which that never violates all constraints in reaching the optimal point. However, to conclude that this method is superior to others, logical arguments and tests with mathematical simulations are needed. This proposed method has been tested with 24 target points using ten functions consisting of a quadratic function and a first-order function. The results showed that this method has an average accuracy of 99.97% and an average computation time of 62 seconds. The proposed technique can be an alternative in solving the economic dispatch problem in the power system.
Classification Based on Configuration Objects by Using Procrustes Analysis Ridho Ananda; Agi Prasetiadi
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.637

Abstract

Classification is one of the data mining topics that will predict an object to go into a certain group. The prediction process can be performed by using similarity measures, classification trees, or regression. On the other hand, Procrustes refers to a technique of matching two configurations that have been implemented for outlier detection. Based on the result, Procrustes has a potential to tackle the misclassification problem when the outliers are assumed as the misclassified object. Therefore, the Procrustes classification algorithm (PrCA) and Procrustes nearest neighbor classification algorithm (PNNCA) were proposed in this paper. The results of those algorithms had been compared to the classical classification algorithms, namely k-Nearest Neighbor (k-NN), Support Vector Machine (SVM), AdaBoost (AB), Random Forest (RF), Logistic Regression (LR), and Ridge Regression (RR). The data used were iris, cancer, liver, seeds, and wine dataset. The minimum and maximum accuracy values obtained by the PrCA algorithm were 0.610 and 0.925, while the PNNCA were 0.610 and 0.963. PrCA was generally better than k-NN, SVM, and AB. Meanwhile, PNNCA was generally better than k-NN, SVM, AB, and RF. Based on the results, PrCA and PNNCA certainly deserve to be proposed as a new approach in the classification process.
Early Detection of Deforestation through Satellite Land Geospatial Images based on CNN Architecture Nor Kumalasari Caecar Pratiwi; Yunendah Nur Fu'adah; Edwar Edwar
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.642

Abstract

This study has developed a CNN model applied to classify the eight classes of land cover through satellite images. Early detection of deforestation has become one of the study’s objectives. Deforestation is the process of reducing natural forests for logging or converting forest land to non-forest land. The study considered two training models, a simple four hidden layer CNN compare with Alexnet architecture. The training variables such as input size, epoch, batch size, and learning rate were also investigated in this research. The Alexnet architecture produces validation accuracy over 100 epochs of 90.23% with a loss of 0.56. The best performance of the validation process with four hidden layers CNN got 95.2% accuracy and a loss of 0.17. This performance is achieved when the four hidden layer model is designed with an input size of 64 × 64, epoch 100, batch size 32, and learning rate of 0.001. It is expected that this land cover identification system can assist relevant authorities in the early detection of deforestation.
Design and Implementation of Smart Parking System Using Location-Based Service and Gamification Based On Internet Of Things Alam Nasyrah Muharram Nasution; Rendy Munadi; Sussi Sussi
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.654

Abstract

Information on the number of available parking slot capacity and trip routes to the destination parking area, and motivation in choosing a parking area location are parameters that can help two-wheeled vehicle users choose the right parking area location. The three parameters that determine the accuracy of selecting a parking area location are implemented in an Internet of Things (IoT) based smart parking system. This system can provide information about the maximum number of slot capacities and the number of available slot capacities at the parking area. Two-wheeled riders are given information about which route to take to the destination parking area by utilizing the Location-Based Service (LBS). These two features are then supported by applying the gamification method to motivate two-wheeled riders to choose the right parking area. The smart parking system is tested with considered Quality of Service (QoS) parameter and black box testing. The results of testing the smart parking system produce QoS performance on the Line of Sight (LOS) test, with an average delay is 71.66 ms, average jitter is 107.59 ms, and throughput is 23 kbps. Meanwhile, in the non-LOS test, the average delay is 132.88 ms, the average jitter is 200.84 ms, and the throughput is 12 kbps. Overall system performance obtained the percentage of reliability is 99.65 %, and availability is 99.65 %. In black-box testing, LBS and gamification methods can implement according to application requirements specifications.
An Evaluation of SVM in Hand Gesture Detection Using IMU-Based Smartwatches for Smart Lighting Control Maya Ameliasari; Aji Gautama Putrada; Rizka Reza Pahlevi
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.656

Abstract

Hand gesture detection with a smartwatch can be used as a smart lighting control on the internet of things (IoT) environment using machine learning techniques such as support vector machine (SVM). However, several parameters affect the SVM model's performance and need to be evaluated. This study evaluates the parameters in building an SVM model for hand gesture detection in intelligent lighting control. In this study, eight gestures were defined to turn on and off four different lights, and then the data were collected through a smartwatch with an Inertial Measurement Unit (IMU) sensor. Feature selection using Pearson Correlation is then carried out on 36 features extracted from each gesture data. Finally, two sets of gestures were compared to evaluate the effect of gesture selection on model performance. The first set of gestures show that the accuracy of 10 features compared to the accuracy of 36 features is 94% compared to 71%, respectively. Furthermore, the second set of gestures has an accuracy lower than the first set of gestures, which is 64%. Results show that the lower the number of features, the better the accuracy. Then, the set of gestures that are not too distinctive show lower accuracy than the highly distinctive gesture sets. The conclusion is, in implementing gesture detection with SVM, low data dimensions need to be maintained through feature selection methods, and a distinctive set of gesture selection is required for a model with good performance.
Classification of Javanese Script Hanacara Voice Using Mel Frequency Cepstral Coefficient MFCC and Selection of Dominant Weight Features Heriyanto Heriyanto; Tenia Wahyuningrum; Gita Fadila Fitriana
JURNAL INFOTEL Vol 13 No 2 (2021): May 2021
Publisher : LPPM INSTITUT TEKNOLOGI TELKOM PURWOKERTO

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20895/infotel.v13i2.657

Abstract

This study investigates the sound of Hanacaraka in Javanese to select the best frame feature in checking the reading sound. Selection of the right frame feature is needed in speech recognition because certain frames have accuracy at their dominant weight, so it is necessary to match frames with the best accuracy. Common and widely used feature extraction models include the Mel Frequency Cepstral Coefficient (MFCC). The MFCC method has an accuracy of 50% to 60%. This research uses MFCC and the selection of Dominant Weight features for the Javanese language script sound Hanacaraka which produces a frame and cepstral coefficient as feature extraction. The use of the cepstral coefficient ranges from 0 to 23 or as many as 24 cepstral coefficients. In comparison, the captured frame consists of 0 to 10 frames or consists of eleven frames. A sound sampling of 300 recorded voice sampling was tested on 300 voice recordings of both male and female voice recordings. The frequency used is 44,100 kHz 16-bit stereo. The accuracy results show that the MFCC method with the ninth frame selection has a higher accuracy rate of 86% than other frames.

Page 1 of 1 | Total Record : 8


Filter by Year

2021 2021


Filter By Issues
All Issue Vol 17 No 1 (2025): February 2025 Vol 17 No 4 (2025): November Vol 17 No 3 (2025): August Vol 17 No 2 (2025): May Vol 16 No 4 (2024): November 2024 Vol 16 No 3 (2024): August 2024 Vol 16 No 2 (2024): May 2024 Vol 16 No 1 (2024): February 2024 Vol 15 No 4 (2023): November 2023 Vol 15 No 3 (2023): August 2023 Vol 15 No 2 (2023): May 2023 Vol 15 No 1 (2023): February 2023 Vol 14 No 4 (2022): November 2022 Vol 14 No 3 (2022): August 2022 Vol 14 No 2 (2022): May 2022 Vol 14 No 1 (2022): February 2022 Vol 13 No 4 (2021): November 2021 Vol 13 No 3 (2021): August 2021 Vol 13 No 2 (2021): May 2021 Vol 13 No 1 (2021): February 2021 Vol 12 No 4 (2020): November 2020 Vol 12 No 3 (2020): August 2020 Vol 12 No 2 (2020): May 2020 Vol 12 No 1 (2020): February 2020 Vol 11 No 4 (2019): November 2019 Vol 11 No 3 (2019): August 2019 Vol 11 No 2 (2019): May 2019 Vol 11 No 1 (2019): February 2019 Vol 10 No 4 (2018): November 2018 Vol 10 No 3 (2018): August 2018 Vol 10 No 2 (2018): May 2018 Vol 10 No 1 (2018): February 2018 Vol 9 No 4 (2017): November 2017 Vol 9 No 3 (2017): August 2017 Vol 9 No 2 (2017): May 2017 Vol 9 No 1 (2017): February 2017 Vol 8 No 2 (2016): November 2016 Vol 8 No 1 (2016): May 2016 Vol 7 No 2 (2015): November 2015 Vol 7 No 1 (2015): May 2015 Vol 6 No 2 (2014): November 2014 Vol 6 No 1 (2014): May 2014 Vol 5 No 2 (2013): November 2013 Vol 5 No 1 (2013): May 2013 Vol 4 No 2 (2012): November 2012 Vol 4 No 1 (2012): May 2012 Vol 3 No 2 (2011): November 2011 Vol 3 No 1 (2011): May 2011 Vol 2 No 2 (2010): November 2010 Vol 2 No 1 (2010): May 2010 Vol 1 No 2 (2009): November 2009 Vol 1 No 1 (2009): May 2009 More Issue