无线传感网生存时间优化算法的研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
无线传感网最早起源于军事领域,主要应用在军事监视系统。现在低成本的无线传感网已经应用于环境和气象监测、洪灾预警、农田管理、智能家居、智能交通等众多领域,越来越受到学术界和产业界的关注。
     在无线传感网中,网络生存时间是衡量一个网络性能好坏的重要指标之一,也是无线传感网的一个主要研究方向。然而无线传感节点大多采用电池供电,其能量有限。一旦节点能量耗尽,该节点就会失效,这将影响到网络的数据路由,甚至导致网络出现分裂而缩短网络生存时间。为了避免网络中部分节点能量消耗过快而过早失效,无线传感网的相关算法都需要考虑节点能耗问题,最大限度延长网络生存时间。因此,有必要研究无线传感网生存时间的优化问题。
     本文围绕网络生存时间的优化问题,采用图论的最短路径法、最优化方法、功率控制方法等多个方法解决不同场景下的无线传感网生存时间优化问题,提高网络生存时间。本文的主要工作和成果如下:
     1.研究静态无线传感网的生存时间优化问题,提出基于最短路径树的优化生存时间路由算法(LORA_SPT)。该算法构造了基于能耗因子、自身节点剩余能量因子、邻居节点剩余能量因子和类型权值因子等多个因子的权值函数。将节点划分成标准节点和警告节点,不同类型节点的链路权值采用不同的类型权值因子。最后利用Dijkstra算法完成最短路径树,所有节点沿着最短路径树将数据发送给Sink节点。
     2.研究静态无线传感网生存时间的最优方案,提出基于牛顿法的最大化生存时间分布式算法(LMDA_NM)。 LMDA_NM算法建立和分解网络优化模型,引入非负数的松弛变量和对数函数,建立依靠局部信息的节点优化模型。采用牛顿法求解节点优化模型,获得网络最大生存时间和链路发送数据总量的最优值。
     3.研究Sink节点的移动问题,提出移动Sink节点的优化生存时间分布式算法(DNLM_MSN)。该算法将Sink节点的移动认为是离散运动,其优化问题可分解成若干个Sink节点静止的无线传感网最大化生存时间问题。采用LMDA NM算法求解静态无线传感网最大化生存时间问题,最终获得Sink节点移动多次的网络最大生存时间最优值。
     4.结合近邻算法和功率控制算法,研究节点分布均匀网络的较优发送功率和分布不均匀网络的簇较优发送功率,提出单,簇无线传感网的优化生存时间近邻功率控制算法(NPCAOL_SC)和多簇无线传感网的优化生存时间近邻功率控制算法(NPCAOL_MC)。针对均匀分布的无线传感网,Sink节点保存整个网络拓扑结构的信息,利用近邻算法评估节点密度,确定较优通信距离。结合Friss自由空间模型计算当前网络较优发送功率,Sink节点广播通知其它节点采用较优发送功率发送数据。若节点采用较优发送功率通信,但是找不到邻居节点,则采用最大发送功率发送数据。针对非均匀分布的无线传感网,采用k-means算法确定网络的簇个数和相应每个簇的节点。节点采用簇较优发送功率与同一簇内节点通信,采用最大发送功率与不同簇间节点通信。
     5.当节点不能测量到邻居节点距离时,研究发送功率随剩余能量的变化方案,提出基于最短路径树的优化生存时间分布式功率控制(DPCAOL_SPT)。该算法综合考虑网络中节点间数据传输的能耗和邻居节点的剩余能量,引入新的权值函数和阶梯衰减模型、γn阶衰减模型和线性衰减模型三种功率衰减模型。最终运用分布式非同步Bellmam-Ford算法构建最短路径树,所有节点沿着最短路径树将数据发送给Sink节点。
     6.当节点发射功率固定时,研究发送功率约束下的网络生存时间优化方案,提出基于次梯度法的优化生存时间分布式功率控制(DPCAOL_SA)。该算法分析节点发送功率固定的能耗约束等约束条件,建立网络生存时间的优化模型。采用分布式功率迭代和次梯度算法求解该模型。节点获知与各邻居节点通信所需要的最低发送功率集,随机选择发送功率集中的功率作为当前发送功率,采用次梯度算法分布式计算节点最大生存时间。通过多次计算获得网络最大生存时间的局部最优值,各个节点局部最优发送功率和当前的数据转发概率
     论文通过仿真研究验证了所提出的算法有效性。最后,对全文进行总结,对进一步的研究提出一些展望。
Wireless sensor networks were originated in the military field and mainly used in military surveillance system. Now, low-cost wireless sensor networks have been used in environmental and meteorological monitoring, flood warning, farm management, intelligent home, intelligent transportation and other fields. Therefore, it gets more and more attention from academia and industry.
     In wireless sensor networks, network lifetime is one of the most important indicators to judge the network performance good or bad. It is a major research. But wireless sensor nodes are mostly battery-powered and have limited power. Once one node exhausts energy and is disabled, it may affect network data routing, even break up the network to shorten network lifetime. Therefore, to avoid excessive energy consumption and premature failure of some nodes, the algorithms of wireless sensor networks must take power-saving into account to prolong the network lifetime. Therefore, it is necessary to research on the lifetime optimization problem of wireless sensor networks.
     This thesis focuses on network lifetime optimization problem. It uses some methods such as shortest path methods in graph theory, optimization methods and power control methods to solve lifetime optimization problem of wireless sensor networks under different scenarios and prolong the network lifetime. The main work and achievements of the thesis are as follows:
     1. Lifetime optimization problem of static wireless sensor networks is researched and lifetime optimized routing algorithm based on shortest path tree (LORA_SPT) is proposed. The weight function with energy for transmitting data between network nodes, residual energy of own nodes and residual energy of neighbor nodes are established. The nodes are divided into standard nodes and warning nodes. The link weights with different types of nodes use different weighting factors. Finally, dijkstra algorithm is used to construct the shortest path tree. All nodes transmit data along the shortest path tree to sink node.
     2. The scheme of optimal lifetime in static wireless sensor networks is researched and lifetime maximization distributed algorithm based on Newton method (LMDA_NM) is proposed. The algorithm establishes and decomposes the network optimization model, introduces nonnegative slack variables and logarithmic barrier functions, and establishes node optimization model with local information. Newton method is used to solve the model and obtain optimal values of network maximum lifetime and link transmission data amount.
     3. The problem of sink node mobility is researched and lifetime optimized distributed algorithm for mobile sink node (LODA_MSN) is proposed. The algorithm considers the mobility of sink node as discrete movement. Then the optimization problem is divided into lifetime maximization problems of several networks when sink node is static. Each lifetime maximization problem of static wireless sensor network is solved by LMDA_NM algorithm and finally the optimal value of network maximum lifetime is obtained when sink node moves several times.
     4. With nearest-neighbor algorithm and power control algorithm, the preferable transmission power in node uniform distribution network and cluster optimal transmission power in non-uniform distribution network are researched. Nearest-neighbor power control algorithm for optimizing lifetime in single cluster (NPCAOL_SC) and nearest-neighbor power control algorithm for optimizing network lifetime in multi-clusters (NPCAOL_MC) are proposed. For uniformly distributed wireless sensor networks, sink node saves the entire network topology information, uses various nearest-neighbor distances algorithm to measure node density, and determines preferable communication distance. Then preferable transmission power is calculated with Friss free space model. Finally sink node broadcasts to inform nodes that they transmit data with the transmission power. If nodes can not find neighbor node with preferable transmission power, they use maximum transmission power. For non-uniformly distributed wireless sensor networks, k-means algorithm is used to determine number of clusters and the corresponding network nodes in each cluster. In the same cluster, nodes use preferable transmission power of cluster to communication. Nodes between different clusters use maximum transmission power to communication.
     5. When the node can not measure the distance to its neighbor nodes, the transmission power change scheme with residual energy is researched, distributed power control algorithm for optimizing lifetime based on shortest path tree (DPCAOL_SPT) is proposed. Considering energy for transmitting data and neighbor nodes'residual energy, the new weight function and three power attenuation models such as stepwise attenuation model. γn order attenuation model and linear attenuation model are introduced. Finally distributed asynchronous Bellmam-Ford algorithm is used to construct the shortest path tree. All nodes transmit data along the shortest path tree to sink node.
     6. When node transmission power is fixed, lifetime optimization scheme under transmission power constraint is researched and distributed power control algorithm for optimizing lifetime based on subgradient algorithm (DPCAOL_SA) is proposed. The algorithm analyzes the conditions such as node energy constraint when transmission power is fixed. It establishes the maximum network lifetime model. To solve the model, distributed transmission power iteration and subgradient algorithm are used. Nodes obtain the minimum transmission power set needed to communicate with neighbors, randomly select the current transmission power from the set. receive the parameter information of neighbor nodes, and distributed compute node maximum lifetime with subgradient algorithm. After several iteration calculations, DPCAOL_SA can obtain the local optimal value of network maximum lifetime, local optimal transmission power of each node and current data forwarding probability.
     A number of illustrative simulations are given to show the effectiveness of proposed algorithms. Finally, the conclusion and future work are presented.
引文
[1]Gross N.21 ideas for the 21st century [J]. Business Week, Aug.30,1999:78-167.
    [2]中国科技部.国家“十一五”科学技术发展规划[EB/OL].http://news.xinhuanet.com/tech/2006-11/01/content_5276976.htm,2006-11-01.
    [3]中华人民共和国国务院.国家中长期科学和技术发展规划纲要(2006-2020)[EB/OL].http://www.gov.cn/jrzg/2006-02/09/content_183787.htm,2006-02-09.
    [4]浙江省人民政府.浙江省应掌握自主知识产权的关键技术和重要产品目录[EB/OL].http://lqkj.luqiao.gov.cn/InfoPub/InfoView.aspx?ID=252,2008-03-12.
    [5]杭州信息产业厅.杭州市信息产业“十一五”发展规划[EB/OL].http://www.ttgg.gov.cn/fzgh-xx.aspx?id=501,2009-11-8.
    [6]嘉兴市政府,嘉兴市无线传感网络产业发展规划(2010-2020年)[EB/OL].http://wenku.baidu.com/view/1e67aeef5ef7ba0d4a733bf1.html,2010-9-20.
    [7]Akyildiz I. F., Su W. L., et al. A survey on sensor networks [J]. IEEE Communications Magazine,2002, 40(10):2-116.
    [8]Akyildiz I. F., Wang X. D., Wang W. L. Wireless mesh networks:a survey [J]. Computer Networks, 2005,47 (4):445-487.
    [9]Yick J., Mukherjee B., Ghosal D. Wireless sensor network survey [J]. Computer Networks,2008,52 (12):2292-2330.
    [10]Toumpis S., Tassiulas T. Optimal deployment of large wireless sensor networks [J]. IEEE Transactions on Information Theory,2006,52(7):2935-2953.
    [11]Yick J., Pasternack G., Mukherjee B., Ghosal D. Placement of network services in a sensor networks [J]. International Journal of Wireless and Mobile Computing,2006, 1(2):101-112.
    [12]Pompili D., Melodia T., Akyildiz I. F. Deployment analysis in underwater acoustic wireless sensor networks [A].06 Proceedings of the 1st ACM international workshop on Underwater networks(WUWNet) [C], Los Angeles, CA,2006:48-55.
    [13]Akyildiz I. F., Stuntebeck E. P., Wireless underground sensor networks:research challenges [J]. Ad-Hoc Networks,2006,4 (6):669-686.
    [14]Li M., Liu Y. Underground structure monitoring with ireless sensor networks [A]. Proceedings of the IPSN[C]. Cambridge, MA,2007:69-79.
    [15]Akyildiz I. F., Pompili D., Melodia T. Challenges for efficient communication in underwater acoustic sensor networks [J]. ACM Sigbed Review,2004,1(2):3-8.
    [16]Heidemann J., Li Y., Syed A., Wills J., Ye W. Underwater sensor networking:research challenges and potential applications [A]. Proceedings of IEEE WCNC'06[C],2006:228-235.
    [17]Akyildiz 1. F., Melodia T., Chowdhury K. R. A survey on wireless multimedia sensor networks [J]. Computer Networks,2007,51(4):921-960.
    [18]Chong C. Y., Kumar S. P. Sensor networks:evolution, opportunities, and challenges [A]. Proceedings of the IEEE[C]. Aug.2003:1247-1256.
    [19]Zhang G. Q., Tao D. X. Research on the application of zigbee wireless sensor network in the inter-vehicle communication system [A]. International Conference on Transportation Engineering 2007 [C].2007:2613-2619.
    [20]Texas Instruments. A true system-on-chip solution for 2.4 GHz IEEE 802.15.4/ZigBee[Z],2007.
    [21]李文仲,段朝玉ZigBee无线网络技术入门与实战[M],北京航空航天大学出版社,2007.
    [22]徐建波.无线传感器网络分布式分簇和节能的数据收集协议研究[D].湖南大学,博士学位论文,2007.
    [23]王微.无线心电监护传感器网络的路由研究和实现[D].浙江工业大学,硕士学位论文,2008.
    [24]Arora A., Dutta P., Bapat S., et al. A wireless sensor network for target detection, classification, and tracking [J].Computer Networks,2004,46(5):605-634.
    [25]冯万鼎.网络化的电子战武器——“狼群”系统[J].通信对抗,2005,2(2):1721.
    [26]Werner A., Johnson J., Ruiz M., Lees J., Welsh M. Monitoring Volcanic Eruptions with a Wireless Sensor Network [A]. Proc. European workshop on sensor network[C]. Washington DC, USA:IEEE Computer Society,2005:108-120.
    [27]刘云浩.绿野千传:突破自组织传感网大规模应用壁垒[J].中国计算机协会通讯,2010,6(4):35-37.
    [28]Johnson P., et al. Remote continuous physiological monitoring in the home [J]. Journal of Telemedicine and Telecare.1996,2(2):107-113.
    [29]Schwiebert L., Sandeep K., Gupta S., et al. Research challenges in wireless networks of Biomedical Sensor [A]. In Proceeding of the 7th Annual International Conference on Mobile Computing and Networking [C].2001:151-165.
    [30]Krishnamurthy L., Adler R., Buonadonna P., Chhabra J., Flanigan M., et al. Design and deployment of industrial sensor networks:experiences from a semiconductor plant and the North Sea [A]. Proceedings of the Third International Conference on Embedded Networked Sensor Systems (Sensys) [C], San Diego, CA,2005:64-75.
    [31]Zhang P., Sadler C. M., Lyon S. A., Martonosi M. Hardware design experiences in ZebraNet [A]. Proceedings of the SenSys'04 [C], Baltimore, MD,2004:227-239.
    [32]RFID世界网,用传感技术编织世博“安全保障网”[EB/OL].http://news.rfidworld.com.cn/2010_08/170e3d841b207f07.html,经济日报,2010-8-23.
    [33]Holmquist L. E., et al. Building intelligent environments with smart-its [J]. IEEE Computer Graphics and Applications,2004,24(1):56-64.
    [34]Brennan S.M., et al. Radiation detection with distributed sensor networks [J]. IEEE Computer,2004, 37(8):57-59.
    [35]Wu X. Y, Cassandras C. G. A maximum time optimal control approach to routing in sensor networks [A]. Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference [C]. Spain:IEEE Computer Press,2005:1137-1142.
    [36]沈振伟.无线传感器网络生存时间优化研究[D].浙江工业大学,硕士学位论文,2008年.
    [37]潘晏涛.传感器网络生存时间优化问题研究[D].国防科学技术大学,博士学位论文,2006.
    [38]舒炎泰.基于网络生存时间的Ad Hoc网络节能路由研究[D].天津大学,硕士学位论文,2009年.
    [39]李方健.一种延长网络生存时间的Adhoc路由策略[J].山西电子技术,2008,2(2):62-63.
    [40]黄敏,刘琼,奚建清.一种基于生存时间的Adhoc网络不相交多路径路由算法术[J].计算机应用研究,2010,27(3):1157-1160.
    [41]夏涛,陶洋.延长网络生存时间的AODV路由改进算法[J].通信技术,2007,5(5):28-30.
    [42]李欣,薛小平.考虑链路生存时间的AdHoc网络QoS路由优化算法[J].计算机应用,2005,25(10):2261-2263.
    [43]薛小平,李欣,张思东.基于路由生存时间的Ad Hoc QoS路由[J].北京交通大学学报,2007,31(2):23-28.
    [44]吴丽杰,钱雪忠,窦维江.基于AODV的延长网络生存时间的路由协议[J].计算机工程与应用,2007,43(19):164-166.
    [45]Tan H. O., Korpeoglu I. Power efficient data gathering and aggregation in wireless sensor networks [J]. SIGMD Record,2003,32(4):66-71.
    [46]Zhu Y. H., Wu W. D., Victor C. M., et al. Energy-efficient tree-based message ferrying routing schemes for wireless sensor networks [A]. Thirteen International Conference on Communications and Networking in China [C]. Hangzhou, China,2008:25-28.
    [47]朱艺华,沈丹丹,吴万登,沈振伟,汤一平.无线传感器网络优化生存时间的动态路由算法[J].电子学报,2009,37(5):1041-1045.
    [48]舟金晶,自光伟.基于链路生存时间的多路径源路由协议[J].计算机工程,2010,35(15):123-128.
    [49]Fariborzi H., Moghavvemi M. EAMTR:energy aware multi-tree routing for wireless sensor networks [J]. Special Issue on Wireless Ad-Hoc Networks,2009,3(5):733-739.
    [50]Hong S. H., Kim B. K. An efficient data gathering routing protocol in sensor networks using the integrated gateway node [J]. IEEE Transactions on Consumer Electronics,2010,56(2):627-632.
    [51]Park J., Sahni S. An online heuristic for maximum lifetime routing in wireless sensor networks [J]. IEEE Transactions on Computers,2006,55(8):1048-1056.
    [52]周永利,陈英武,潘晏涛.求解无线微传感器网络生存时间的上限[J].微电子学与计算机.2008,25(2):120-132.
    [53]潘晏涛,朱培栋.求解传感器网络生存时间最大化问题的遗传算法编码[J].计算机工程与科学,2007,29(9):91-94.
    [54]潘晏涛,刘作伟,张强.基于遗传算法求解传感器网络生存时间优化问题的设计及比较[J].吉林大学学报(工学版),2007,,37(4):865-869.
    [55]潘晏涛,彭伟,卢泽新.BaGASN:—个传感器网络生存时间优化算法[J].计算机工程与科学,2007,29(12):37-40.
    [56]朱艺华,杨晨曦,吴万登,汤一平.无线传感器网络权衡生存时间与数据分组跳数的分流路由算法[J].传感技术学报,2009,22(2):273-279.
    [57]Madan R., Lall S. Distributed algorithms for maximum lifetime routing in wireless sensor network [J]. IEEE Transactions on Wireless Communications, August 2006,5(8):2185-2193.
    [58]He Y. F., Lee I., Guan L. Distributed algorithms for network lifetime maximization in wireless visual sensor networks [J]. IEEE Transactions on Circuits and System for Video Technology,2009, 19(5):704-718.
    [59]Wang H., Agoulmine N., Ma M., Jin Y. L. Network lifetime optimization in wireless sensor networks [J]. IEEE Journal On Selected Areas In Communications,2010,28(7):1127-1137.
    [60]Wang H., Yang Y. H., Ma M. D., He J. H., Wang X. M. Network lifetime maximization with cross-layer design in wireless sensor networks. IEEE Transactions On Wireless Communications [J].2008, 7(10):3759-3768.
    [61]Li J. L., AlRegib G. Network lifetime maximization for estimation in multihop wireless sensor networks [J]. IEEE Transactions on Signal Processing,2009,57(7):2456-2465.
    [62]Madan R., Cui S. G., Lall S., Goldsmith A. Cross-layer design for lifetime maximization in interference-limited wireless sensor networks [J]. IEEE Transactions on Wireless Communications, 2006,5(11):3142-3152.
    [63]Kim S. J., Wang X. D., Madihian M. Distributed joint routing and medium access control for lifetime maximization of wireless sensor networks [J]. IEEE Transactions on Wireless Communicaitons,2007, 6(7):2669-2677.
    [64]Joseph C. D., Marcellin M. W., Neifeld Mark. A. A theory for maximizing the lifetime of sensor networks [J]. IEEE Transactions on Communicaitons,2007,55(2):323-332.
    [65]Zh. H. b. Shen H. Balancing energy consumption to maximize network lifetime in data-gathering sensor networks [J]. IEEE Transactions on Parallel and Distributed Systems,2009,20(10):1526-1539.
    [66]Xu N., Cassandras C. G. On maximum lifetime routing in wireless sensor networks [A]. Joint 48th IEEE Conference on Decision and Control and 28th Chinese Control Conference [C]. Shanghai, P.R. China, 2009:3757-3762.
    [67]Fapojuwo A. O., Alejandra C. T. Energy consumption and message delay analysis of QoS enhanced base station controlled dynamic clustering protocol for wireless sensor networks [J]. IEEE Transactions on Wireless Communications,2009,8(10):5366-5374.
    [68]Kumar A., Varma S. Geographic node-disjoint path routing for wireless sensor networks [J]. IEEE Sensors Journal,2010,10(6):] 138-1139.
    [69]Liu Y., Xiong N., Zhao Y., Vasilakos A.V., Gao J., Jia Y. Multi-layer clustering routing algorithm for wireless vehicular sensor networks [J]. IET Communications,2010,4(7):810-816.
    [70]Bouabdallah F., Bouabdallah N., Boutaba R. On balancing energy consumption in wireless sensor networks [J]. IEEE Transactions on Vehicular Technology,2009,58(6):2909-2924.
    [71]Liang W. F., Liu Y. Z. Online data gathering for maximizing network lifetime in sensor networks [J]. IEEE Transactions on Mobile Computing,2007,6(1):2-11.
    [72]Hou Y. T., Shi Y., Sherali H. D. Rate allocation and network lifetime problems for wireless sensor networks [J]. IEEE/ACM Transactions on Networking,2008,16(2):321-334.
    [73]Ma Y., Aylor J. H. System lifetime optimization for heterogeneous sensor networks with a hub-spoke topology [J]. IEEE Transactions on Mobile Computing,2004,3(3):286-294.
    [74]Bicakci K., Gultekin H., Tavli B. The impact of one-time energy costs on network lifetime in wireless sensor networks [J]. IEEE Communications Letters,2009,13(2):905-907.
    [75]杨宗凯,徐侃如,刘威,廖盛斌,那奕.虚拟MIMO传感器网络中一种联合网络效用和生存时间优化的分布式算法[J].小型微型计算机系统,2009,30(2):197-230.
    [76]GAatzianas M. A., Georgiadis L. G. A distributed algorithm for maximum lifetime routing in sensor networks with mobile sink [J]. IEEE Transactions on Wireless Communications,2007,7(3):984994.
    [77]Rao J., Biswas S. Data harvesting in sensor networks using moble sinks [J]. Wireless Communications IEEE,2008,15(6):63-70.
    [78]Luo J., Hubaux J. P. Joint sink mobility and routing to maximize the lifetime of wireless sensor networks:the case of constrained mobility [J]. IEEE/ACM Transactions on Networking,2010, 18(3):871-884.
    [79]Wang W., Srinivasan V., Chua K. C. Extending the lifetime of wireless sensor networks through mobile relays [J]. IEEE/ACM Transactions on Networking,2008,16(5):1108-1120.
    [80]Yu M., Leung K. K., Malvankar A. A dynamic clustering and energy efficient routing technique for sensor networks [J]. IEEE Transactions on Wireless Communications,2007,6(8):3069-3079.
    [81]Cohen K., Leshem A. A time-varying opportunistic approach to lifetime maximization of wireless sensor networks [J]. IEEE Transactions on Signal Processing,2010,58(10):5307-5319.
    [82]Himsoon T., Siriwongpairat W. P., Han Z., Liu K. J. R. Lifetime maximization via cooperative nodes and relay deployment in wireless networks [J]. IEEE Journal on Selected Areas in Communications,2007, 25(2):306-317.
    [83]Cheng M., Gong X., Cai L. Joint routing and link rate allocation under bandwidth and energy constraints in sensor networks [J]. IEEE Transactions on Wireless Communications,2009,8(7):3770-3779.
    [84]Hou Y. T., Shi Y.i, Pan J. P., Midkiff S. F. Maximizing the lifetime of wireless sensor networks through optimal single-session fow routing [J]. IEEE Transactions on Mobile Computing,2006,5(9):1255-1266.
    [85]Flor P., Kaski P., Kohonen J., Orponen P. Lifetime maximization for multicasting in energy-constrained wireless networks [J]. IEEE Journal on Selected Areas in Communications,2005,23(1):117-126.
    [86]Narayanaswam Y. S., Kawadia V., Sreenivas R. S., et al. Power control in ad-hoc networks:theory, architecture, algorithm and implementation of the COMPOW protocol [A]. Proceedings of European Wireless Conference[C]. Florence,2002:156-162.
    [87]Kawadia V., Kumar P. R. Power control and clustering in ad-hoc networks [A]. Proceedings of the IEEE Conference on Computer Communications (INFOCOM)[C], San Francisco:IEEE,2003:459-469.
    [88]Kubisch M., Karl H., Wolisz A, et al. Distributed algorithms for transmission power control in wireless sensor networks [A]. Proceedings of IEEE Wireless Communications and Networking Conference[C]. New Orleans:IEEE,2003:132-137.
    [89]LI L., Halpern J. Y., Bahl P., et al. A cone-based distributed topology control algorithm for wireless multi-hop networks [J]. IEEE/ACM Transactions on Networking,2005,13(1):147-159.
    [90]Bahramgiri M., Hahiaghayi M. T., Mirrokni V. S. Fault-tolerant and 3-dimensional distributed topology control algorithms in wireless multihop networks [A]. Proceedings of the IEEE International Conference on Computer Communications and Networks[C]. Miami:IEEE,2002:392-397.
    [91]Zhao Q., Gurusamy M. Lifetime maximization for connected target coverage in wireless sensor networks [J]. IEEE/ACM Transactions on Networking,2008,16(6):1378-1391.
    [92]Wang D. M., Xie B., Agrawal D. P. Coverage and lifetime optimization of wireless sensor networks with gaussian distribution [J]. IEEE Transactions on Mobile Computing,2008,7(12):1444-1458.
    [93]张树东,皇甫伟.面向网络生存时间的传感器网络融合延迟分配算法[J].计算机研究与发展,2010,47(增刊):224-228.
    [94]Liu F., Tsui C. Y., Zhang Y. J. Joint routing and sleep scheduling for lifetime maximization of wireless sensor networks [J]. IEEE Transactions on Wireless Communications,2010,9(7):2258-2267.
    [95]Kim J., Lin X. J., Shroff N. B., Sinha P.. Minimizing delay and maximizing lifetime for wireless sensor networks with anycast [J]. IEEE/ACM Transactions on Networking,2010,18(2):515-528.
    [96]Phan K. T., Fan R. F., Jiang H., Vorobyov S. A., Tellambura C. Network lifetime maximization with node admission in wireless multimedia sensor networks[J]. IEEE Transactions on Vehicular Technology, 2009,58(7):3640-3646.
    [97]Vahid S. M., Wong V. W. Lifetime-resource tradeoff for multicast traffic in wireless sensor networks [J]. IEEE Transactions on Wireless Communications,2010,9(6):1924-1934.
    [98]Hou Y. T., Shi Y. Variable bit rate flow routing in wireless sensor networks [J]. IEEE Transactions on Wireless Communications,2007,6(6):2140-2148.
    [99]Dimitri Bertsekas, Robert Gallager.卢刚,王康译.数据网络(第二版)[M].北京:人民邮电出版社,2004-06.
    [100]Wecker S. The digital network architecture [J]. IEEE Transactions on Communications,1980, 28(4):510-526.
    [101]Shor N. Z. Minimization methods for non-differentiable functions [M]. New York:Springer-Verlag, 1985.
    [102]袁亚湘,孙文瑜.最优化理论与方法[M].北京:科学出版社,2001.
    [103]Bertsekas D. P., Tsitsiklis J. N. Parallel and Distributed Computation:Numerical Methods [M]. MA: MIT Press,1997.
    [104]倪勤.最优化方法与程序设计[M].北京:科学出版社,2009.
    [105]Wendi B. H. Application-specific protocol architectures for wireless networks [D]. Boston: Massachusetts Institute of Technology,2000.
    [106]Boyd S. Convex Optimization [M]. Cambridge:Cambridge university press,2009.
    [107]Wei E., Ozdaglar A., Jadbabaie A. A distributed Newton method for lifetime maximization[R], submitted to CDC 2010, LIDS report,2010:1-27.
    [108]文凯,郭伟,黄广杰.无线Ad hoc网络中的随机功率控制[J].电子学报,2008.7,36(7):1304-1308.
    [109]Blekas K., Lagaris I. E. Newtonian clustering:an approach based on molecular dynamics and global optimization [J]. Pattern Recognition,2007,40(7):1734-1744.
    [110]Rose C., Smith M. D. Mathematical statistics with mathematica [M]. New York:Springer-Verlag,2002.
    [111]Wikipedia. k-means clustering[EB/OL]. http://en.wikipedia.org/wiki/K-means_clustering,2011-8-31.
    [112]Minhas R. M., Gopalakrishnan S., Leung V. C. M. An online multipath routing algorithm for maximizing lifetime in wireless sensor networks [A].2009 Sixth International Conference on Information Technology[C]. New Generations,2009:581-586.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700