Prototype of face recognition based attendance application that has been developed to overcome weaknesses in DTETI UGM student manual attendance system has several weaknesses. These weaknesses are a decrease in facial recognition accuracy when operating under conditions of varying environmental light intensity and in condition of face rotating towards z axis rotation centre. In addition, application prototype also does not yet have a database to store attendance results. In this paper, a new application prototype has been developed using Eigenface face detection and recognition algorithm and Haar-based Cascade Classifier. Meanwhile, to overcome prototype performance weaknesses of the previously developed application, a pre-processing method was proposed in another study was added. Processes in the method were geometry transformation, histogram levelling separately, image smoothing using bilateral filtering, and elliptical masking. The test results showed that in the category of various environmental light intensity conditions, face recognition accuracy from developed application prototypes was 16.71% better than previous application prototypes. Meanwhile, in category of face slope conditions at z axis rotation centre, face recognition accuracy from developed application prototype was 38.47% better. Attendance database system was also successfully implemented and running without error.
{"title":"Prototype of Student Attendance Application Based on Face Recognition Using Eigenface Algorithm","authors":"Tio Eko Prabowo, Rudy Hartanto, S. Wibirama","doi":"10.22146/IJITEE.46724","DOIUrl":"https://doi.org/10.22146/IJITEE.46724","url":null,"abstract":"Prototype of face recognition based attendance application that has been developed to overcome weaknesses in DTETI UGM student manual attendance system has several weaknesses. These weaknesses are a decrease in facial recognition accuracy when operating under conditions of varying environmental light intensity and in condition of face rotating towards z axis rotation centre. In addition, application prototype also does not yet have a database to store attendance results. In this paper, a new application prototype has been developed using Eigenface face detection and recognition algorithm and Haar-based Cascade Classifier. Meanwhile, to overcome prototype performance weaknesses of the previously developed application, a pre-processing method was proposed in another study was added. Processes in the method were geometry transformation, histogram levelling separately, image smoothing using bilateral filtering, and elliptical masking. The test results showed that in the category of various environmental light intensity conditions, face recognition accuracy from developed application prototypes was 16.71% better than previous application prototypes. Meanwhile, in category of face slope conditions at z axis rotation centre, face recognition accuracy from developed application prototype was 38.47% better. Attendance database system was also successfully implemented and running without error.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-09-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126920827","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
DC motors are widely applied in industrial sector, especiallyprocesses of automation and robotics. Given its role in the sector, DC motor operation needs to be optimized. One of optimization steps is controlling speed using several control methods, for example conventional PID methods, PID Ziegler Nichols, PID based on ITAE polynomials, and Hybrid PID-Fuzzy. From these methods, Hybrid PID-Fuzzy was chosen as a method to be proposed in this paper because it can anticipate shortcomings of PID controllers and fuzzy controllers so as to produce system responses that are fast and adaptive to errors. This paper aimed to design a Hybrid PID-Fuzzy system based on ITAE polynomials (Hybrid-ITAE), to analyze its performance parameters values, and tp compare Hybrid-ITAE performance with conventional PID method. Working parameters being reviewed include overshoot, rise time, settling time, and ITAE. First of all, JGA25-370 DC motor was modeled in a form of a third order transfer function equation. Based on the transfer function, PID parameters were calculated using PID Output Feedback and ITAE polynomial methods. The best ITAE polynomial PID controllers were then be combined with a Fuzzy Logic Controller to form a Hybrid-ITAE system. Simulation and experimental stages were carried out in two conditions, namely no load and loaded. Simulation and experimental results showed that Hybrid-ITAE (l = 0.85) was the best controller for no-load simulation conditions. For loaded simulation Hybrid-ITAE (l=1) was a better controller. In no-loads experiment, the best controller was Hybrid PID-Ziegler Nichols, while for loaded condition the best controller was Hybrid PID-Ziegler Nichols.
{"title":"DC Motor Speed Control Using Hybrid PID-Fuzzy with ITAE Polynomial Initiation","authors":"H. Wibawa, O. Wahyunggoro, A. Cahyadi","doi":"10.22146/IJITEE.46590","DOIUrl":"https://doi.org/10.22146/IJITEE.46590","url":null,"abstract":"DC motors are widely applied in industrial sector, especiallyprocesses of automation and robotics. Given its role in the sector, DC motor operation needs to be optimized. One of optimization steps is controlling speed using several control methods, for example conventional PID methods, PID Ziegler Nichols, PID based on ITAE polynomials, and Hybrid PID-Fuzzy. From these methods, Hybrid PID-Fuzzy was chosen as a method to be proposed in this paper because it can anticipate shortcomings of PID controllers and fuzzy controllers so as to produce system responses that are fast and adaptive to errors. This paper aimed to design a Hybrid PID-Fuzzy system based on ITAE polynomials (Hybrid-ITAE), to analyze its performance parameters values, and tp compare Hybrid-ITAE performance with conventional PID method. Working parameters being reviewed include overshoot, rise time, settling time, and ITAE. First of all, JGA25-370 DC motor was modeled in a form of a third order transfer function equation. Based on the transfer function, PID parameters were calculated using PID Output Feedback and ITAE polynomial methods. The best ITAE polynomial PID controllers were then be combined with a Fuzzy Logic Controller to form a Hybrid-ITAE system. Simulation and experimental stages were carried out in two conditions, namely no load and loaded. Simulation and experimental results showed that Hybrid-ITAE (l = 0.85) was the best controller for no-load simulation conditions. For loaded simulation Hybrid-ITAE (l=1) was a better controller. In no-loads experiment, the best controller was Hybrid PID-Ziegler Nichols, while for loaded condition the best controller was Hybrid PID-Ziegler Nichols.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-09-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128650703","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
The rapid development of internet technology has increased the need of data storage and processing technology application. One application is to manage academic data records at educational institutions. Along with massive growth of information, decrement in the traditional database performance is inevitable. Hence, there are many companies choose to migrate to NoSQL, a technology that is able to overcome the traditional database shortcomings. However, the existing SQL to NoSQL migration tools have not been able to represent SQL data relations in NoSQL without limiting query performance. In this paper, a relational database transformation system transforming MySQL into non-relational database MongoDB was developed, using the Multiple Nested Schema method for academic databases. The development began with a transformation scheme design. The transformation scheme was then implemented in the migration process, using PDI/Kettle. The testing was carried out on three aspects, namely query response time, data integrity, and storage requirements. The test results showed that the developed system successfully represented the relationship of SQL data in NoSQL, provided complex query performance 13.32 times faster in the migration database, basic query performance involving SQL transaction tables 28.6 times faster on migration results, and basic performance Queries without involving SQL transaction tables were 3.91 times faster in the migration source. This shows that the theory of the Multiple Nested Schema method, aiming to overcome the poor performance of queries involving many JOIN operations, is proved. In addition, the system is also proven to be able to maintain data integrity in all tested queries. The space performance test results indicated that the migrated database transformed using the Multiple Nested Schema method showed a storage requirement of 10.53 times larger than the migration source database. This is due to the large amount of data redundancy resulting from the transformation process. However, at present, storage performance is not a top priority in data processing technology, so large storage requirements are a consequence of obtaining efficient query performance, which is still considered as the first priority in data processing technology.
{"title":"Relational into Non-Relational Database Migration with Multiple-Nested Schema Methods on Academic Data","authors":"T. B. Adji, D. C. R. Sari, N. A. Setiawan","doi":"10.22146/IJITEE.46503","DOIUrl":"https://doi.org/10.22146/IJITEE.46503","url":null,"abstract":"The rapid development of internet technology has increased the need of data storage and processing technology application. One application is to manage academic data records at educational institutions. Along with massive growth of information, decrement in the traditional database performance is inevitable. Hence, there are many companies choose to migrate to NoSQL, a technology that is able to overcome the traditional database shortcomings. However, the existing SQL to NoSQL migration tools have not been able to represent SQL data relations in NoSQL without limiting query performance. In this paper, a relational database transformation system transforming MySQL into non-relational database MongoDB was developed, using the Multiple Nested Schema method for academic databases. The development began with a transformation scheme design. The transformation scheme was then implemented in the migration process, using PDI/Kettle. The testing was carried out on three aspects, namely query response time, data integrity, and storage requirements. The test results showed that the developed system successfully represented the relationship of SQL data in NoSQL, provided complex query performance 13.32 times faster in the migration database, basic query performance involving SQL transaction tables 28.6 times faster on migration results, and basic performance Queries without involving SQL transaction tables were 3.91 times faster in the migration source. This shows that the theory of the Multiple Nested Schema method, aiming to overcome the poor performance of queries involving many JOIN operations, is proved. In addition, the system is also proven to be able to maintain data integrity in all tested queries. The space performance test results indicated that the migrated database transformed using the Multiple Nested Schema method showed a storage requirement of 10.53 times larger than the migration source database. This is due to the large amount of data redundancy resulting from the transformation process. However, at present, storage performance is not a top priority in data processing technology, so large storage requirements are a consequence of obtaining efficient query performance, which is still considered as the first priority in data processing technology.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-09-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123483442","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Outbreaks or extraordinary events often become an issue that occurs in Indonesia. Therefore, an outbreak investigation information system is required to collect, manage and analyze data quickly and accurately. On the other hand, challenges in data accessing processes in certain locations are still constrained by a slow internet connection. This paper conducted speed increase of a page load or site speed time from disease outbreaks investigation information system website.Page load time speed testing was carried out using Google Chrome Developer Tools and using simulation speeds of 2.5 Mbps. Testing time was carried out by dividing the time into three sections, morning hours, working hours and night hours. Implementation of page load time increase includes reducing HTTP requests, utilizing GZIP compression, performing code minification, setting browser chache, using CDN, and using other enhancement techniques.The results showed that after implementing an increase in page load time by turning off cache and using cache, there was an increase in site speed. When the browser cache was turned off, an average page load time increased of 54.79% from the previous time. Whereas when using the browser cache, page load time speed increased by 55.28% from the previous time.
{"title":"Page Load Time Speed Increase on Disease Outbreak Investigation Information System Website","authors":"Rahmat Oktrifianto, D. Adhipta, W. Najib","doi":"10.22146/IJITEE.46599","DOIUrl":"https://doi.org/10.22146/IJITEE.46599","url":null,"abstract":"Outbreaks or extraordinary events often become an issue that occurs in Indonesia. Therefore, an outbreak investigation information system is required to collect, manage and analyze data quickly and accurately. On the other hand, challenges in data accessing processes in certain locations are still constrained by a slow internet connection. This paper conducted speed increase of a page load or site speed time from disease outbreaks investigation information system website.Page load time speed testing was carried out using Google Chrome Developer Tools and using simulation speeds of 2.5 Mbps. Testing time was carried out by dividing the time into three sections, morning hours, working hours and night hours. Implementation of page load time increase includes reducing HTTP requests, utilizing GZIP compression, performing code minification, setting browser chache, using CDN, and using other enhancement techniques.The results showed that after implementing an increase in page load time by turning off cache and using cache, there was an increase in site speed. When the browser cache was turned off, an average page load time increased of 54.79% from the previous time. Whereas when using the browser cache, page load time speed increased by 55.28% from the previous time.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-09-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124948740","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Abstract—In this study the research design development has been carried out by changing the radiating element field width. Radiating element field extension was administered by simulating it and trying to measure the value one by one in antenna simulator software. The radiating element widening was administered so that the resulting bandwidth could be greater. After changing the width of the field, an element radiating field length adjustment was administered to adjust the operating frequency used in Indonesia. After the design worked at the desired frequency and produced a desired bandwidth, antenna fabrication was administered and its results was tested using Mini VNA Tiny to find out the antenna value if mass produced.
{"title":"Bandwidth Upgrade in Printed Dipole Antennas Design for LTE Base Station","authors":"Rahardian Luthfi Prasetyo, Iswandi Iswandi, Eny Sukani Rahayu","doi":"10.22146/IJITEE.43842","DOIUrl":"https://doi.org/10.22146/IJITEE.43842","url":null,"abstract":"Abstract—In this study the research design development has been carried out by changing the radiating element field width. Radiating element field extension was administered by simulating it and trying to measure the value one by one in antenna simulator software. The radiating element widening was administered so that the resulting bandwidth could be greater. After changing the width of the field, an element radiating field length adjustment was administered to adjust the operating frequency used in Indonesia. After the design worked at the desired frequency and produced a desired bandwidth, antenna fabrication was administered and its results was tested using Mini VNA Tiny to find out the antenna value if mass produced.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"480 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122785664","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
This paper presents a new current-mode universal filter with one-input three-output employing three translinear current conveyors and two grounded capacitors. The proposed filter provides low-pass, band-pass, high-pass current response with high output impedance output which can be directly connected for current-mode circuit. The band-pass and all-pass filters can also be obtained. The parameters wo and Q can be controlled separately and electronically by the bias currents of current conveyors. For realizing all filtering functions, no passive and active matching conditions are required. The active and passive sensitivities are low. The characteristic of the proposed circuit can be confirmed by SPICE simulations.
{"title":"One-Input Three-Output Current-Mode Universal Filter Using Translinear Current Conveyors","authors":"M. Kumngern","doi":"10.22146/IJITEE.40843","DOIUrl":"https://doi.org/10.22146/IJITEE.40843","url":null,"abstract":"This paper presents a new current-mode universal filter with one-input three-output employing three translinear current conveyors and two grounded capacitors. The proposed filter provides low-pass, band-pass, high-pass current response with high output impedance output which can be directly connected for current-mode circuit. The band-pass and all-pass filters can also be obtained. The parameters wo and Q can be controlled separately and electronically by the bias currents of current conveyors. For realizing all filtering functions, no passive and active matching conditions are required. The active and passive sensitivities are low. The characteristic of the proposed circuit can be confirmed by SPICE simulations.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121715850","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Marganda Harliman Siagian, T. Haryono, Bambang Sugiyantoro
Abstract— This research was based on high voltage equipment failure due to an increase in temperature and humidity on insulating materials. This can cause the power system reliability to decrease. On the other hand, paper is frequently found and used in everyday life. Paper can be categorized as a solid insulator even tough its use in the electric power system can be considered as minimum. This paper aimed to determine electrical insulation characteristics of three types of paper on market and to determine the amount of failed voltage and leakage current of test materials included with other factors such as temperature rise effect as well as humidity conditions in sample testing. The employed test samples were photo paper, duplex paper, and samson craft paper with a length of 7 cm and width of 7 cm with different thickness for each paper type. Tests were carried out with two paper conditions, i.e. paper was soaked in Shell Diala B oil and was not soaked in Shell Diala B oil, so that the significance of the oil on the paper used as an ingredient in testing could be known. The test results showed that temperature and humidity affected dielectric strength magnitude and test sample leakage current value. In addition, it was also found that test sample result impregnated with Shell Diala B had a higher dielectric magnitude compared to the unimpregnated test sample. Test samples impregnated with Shell Diala B oil had a leakage current value which tended to be smaller than the unimpregnated test sample.
{"title":"Testing of Several Paper Types as Insulators for Electric Power Systems","authors":"Marganda Harliman Siagian, T. Haryono, Bambang Sugiyantoro","doi":"10.22146/IJITEE.43818","DOIUrl":"https://doi.org/10.22146/IJITEE.43818","url":null,"abstract":"Abstract— This research was based on high voltage equipment failure due to an increase in temperature and humidity on insulating materials. This can cause the power system reliability to decrease. On the other hand, paper is frequently found and used in everyday life. Paper can be categorized as a solid insulator even tough its use in the electric power system can be considered as minimum. This paper aimed to determine electrical insulation characteristics of three types of paper on market and to determine the amount of failed voltage and leakage current of test materials included with other factors such as temperature rise effect as well as humidity conditions in sample testing. The employed test samples were photo paper, duplex paper, and samson craft paper with a length of 7 cm and width of 7 cm with different thickness for each paper type. Tests were carried out with two paper conditions, i.e. paper was soaked in Shell Diala B oil and was not soaked in Shell Diala B oil, so that the significance of the oil on the paper used as an ingredient in testing could be known. The test results showed that temperature and humidity affected dielectric strength magnitude and test sample leakage current value. In addition, it was also found that test sample result impregnated with Shell Diala B had a higher dielectric magnitude compared to the unimpregnated test sample. Test samples impregnated with Shell Diala B oil had a leakage current value which tended to be smaller than the unimpregnated test sample.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"103 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-03-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121946804","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Abstract— Radar or radio detection and ranging has a basic function to detect and measure a target range. One of the latest developments is Software Defined Radio (SDR)-based radar. An example of SDR implementation is by using Universal Software Radio Peripheral (USRP) as hardware and GNU Radio Companion (GRC) as software. The simplest radar type is pulse radar in which system timing is crucial. Meanwhile, in pulse radar system implementation using USRP and GRC, there is an issue with the random processing time delay between communication protocol of USRP and computer running the GRC, which causes incorrect measurement. This research aims to analyze the random time delay in the pulse radar system implementation by using USRP and GRC to anticipate the effect of random time delay. Pulse radar systems implementation is administered by transmitting 128 bits of Barker code and performing correlation between transmitted and received radar signal. Research result shows that the random time delay can be anticipated by making the direct reception from radar transmitter to receiver as the reference in range calculation.
{"title":"Random Time Delay Mitigation in Pulse Radar Systems Implementation using Universal Software Radio Peripheral (USRP) and GNU Radio Companion (GRC)","authors":"A. Utami, Iswandi Iswandi, I. Mustika","doi":"10.22146/IJITEE.42873","DOIUrl":"https://doi.org/10.22146/IJITEE.42873","url":null,"abstract":"Abstract— Radar or radio detection and ranging has a basic function to detect and measure a target range. One of the latest developments is Software Defined Radio (SDR)-based radar. An example of SDR implementation is by using Universal Software Radio Peripheral (USRP) as hardware and GNU Radio Companion (GRC) as software. The simplest radar type is pulse radar in which system timing is crucial. Meanwhile, in pulse radar system implementation using USRP and GRC, there is an issue with the random processing time delay between communication protocol of USRP and computer running the GRC, which causes incorrect measurement. This research aims to analyze the random time delay in the pulse radar system implementation by using USRP and GRC to anticipate the effect of random time delay. Pulse radar systems implementation is administered by transmitting 128 bits of Barker code and performing correlation between transmitted and received radar signal. Research result shows that the random time delay can be anticipated by making the direct reception from radar transmitter to receiver as the reference in range calculation.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130564543","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Fandy Surya Pratama, Istianah Muslim, Muhammad Ihsan Zul
Head Anthropometry is a part of anthropometry that needed to be measured carefully. It is because human head becomes an important part that necessary to be protected. The protection aims to look after the safety of the human head. Safety factors can be achieved by designing head products. Therefore, head anthropometry data is required to make a product design Currently, data retrieval of head anthropometry is still using several measuring devices such as anthropometers, sliding callipers, spreading callipers, and tape gauges. This measurement method makes the standard deviation become higher and also take a lot of time to capture huge amounts of anthropometry data. However, the problem has been resolved by other study research with building a head dimension measurement system using digital camera. But the system still need the integration with digital camera. This study uses the IP Camera that has been integrated with the system to capture human head from the front and side. The captured image is segmented into several areas based on head dimension. Then, the image is processed using pixel measurement method by performing feature extraction on each head dimension to get the result of head dimension measurement. The result shows that calliper measurement and system measurement against ten of fourteen human head anthropometry dimensions is identical with the best distance between IP Camera and the head as far as 200 cm. This head anthropometry data is expected to make a contribution to Indonesian Ergonomics Society.
{"title":"Digitalization of Human Head Anthropometry Measurement Using Pixels Measurement Method","authors":"Fandy Surya Pratama, Istianah Muslim, Muhammad Ihsan Zul","doi":"10.22146/ijitee.43698","DOIUrl":"https://doi.org/10.22146/ijitee.43698","url":null,"abstract":"Head Anthropometry is a part of anthropometry that needed to be measured carefully. It is because human head becomes an important part that necessary to be protected. The protection aims to look after the safety of the human head. Safety factors can be achieved by designing head products. Therefore, head anthropometry data is required to make a product design Currently, data retrieval of head anthropometry is still using several measuring devices such as anthropometers, sliding callipers, spreading callipers, and tape gauges. This measurement method makes the standard deviation become higher and also take a lot of time to capture huge amounts of anthropometry data. However, the problem has been resolved by other study research with building a head dimension measurement system using digital camera. But the system still need the integration with digital camera. This study uses the IP Camera that has been integrated with the system to capture human head from the front and side. The captured image is segmented into several areas based on head dimension. Then, the image is processed using pixel measurement method by performing feature extraction on each head dimension to get the result of head dimension measurement. The result shows that calliper measurement and system measurement against ten of fourteen human head anthropometry dimensions is identical with the best distance between IP Camera and the head as far as 200 cm. This head anthropometry data is expected to make a contribution to Indonesian Ergonomics Society.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128257817","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Rini Nur, Zawiyah Saharuna, I. Irmawati, Irawan Irawan, Reski Wahyuni
Gateway redundancy can ensure the network availability and reliability in providing a service. One way is to make a backup system on the gateway. This backup system can be applied to the router so that if a failure occurs on the master router its task and function can be transferred to the slave router. The transition process from master router to slave router is known as failover. Common Address Redundancy Protocol (CARP) is one of the redundancy gateway protocols and provides a failover mechanism on the router. Therefore, this study will analyse the CARP protocol implementation in ensuring the network services availability by measuring parameters of throughput, delay, retransmission, and downtime. The results showed that CARP implementation on the network produced the throughput, delay, and retransmission values of 61.7 Mbps, 0.14 ms, and 1.11% when without the link termination and 18 Mbps, 0.53 ms, and 1.58% when with link termination, while the downtime value is 2.91 seconds. The QoS test results show good quality based on ITU-T.
{"title":"Gateway Redundancy Using Common Address Redundancy Protocol (CARP)","authors":"Rini Nur, Zawiyah Saharuna, I. Irmawati, Irawan Irawan, Reski Wahyuni","doi":"10.22146/ijitee.43701","DOIUrl":"https://doi.org/10.22146/ijitee.43701","url":null,"abstract":"Gateway redundancy can ensure the network availability and reliability in providing a service. One way is to make a backup system on the gateway. This backup system can be applied to the router so that if a failure occurs on the master router its task and function can be transferred to the slave router. The transition process from master router to slave router is known as failover. Common Address Redundancy Protocol (CARP) is one of the redundancy gateway protocols and provides a failover mechanism on the router. Therefore, this study will analyse the CARP protocol implementation in ensuring the network services availability by measuring parameters of throughput, delay, retransmission, and downtime. The results showed that CARP implementation on the network produced the throughput, delay, and retransmission values of 61.7 Mbps, 0.14 ms, and 1.11% when without the link termination and 18 Mbps, 0.53 ms, and 1.58% when with link termination, while the downtime value is 2.91 seconds. The QoS test results show good quality based on ITU-T.","PeriodicalId":292390,"journal":{"name":"IJITEE (International Journal of Information Technology and Electrical Engineering)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131000921","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}