作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2018, Vol. 44 ›› Issue (6): 100-103. doi: 10.19678/j.issn.1000-3428.0048913

• 移动互联与通信技术 • 上一篇    下一篇

基于传感器移动距离最小化的路径覆盖算法

陈硒 1,刘志雄 2   

  1. 1.中南大学湘雅二医院 信息网络中心,长沙 410011; 2.长沙学院 计算机工程与应用数学学院,长沙 410022
  • 收稿日期:2017-10-11 出版日期:2018-06-15 发布日期:2018-06-15
  • 作者简介:陈硒(1982—),女,工程师、硕士,主研方向为无线传感器网络;刘志雄(通信作者),讲师、博士。
  • 基金资助:
    国家自然科学基金(61502057)。

Path Coverage Algorithm Based on Minimization of Sensor Movement Distance

CHEN Xi  1,LIU Zhixiong  2   

  1. 1.Information Network Center,The Second Xiangya Hospital of Central South University,Changsha 410011,China; 2.School of Computer Engineering and Applied Mathematics,Changsha University,Changsha 410022,China
  • Received:2017-10-11 Online:2018-06-15 Published:2018-06-15

摘要: 针对现有路径覆盖算法较少考虑传感器移动距离最小的现状,在证明最小传感器移动路径覆盖是NP难问题的基础上,提出一种启发式路径覆盖算法。通过路径离散化寻找冗余节点和冗余路径,从而逐步移动传感器,使其最终覆盖整条路径且移动总距离最小,并通过分析得出m个传感器覆盖路径中n个点的算法时间复杂度为O(n4m+n3m2)。仿真实验表明,在路径点数量和系统参数改变的情况下,该算法可有效降低时间复杂度,缩短移动距离。

关键词: 无线传感器网络, 目标追踪, 路径覆盖, NP难问题, 移动距离

Abstract: Most of existing algorithms for path coverage do not consider minimization of sensors movement distance.Aiming at this situation,this paper proves that the above mentioned problem is NP-hard,and presents a heuristic path covering algorithm.It moves sensors through techniques of path curve discretization,redundant sensors and redundant paths,resulting in coverage of the whole path with minimum movement distance of sensors.It gets analysis results that,when m sensors cover n points on the path,the time complexity of the algorithm is O(n4m+n3m2).Simulation experiments illustrate that the proposed algorithm can reduce time complexity and moving distance when the number of path points and system parameters change.

Key words: Wireless Sensor Network(WSN), target tracking, path coverage, NP-hard problem, movement distance

中图分类号: