首页 > 最新文献

2017 International Conference on Computing, Communication and Automation (ICCCA)最新文献

英文 中文
An approach to develop a hybrid algorithm based on support vector machine and Naive Bayes for anomaly detection 一种基于支持向量机和朴素贝叶斯的混合异常检测算法
Pub Date : 2017-05-05 DOI: 10.1109/CCAA.2017.8229836
S. Shakya, Sandeep Sigdel
Anomaly detection involves way towards finding the example in the information that violates ordinary conduct. The choice of anomaly detection algorithm can to a great extent affect the undertaking of anomaly identification. The decision of abnormality revelation calculation can influence complexity and correctness of the process. The choice of anomaly recognition calculations may increase the occurrence of false alert rate, high resource usage, and may even lead to security vulnerabilities. In addition, one anomaly detection procedure can beat the other in same dataset. In this way, many anomaly detection systems can be used to merge the prediction from multiple system in order to improve the generalizability over a single estimator. In this research work, we show a weighted hybrid model utilizing Support Vector Machine and Naive Bayes for anomaly discovery, k-fold cross validation to figure the error related with corresponding model and accuracy based weight values to be used with the candidate model. The hybrid algorithm has been executed to join the result of expectation of SVM and Naive Bayes classifiers utilizing weight elements. The weights elements have been computed utilizing root mean square error of forecast as error metric. The classifier with high accuracy has been given higher weight and classifier with the lower precision has been given lower weight. The objective is to improve the performance of hybrid model than that of Support Vector Machine (SVM) and Naive Bayes.
异常检测涉及到在信息中发现违反常规行为的例子的方法。异常检测算法的选择在很大程度上影响异常识别的进行。异常启示计算的选择直接影响到计算过程的复杂性和正确性。异常识别计算方法的选择可能会增加误报率的发生,导致资源的高占用,甚至可能导致安全漏洞。此外,在同一数据集中,一种异常检测方法可以胜过另一种异常检测方法。通过这种方法,可以使用多个异常检测系统来合并来自多个系统的预测,以提高对单个估计器的泛化性。在这项研究工作中,我们展示了一个加权混合模型,利用支持向量机和朴素贝叶斯进行异常发现,k-fold交叉验证来确定与相应模型相关的误差,以及基于精度的权重值用于候选模型。利用权重元素将SVM的期望结果与朴素贝叶斯分类器的期望结果进行混合。利用预报的均方根误差作为误差度量,计算了权重元素。对精度高的分类器赋予较高的权重,对精度低的分类器赋予较低的权重。目的是为了提高混合模型的性能,而不是支持向量机和朴素贝叶斯。
{"title":"An approach to develop a hybrid algorithm based on support vector machine and Naive Bayes for anomaly detection","authors":"S. Shakya, Sandeep Sigdel","doi":"10.1109/CCAA.2017.8229836","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229836","url":null,"abstract":"Anomaly detection involves way towards finding the example in the information that violates ordinary conduct. The choice of anomaly detection algorithm can to a great extent affect the undertaking of anomaly identification. The decision of abnormality revelation calculation can influence complexity and correctness of the process. The choice of anomaly recognition calculations may increase the occurrence of false alert rate, high resource usage, and may even lead to security vulnerabilities. In addition, one anomaly detection procedure can beat the other in same dataset. In this way, many anomaly detection systems can be used to merge the prediction from multiple system in order to improve the generalizability over a single estimator. In this research work, we show a weighted hybrid model utilizing Support Vector Machine and Naive Bayes for anomaly discovery, k-fold cross validation to figure the error related with corresponding model and accuracy based weight values to be used with the candidate model. The hybrid algorithm has been executed to join the result of expectation of SVM and Naive Bayes classifiers utilizing weight elements. The weights elements have been computed utilizing root mean square error of forecast as error metric. The classifier with high accuracy has been given higher weight and classifier with the lower precision has been given lower weight. The objective is to improve the performance of hybrid model than that of Support Vector Machine (SVM) and Naive Bayes.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89861706","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}
引用次数: 24
A detailed analysis of data consistency concepts in data exchange formats (JSON & XML) 详细分析数据交换格式(JSON和XML)中的数据一致性概念
Pub Date : 2017-05-05 DOI: 10.1109/CCAA.2017.8229774
Gaurav Goyal, Karanjit Singh, K. Ramkumar
JavaScript Object Notation (JSON) is a syntax for exchanging and storing data, the text data is converted in Object form and processed. The consistency and data integrity are the big challenges of payload delivery. In general, a message digest which is a cryptographic one way hash function containing a set of digits is used to protect the integrity of a data. The message digest is attached with the main data content and verified by the receiver, in turn it warns the receiver about the malfunctioning of payload. There are many standard algorithms exist to create the digest. This paper gives detailed review of the different algorithms suitable for XML and JSON documents and compares the performance of different algorithms.
JavaScript Object Notation (JSON)是一种用于交换和存储数据的语法,将文本数据转换为Object形式并进行处理。数据的一致性和完整性是有效载荷交付面临的最大挑战。通常,消息摘要是包含一组数字的加密单向散列函数,用于保护数据的完整性。消息摘要与主要数据内容附加在一起,并由接收方进行验证,从而警告接收方有效负载发生故障。有许多标准算法可以创建摘要。本文详细介绍了适用于XML和JSON文档的不同算法,并比较了不同算法的性能。
{"title":"A detailed analysis of data consistency concepts in data exchange formats (JSON & XML)","authors":"Gaurav Goyal, Karanjit Singh, K. Ramkumar","doi":"10.1109/CCAA.2017.8229774","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229774","url":null,"abstract":"JavaScript Object Notation (JSON) is a syntax for exchanging and storing data, the text data is converted in Object form and processed. The consistency and data integrity are the big challenges of payload delivery. In general, a message digest which is a cryptographic one way hash function containing a set of digits is used to protect the integrity of a data. The message digest is attached with the main data content and verified by the receiver, in turn it warns the receiver about the malfunctioning of payload. There are many standard algorithms exist to create the digest. This paper gives detailed review of the different algorithms suitable for XML and JSON documents and compares the performance of different algorithms.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78706276","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}
引用次数: 12
CBIR by cascading features & SVM 基于级联特征和支持向量机的CBIR
Pub Date : 2017-05-05 DOI: 10.1109/CCAA.2017.8229778
Savita, Sandeep Jain, K. K. Paliwal
This paper investigates different methods of representing shape and texture in content-based image retrieval. We have combined five features set in our work and these are trained and classified with SVM (support vector machine) classifier which makes use of machine learning technology. We combined histogram features, texture features (GLCM features), wavelet features, Gabor features, and statistical features, which makes use of global and local features. A database of 1000 images (Wang database) of 10 different classes is used to extract all features vector for each image and stored in our database so that SVM can use it to classify the query image. By using these features set, we are able to reach up to 97.53% classification accuracy.
本文研究了基于内容的图像检索中形状和纹理的不同表示方法。我们在工作中结合了五个特征集,并使用机器学习技术的SVM(支持向量机)分类器对这些特征集进行训练和分类。我们将直方图特征、纹理特征(GLCM特征)、小波特征、Gabor特征和统计特征结合起来,充分利用了全局特征和局部特征。使用10个不同类别的1000张图像数据库(Wang数据库)提取每张图像的所有特征向量并存储在我们的数据库中,以便SVM使用它对查询图像进行分类。通过使用这些特征集,我们可以达到97.53%的分类准确率。
{"title":"CBIR by cascading features & SVM","authors":"Savita, Sandeep Jain, K. K. Paliwal","doi":"10.1109/CCAA.2017.8229778","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229778","url":null,"abstract":"This paper investigates different methods of representing shape and texture in content-based image retrieval. We have combined five features set in our work and these are trained and classified with SVM (support vector machine) classifier which makes use of machine learning technology. We combined histogram features, texture features (GLCM features), wavelet features, Gabor features, and statistical features, which makes use of global and local features. A database of 1000 images (Wang database) of 10 different classes is used to extract all features vector for each image and stored in our database so that SVM can use it to classify the query image. By using these features set, we are able to reach up to 97.53% classification accuracy.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78926083","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}
引用次数: 3
Pedestrian detection and tracking using particle filtering 使用粒子滤波的行人检测与跟踪
Pub Date : 2017-05-05 DOI: 10.1109/CCAA.2017.8229782
Prateek K. Gaddigoudar, T. R. Balihalli, Suprith S. Ijantkar, N. Iyer, Shruti Maralappanavar
Pedestrian detection is one of the significant task in any intelligent systems involving video surveillance, since it provides essential information regarding the semantic behavior of pedestrians from video footages. Pedestrian detection along with tracking serves as an obvious extension to automotive applications in design and improvement of safety systems. However, various challenges arise while designing a system for detection and tracking of pedestrians such as different styles of clothing, non-linear random motion of pedestrians, occlusions between pedestrians and surroundings. Particle filtering algorithm is best suited to overcome these types of difficulties. Existing approaches such as Kalman filtering technique are also being implemented in this paper in order to compare the results and further prove that the Particle filtering dominates over the existing approaches.
行人检测是任何涉及视频监控的智能系统中的重要任务之一,因为它从视频片段中提供有关行人语义行为的基本信息。行人检测和跟踪是汽车安全系统设计和改进的一个明显延伸。然而,在设计行人检测和跟踪系统时,会遇到各种挑战,例如不同风格的服装,行人的非线性随机运动,行人与周围环境之间的遮挡。粒子滤波算法是克服这类困难的最佳方法。为了比较结果,进一步证明粒子滤波优于现有方法,本文还采用了卡尔曼滤波技术等现有方法。
{"title":"Pedestrian detection and tracking using particle filtering","authors":"Prateek K. Gaddigoudar, T. R. Balihalli, Suprith S. Ijantkar, N. Iyer, Shruti Maralappanavar","doi":"10.1109/CCAA.2017.8229782","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229782","url":null,"abstract":"Pedestrian detection is one of the significant task in any intelligent systems involving video surveillance, since it provides essential information regarding the semantic behavior of pedestrians from video footages. Pedestrian detection along with tracking serves as an obvious extension to automotive applications in design and improvement of safety systems. However, various challenges arise while designing a system for detection and tracking of pedestrians such as different styles of clothing, non-linear random motion of pedestrians, occlusions between pedestrians and surroundings. Particle filtering algorithm is best suited to overcome these types of difficulties. Existing approaches such as Kalman filtering technique are also being implemented in this paper in order to compare the results and further prove that the Particle filtering dominates over the existing approaches.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83629233","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}
引用次数: 9
Improved load frequency response in two area power system with battery energy storage 电池储能双区电力系统负荷频率响应的改进
Pub Date : 2017-05-01 DOI: 10.1109/CCAA.2017.8229949
S. Z. N. Dar, M. Mufti
The present article describes the implementation of Battery energy storage system (BESS) for improved and better performance characteristics of load frequency control problem with a compact sized battery energy storage system (BESS) with respect to load frequency control (LFC) applications. It is observed there is significant reduction in the frequency deviations. Also tie-power variations get diminished by significant margin as seen by the extensive simulation carried out in Matlab Simulink Environment.
本文描述了一个紧凑型电池储能系统(BESS)在负载频率控制(LFC)应用方面的改进和更好的负载频率控制问题的电池储能系统(BESS)的实现。可以观察到,频率偏差显著减少。在Matlab Simulink环境中进行了广泛的仿真,结果表明,功率变化显著减少。
{"title":"Improved load frequency response in two area power system with battery energy storage","authors":"S. Z. N. Dar, M. Mufti","doi":"10.1109/CCAA.2017.8229949","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229949","url":null,"abstract":"The present article describes the implementation of Battery energy storage system (BESS) for improved and better performance characteristics of load frequency control problem with a compact sized battery energy storage system (BESS) with respect to load frequency control (LFC) applications. It is observed there is significant reduction in the frequency deviations. Also tie-power variations get diminished by significant margin as seen by the extensive simulation carried out in Matlab Simulink Environment.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75223498","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}
引用次数: 2
A video database for intelligent video authentication 面向智能视频认证的视频数据库
Pub Date : 2017-05-01 DOI: 10.1109/CCAA.2017.8229956
J. Kaur, Saurabh Upadhyay, Avinash Sharma
In this paper we describe a unique video database which consists of the real life moments of people and objects, captured under various illumination conditions and camera positions. We have classified all the videos of our database into six categories, out of which four categories are based on the movements of camera and objects (captured by the camera). The remaining categories of the database are daylight videos and night vision videos. The videos captured under the natural light source (such as sunlight) are covered in daylight videos category. The night vision videos category has the same setup and environment as in the daylight videos category but the videos are captured in low light condition and the camera is recording in night vision mode. Each category of this video database offers a good situation for the challenge of video authentication and to fathom the credibility of video authentication algorithms too. We have applied our own intelligent video authentication algorithm on each category of the video database and obtain the results with the overall accuracy of 94.85%, subjected to various tampering attacks.
在本文中,我们描述了一个独特的视频数据库,它由在不同照明条件和摄像机位置下拍摄的人和物体的真实生活时刻组成。我们将数据库中的所有视频分为六类,其中四类是基于摄像机和物体的运动(摄像机捕捉到的)。数据库的其余类别是日光视频和夜视视频。在自然光源(如日光)下拍摄的视频属于日光视频类别。夜视视频类别与日光视频类别具有相同的设置和环境,但视频是在弱光条件下拍摄的,并且相机是以夜视模式录制的。该视频数据库的每一类都为视频认证的挑战提供了良好的环境,也为深入了解视频认证算法的可信度提供了良好的环境。我们对视频库的各个类别应用了自己的智能视频认证算法,得到的结果在各种篡改攻击下,总体准确率为94.85%。
{"title":"A video database for intelligent video authentication","authors":"J. Kaur, Saurabh Upadhyay, Avinash Sharma","doi":"10.1109/CCAA.2017.8229956","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229956","url":null,"abstract":"In this paper we describe a unique video database which consists of the real life moments of people and objects, captured under various illumination conditions and camera positions. We have classified all the videos of our database into six categories, out of which four categories are based on the movements of camera and objects (captured by the camera). The remaining categories of the database are daylight videos and night vision videos. The videos captured under the natural light source (such as sunlight) are covered in daylight videos category. The night vision videos category has the same setup and environment as in the daylight videos category but the videos are captured in low light condition and the camera is recording in night vision mode. Each category of this video database offers a good situation for the challenge of video authentication and to fathom the credibility of video authentication algorithms too. We have applied our own intelligent video authentication algorithm on each category of the video database and obtain the results with the overall accuracy of 94.85%, subjected to various tampering attacks.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75880577","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}
引用次数: 2
Building blocks for visualanalytics 可视化分析的构建模块
Pub Date : 2017-05-01 DOI: 10.1109/CCAA.2017.8229986
C. Mehrotra, Nayan Chitransh, A. Singh
The enormous amount of data being generated every day is a major issue for organisations. Analysing it and taking decisions from it is a major concern. Visual analytics can be a solution to visualize the data and draw better conclusions from data which was otherwise not possible. Instead of reports and written documents, graphics can play an important role in interpreting results. Visual analytics is a much researched topic nowadays. It is a very emerging field. This paper focuses on this field and the major building blocks of visual analytics on which the concept of visual analytics relies. The three building blocks are namely information visualization, interaction techniques and data analysis.
每天产生的大量数据对组织来说是一个主要问题。对其进行分析并据此做出决定是一个主要问题。可视化分析可以是一种可视化数据的解决方案,并从数据中得出更好的结论,否则这是不可能的。而不是报告和书面文件,图形可以在解释结果中发挥重要作用。视觉分析是当今研究较多的课题。这是一个非常新兴的领域。本文将重点介绍该领域以及视觉分析概念所依赖的视觉分析的主要构建块。这三个组成部分分别是信息可视化、交互技术和数据分析。
{"title":"Building blocks for visualanalytics","authors":"C. Mehrotra, Nayan Chitransh, A. Singh","doi":"10.1109/CCAA.2017.8229986","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229986","url":null,"abstract":"The enormous amount of data being generated every day is a major issue for organisations. Analysing it and taking decisions from it is a major concern. Visual analytics can be a solution to visualize the data and draw better conclusions from data which was otherwise not possible. Instead of reports and written documents, graphics can play an important role in interpreting results. Visual analytics is a much researched topic nowadays. It is a very emerging field. This paper focuses on this field and the major building blocks of visual analytics on which the concept of visual analytics relies. The three building blocks are namely information visualization, interaction techniques and data analysis.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74649952","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}
引用次数: 0
Performance analysis of data reusing least mean square algorithm for smart antenna system 基于最小均方算法的智能天线系统数据复用性能分析
Pub Date : 2017-05-01 DOI: 10.1109/CCAA.2017.8230058
Anamika Rathore, D. K. Panda
Smart antenna system is very useful to increase the capacity, coverage and quality of communication system. Smart antenna combines the antenna array with digital signal processing capability which tracks the mobile user by focusing radiation in a specific desired user direction and at the same time forming null toward interference. This paper represents the performance analysis of Data reusing least mean square (DRLMS) and Least Mean Square (LMS) through beam steering ability and nullifying capability of algorithm and comparative analysis is done using MATLAB 7.14. The simulation result shows that DRLMS has better performance and interference suppression capability, beam steering ability and higher convergence rate than LMS by reusing current desired and input signal as repeatedly within each iteration for coefficients update.
智能天线系统对提高通信系统的容量、覆盖范围和质量具有重要意义。智能天线将天线阵列与数字信号处理能力相结合,通过将辐射聚焦到特定的期望用户方向,同时对干扰形成零值来跟踪移动用户。本文从波束转向能力和算法的消去能力两方面对数据复用的最小均方算法(DRLMS)和最小均方算法(LMS)进行了性能分析,并利用MATLAB 7.14进行了对比分析。仿真结果表明,通过在每次迭代中重复使用期望电流和输入信号进行系数更新,DRLMS比LMS具有更好的性能和干扰抑制能力、波束导向能力和更高的收敛速度。
{"title":"Performance analysis of data reusing least mean square algorithm for smart antenna system","authors":"Anamika Rathore, D. K. Panda","doi":"10.1109/CCAA.2017.8230058","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8230058","url":null,"abstract":"Smart antenna system is very useful to increase the capacity, coverage and quality of communication system. Smart antenna combines the antenna array with digital signal processing capability which tracks the mobile user by focusing radiation in a specific desired user direction and at the same time forming null toward interference. This paper represents the performance analysis of Data reusing least mean square (DRLMS) and Least Mean Square (LMS) through beam steering ability and nullifying capability of algorithm and comparative analysis is done using MATLAB 7.14. The simulation result shows that DRLMS has better performance and interference suppression capability, beam steering ability and higher convergence rate than LMS by reusing current desired and input signal as repeatedly within each iteration for coefficients update.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75359930","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}
引用次数: 3
Grid based forwarding and routing scheme for extending lifetime of wireless sensor networks 基于网格的无线传感器网络转发和路由方案
Pub Date : 2017-05-01 DOI: 10.1109/CCAA.2017.8229867
Awadhesh Kumar, N. Tyagi
The role of energy in wireless sensor networks (WSN) becomes very important when network is unattended and it is not possible to recharge sensor node's battery in the sensing region many times. Due to this limited battery energy of sensor nodes it becomes a challenge for WSN to maintain proper functioning for a long time. So for the enhancement in network lifetime of the WSN, here we propose a modified diagonal first (bypass) forwarding scheme. In our proposed bypass forwarding scheme, the sensing region is partitioned into a grid based virtual infrastructure and in each grid the sensors elect a grid_leader on the basis of their residual energy and the grid_leaders are responsible for data dissemination to the sink node in three ways (a) horizontal (b) vertical and (c) diagonal. In this paper, we propose a modified data dissemination algorithm for wireless sensor networks that reduces the number of intermediate nodes involved during the communication between source and sink. This eventually extends the lifetime of sensor network. Simulation results show that the proposed algorithm can extend the network lifetime up to 30 percent.
当网络无人值守且无法对传感区域内的传感器节点进行多次充电时,能量在无线传感器网络中的作用变得非常重要。由于传感器节点的电池能量有限,传感器网络能否长期保持正常运行成为一个挑战。因此,为了提高WSN的网络生存时间,本文提出了一种改进的对角优先(旁路)转发方案。在我们提出的旁路转发方案中,传感区域被划分为基于网格的虚拟基础设施,在每个网格中,传感器根据其剩余能量选择一个grid_leader, grid_leader负责以三种方式(a)水平(b)垂直和(c)对角线向汇聚节点传播数据。在本文中,我们提出了一种改进的无线传感器网络数据传播算法,该算法减少了源和汇之间通信过程中涉及的中间节点的数量。这最终延长了传感器网络的寿命。仿真结果表明,该算法可将网络生存期延长30%。
{"title":"Grid based forwarding and routing scheme for extending lifetime of wireless sensor networks","authors":"Awadhesh Kumar, N. Tyagi","doi":"10.1109/CCAA.2017.8229867","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229867","url":null,"abstract":"The role of energy in wireless sensor networks (WSN) becomes very important when network is unattended and it is not possible to recharge sensor node's battery in the sensing region many times. Due to this limited battery energy of sensor nodes it becomes a challenge for WSN to maintain proper functioning for a long time. So for the enhancement in network lifetime of the WSN, here we propose a modified diagonal first (bypass) forwarding scheme. In our proposed bypass forwarding scheme, the sensing region is partitioned into a grid based virtual infrastructure and in each grid the sensors elect a grid_leader on the basis of their residual energy and the grid_leaders are responsible for data dissemination to the sink node in three ways (a) horizontal (b) vertical and (c) diagonal. In this paper, we propose a modified data dissemination algorithm for wireless sensor networks that reduces the number of intermediate nodes involved during the communication between source and sink. This eventually extends the lifetime of sensor network. Simulation results show that the proposed algorithm can extend the network lifetime up to 30 percent.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75719523","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}
引用次数: 0
Design and testability aspects of mobile adhoc networking waveform physical layer for software defined radio 软件无线电移动自组网波形物理层的设计与可测试性
Pub Date : 2017-05-01 DOI: 10.1109/CCAA.2017.8229898
Nitin Tandon, B. Suman, Nisha Agarwal, V. Bhatia
Software Defined Radio (SDR) is an emergent technology for future network centric operations as it can support dynamism of Mobile Adhoc Networking (MANET) waveforms through its inherent benefits of re configurability, portability and reusability. Unlike conventional radio, designing Physical layer for MANET waveform over SDR platform demands a new design approach and consequently must be tested thoroughly for basic radio transceiver functions as well as MANET configurations. In this paper, testability aspects of MANET waveform are discussed along with its design, development and testing in context of SDR. The test methodology has been developed considering various aspects of waveform design and system integration components. The testing results of baseband and RF subsystem of physical layer have also been presented in this paper.
软件定义无线电(SDR)是未来网络中心操作的新兴技术,因为它可以通过其固有的可重构性、可移植性和可重用性来支持移动自组网(MANET)波形的动态。与传统无线电不同,在SDR平台上为MANET波形设计物理层需要一种新的设计方法,因此必须对基本无线电收发器功能和MANET配置进行彻底的测试。本文主要讨论了在SDR环境下,MANET波形的可测试性及其设计、开发和测试。测试方法的开发考虑了波形设计和系统集成组件的各个方面。文中还给出了物理层基带和射频分系统的测试结果。
{"title":"Design and testability aspects of mobile adhoc networking waveform physical layer for software defined radio","authors":"Nitin Tandon, B. Suman, Nisha Agarwal, V. Bhatia","doi":"10.1109/CCAA.2017.8229898","DOIUrl":"https://doi.org/10.1109/CCAA.2017.8229898","url":null,"abstract":"Software Defined Radio (SDR) is an emergent technology for future network centric operations as it can support dynamism of Mobile Adhoc Networking (MANET) waveforms through its inherent benefits of re configurability, portability and reusability. Unlike conventional radio, designing Physical layer for MANET waveform over SDR platform demands a new design approach and consequently must be tested thoroughly for basic radio transceiver functions as well as MANET configurations. In this paper, testability aspects of MANET waveform are discussed along with its design, development and testing in context of SDR. The test methodology has been developed considering various aspects of waveform design and system integration components. The testing results of baseband and RF subsystem of physical layer have also been presented in this paper.","PeriodicalId":6627,"journal":{"name":"2017 International Conference on Computing, Communication and Automation (ICCCA)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2017-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80151103","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
期刊
2017 International Conference on Computing, Communication and Automation (ICCCA)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1