2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)最新文献

筛选
英文 中文
Current THD Analysis of Model Predictive Control based Grid-Connected PV Inverter 基于模型预测控制的并网光伏逆变器THD现状分析
A. Podder, M. Habibullah, N. K. Roy
{"title":"Current THD Analysis of Model Predictive Control based Grid-Connected PV Inverter","authors":"A. Podder, M. Habibullah, N. K. Roy","doi":"10.1109/ECACE.2019.8679406","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679406","url":null,"abstract":"Designing a controller for a grid-connected inverter is a difficult task due to intermittent photovoltaic (PV) source which is connected to the input of the inverter. Inappropriate operation of the inverter produces high total harmonic distortion (THD) in the output current. This causes a significant amount of power loss and thus less power penetration to the grid. Hence, a predictive current control (PCC) based grid-connected inverter for penetrating more PV power to the ac grid is presented in this paper. The PCC selects an optimized switching signal based on a predefined cost function and thus provides a lower current THD. The existing controllers such as proportional-resonant and selective harmonic elimination are also simulated for the same parameters and compared to the proposed controller. To verify the effectiveness of the controller, the reference current of the controller is also varied in a wide range and tested for current THD. Simulation results show that the proposed PCC yields lower current THD than the existing controllers.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"144 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116138121","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}
引用次数: 6
An Expert Multi-Modal Person Authentication System Based on Feature Level Fusion of Iris and Retina Recognition 基于虹膜和视网膜识别特征级融合的专家多模态身份认证系统
Antu Saha, J. Saha, Barshon Sen
{"title":"An Expert Multi-Modal Person Authentication System Based on Feature Level Fusion of Iris and Retina Recognition","authors":"Antu Saha, J. Saha, Barshon Sen","doi":"10.1109/ECACE.2019.8679153","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679153","url":null,"abstract":"This research proposed a multi-modal person authentication system developed by feature level fusion of iris recognition and retina recognition. The reasons for choosing iris and retina as biometric characteristics are they provide the highest level of uniqueness, performance, universality, and circumvention. The ‘curse-of-dimensionality’ problem introduced in feature level fusion which was the main limitation of the prior works in this field, was minimized to a great extent by applying Principal Component Analysis (PCA) on the augmented feature template. To validate this approach, iris and retina images obtained from ‘IITD’ and ‘DRIVE’ datasets respectively are used. The recognition rate for the proposed multi-modal biometric system was 98.37% whereas it is 96.74% and 94.56% for iris recognition and retina recognition respectively.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116619085","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}
引用次数: 7
Measuring Vulnerabilities of Bangladeshi Websites 衡量孟加拉国网站的漏洞
Mohd. Moniruzzaman, F. Chowdhury, M. Ferdous
{"title":"Measuring Vulnerabilities of Bangladeshi Websites","authors":"Mohd. Moniruzzaman, F. Chowdhury, M. Ferdous","doi":"10.1109/ECACE.2019.8679426","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679426","url":null,"abstract":"No web application is without the risk of exploits and fully infallible. Even so, web services have been integrated into our daily lives in such a way that we have been accustomed to sharing huge personal information on the web. Within this setting, the aim of this study is to show a method to detect maximum vulnerabilities of web-applications at minimum cost and effort. Using the penetration testing and source code analysis mechanisms, representing the black box and white box testing respectively, we have evaluated the vulnerabilities of selected websites of Bangladesh against a set of most common and prevalent attack vectors. Then, we have presented the vulnerability status of the websites in different graphical formats. The result shows that 64% of the selected web applications in Bangladesh are running with the vulnerabilities and specifically, government websites are in a critical state.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125268300","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}
引用次数: 4
A Comparative Analysis of General, Sieve-of-Eratosthenes and Rabin-Miller Approach for Prime Number Generation 素数生成的一般、Sieve-of-Eratosthenes和Rabin-Miller方法的比较分析
Arnab Kanti Tarafder, Tamal Chakroborty
{"title":"A Comparative Analysis of General, Sieve-of-Eratosthenes and Rabin-Miller Approach for Prime Number Generation","authors":"Arnab Kanti Tarafder, Tamal Chakroborty","doi":"10.1109/ECACE.2019.8679358","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679358","url":null,"abstract":"Selecting efficient algorithm for generating prime numbers is necessary for various purposes such as encryption, cryptography, generating complex passwords, system verification and for other computational purposes. Various approaches from efficiency improvement over rudimentary algorithms to using complex algorithms for finding necessary prime number have commonly been used depending on overall use. Problems sometimes occur for choosing a particular approach for specific use. Certain algorithms perform better than others such as sieve of atkins or sieve of eratosthenes. Comparisons over different algorithms has been made to choose more efficient ones. Here, this problem over choosing a suitable algorithm for generating prime number has been addressed.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128008179","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}
引用次数: 1
A Framework for Analyzing Real-Time Tweets to Detect Terrorist Activities 一个分析实时推文以检测恐怖活动的框架
M. Abrar, M. Arefin, Md. Sabir Hossain
{"title":"A Framework for Analyzing Real-Time Tweets to Detect Terrorist Activities","authors":"M. Abrar, M. Arefin, Md. Sabir Hossain","doi":"10.1109/ECACE.2019.8679430","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679430","url":null,"abstract":"Terrorist organizations use different social media as a tool for spreading their views and influence general people to join their terrorist activities. Twitter is the most common and easy way to reach mass people within a small amount of time. In this paper, we have focused on the development of a system that can automatically detect terrorism-supporting tweets by real-time analyzation. In this system, we have developed a frontend for realtime viewing of the tweets that are detected using this system. We have also compared the performance of two different machine learning classifiers, Support Vector Machine (SVM) and Multinomial Logistic Regression and foundthe first one works better. As our system is highly dependent on data, for more accuracy we added a re-train module. By using this module wrongly classified tweets can be added to the training dataset and train the whole system again for better performance. This system will help to ban the terrorist accounts from twitter so that they can't promote their views or spread fear among general people.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"518 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133531023","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}
引用次数: 10
CPG-Based Industrial Manipulators on AVR System for PTP Applications 基于cpg的工业机械手在AVR系统中的应用
A. Alam, H. Islam, Mohammad Tausiful Islam, S. Rashid, Md Jonayed Hossen, Md Sultan Mahmud
{"title":"CPG-Based Industrial Manipulators on AVR System for PTP Applications","authors":"A. Alam, H. Islam, Mohammad Tausiful Islam, S. Rashid, Md Jonayed Hossen, Md Sultan Mahmud","doi":"10.1109/ECACE.2019.8679138","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679138","url":null,"abstract":"This paper intends to develop a cost-effective model of industrial manipulators on AVR system, which incorporates high-precision and real-time trajectory transition to perform repetitive Point-to-Point (PTP) tasks. We opt for Central Pattern Generator (CPG), a bio-inspired network that generates rhythmic trajectories without the aid of any sensory feedback. To implement this controller in AVR system, we have proposed an AVR compatible model of CPG; a custom cosine function is designed for numerical efficiency, and several techniques are outlined to ease implementation. A simulation is carried out on three degrees of freedom (DOF) manipulator as an exponent of effectiveness of the proposed methods. From simulation result, it appears that the robot generates smooth and precise trajectories in Cartesian space and has no problem dealing with either random perturbations or abrupt changes in control parameters.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133848534","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}
引用次数: 1
A New Nine Level Inverter with Low TSV and Fewer Numbers of Components for Renewable Energy Systems 用于可再生能源系统的低TSV、少组件的新型九电平逆变器
Md. Fazla Elahi, Md. Aminul Islam
{"title":"A New Nine Level Inverter with Low TSV and Fewer Numbers of Components for Renewable Energy Systems","authors":"Md. Fazla Elahi, Md. Aminul Islam","doi":"10.1109/ECACE.2019.8679224","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679224","url":null,"abstract":"A new nine-level inverter (NLI) topology is proposed in this paper which generates nine voltage levels in the output with fewer numbers of components. This NLI is equipped with ten semiconductor switches, four capacitors and one dc voltage source. The nine voltage levels are produced through different plausible combinations of the dc source and capacitors by using the power semiconductor switches. Here, in any mode, maximum two switches conduct at a time. This reduces the conduction losses and improves the efficiency of the system. Another important feature of this topology is the low total standing voltage (TSV) of the power semiconductor switches. To reduce the switching loss of the power switches, gate signals are generated following a proposed modulation strategy. To validate the NLI, a number of simulations are performed in Simulink. A comparison of the proposed inverter with the existing topologies shows that the number of required components and de sources are significantly lower. Therefore the proposed NLI structure can be used in renewable energy systems to make the power generation process more efficient.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114634887","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}
引用次数: 1
Handwritten Isolated Bangla Compound Character Recognition 手写体孤立孟加拉复合字识别
Asfi Fardous, Shyla Afroge
{"title":"Handwritten Isolated Bangla Compound Character Recognition","authors":"Asfi Fardous, Shyla Afroge","doi":"10.1109/ECACE.2019.8679258","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679258","url":null,"abstract":"Bangla compound characters are a part of Bangla alphabet. Without developing a better recognizer for BangIa isolated compound characters Bangla OCR is incomplete. Whereas most of the researches have been conducted for Bangla basic characters and numerals, little has been done for handwritten Bangla compound characters. From this motivation, a convolutional neural network (CNN) based model has been developed to recognize handwritten isolated Bangla compound characters. The performance of the proposed model has been analyzed by training it over CMATERdb 3.1.3.3 and comparing the result over test dataset with other existing methods for handwritten Bangla compound character recognition. The result of the network showed 95.5% accuracy on the test dataset which is better than some current approaches.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125231050","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}
引用次数: 16
Model Predictive Control Framework Design for Frequency Regulation of PREYs Participating in Interconnected Smart Grid 参与互联智能电网的猎物频率调节模型预测控制框架设计
Mizanur Rahman, S. Sarker, S. Das, M. F. Ali
{"title":"Model Predictive Control Framework Design for Frequency Regulation of PREYs Participating in Interconnected Smart Grid","authors":"Mizanur Rahman, S. Sarker, S. Das, M. F. Ali","doi":"10.1109/ECACE.2019.8679201","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679201","url":null,"abstract":"This paper presents the design of discrete time model predictive controller (MPC) for frequency regulation of multi-area interconnected smart grid. The design of the controller is done for multi area tie-in smart grid populated with PHEVs. The controller is designed based on discrete values function which can ensure high performance of frequency regulation of smart grid. The aim of designing the controller is to stabilize frequency fluctuation in a nominal range. The robustness is tested by considering different load and uncertainties. The performance is evaluated by using Matlab Simulink. The simulation results show that the proposed controller ensures high tracking performance for frequency stabilization of smart grid.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"71 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114584518","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}
引用次数: 1
A Machine Learning Approach for Heart Rate Estimation from PPG Signal using Random Forest Regression Algorithm 基于随机森林回归算法的PPG信号心率估计的机器学习方法
Shikder Shafiul Bashar, Md. Sazal Miah, A. Z. Karim, Md. Abdullah Al Mahmud, Zahid Hasan
{"title":"A Machine Learning Approach for Heart Rate Estimation from PPG Signal using Random Forest Regression Algorithm","authors":"Shikder Shafiul Bashar, Md. Sazal Miah, A. Z. Karim, Md. Abdullah Al Mahmud, Zahid Hasan","doi":"10.1109/ECACE.2019.8679356","DOIUrl":"https://doi.org/10.1109/ECACE.2019.8679356","url":null,"abstract":"In this paper, a new method is proposed to estimate the heart rate (HR) from wearable devices. A promising feature in today's world of HR monitoring is Photoplethysmography (PPG). However, during physical exercise HR estimation accuracy is seriously affected by noise and motion artifacts (MA). To reduce the effect of MA and estimate HR changes there are many conventional algorithms. Here, a new approach to estimate HR which is called multi-model machine learning approach (MMMLA) is shown. In this proposed algorithm, it firstly trains and tests the model for the different feature and different data set. Then it separates noisy and non-noisy data by K-means clustering. This lets the machine learn from noisy and non-noisy data. Then the Random Forest Regression algorithm is used to fit data and predict HR from test data. Here, feature engineering is also done, in other words, a different set of the feature is chosen and check their behavior with our proposed model and the error rate for every set of the feature was calculated. The mean absolute error and root mean square (RMS) error of HR was calculated. The lowest mean absolute error found in this research was 1.11 beats per minute (BPM). This result shows the capability of proposed machine learning-empowered system in HR estimation from PPG signal.","PeriodicalId":226060,"journal":{"name":"2019 International Conference on Electrical, Computer and Communication Engineering (ECCE)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123991552","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}
引用次数: 18
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信