無線傳感器網(wǎng)絡分布式時間同步算法研究
本文關鍵詞:無線傳感器網(wǎng)絡分布式時間同步算法研究 出處:《西安電子科技大學》2014年博士論文 論文類型:學位論文
更多相關文章: 同步 時間同步 一致性 分布式同步 無線傳感器網(wǎng)絡
【摘要】:隨著物聯(lián)網(wǎng)在社會需求方面的迅速增長,作為物聯(lián)網(wǎng)核心組成部分——無線傳感器網(wǎng)絡受到學術界和工業(yè)界越來越多的重視。時間同步是無線傳感器網(wǎng)絡的一個關鍵技術,它對于實現(xiàn)數(shù)據(jù)融合、協(xié)同傳輸、網(wǎng)絡安全以及目標跟蹤等具有重要意義。理論研究和工程實踐表明:時間同步是將理論研究轉化為實踐的主要瓶頸問題。論文基于這些事實背景,對無線傳感器網(wǎng)絡的分布式時間同步算法做了較為詳盡的探討,主要工作和創(chuàng)新如下:1無線傳感器網(wǎng)絡缺乏基礎設施、具有分布式、能量受限、存儲及計算能力受限的特點,因此在設計無線傳感器網(wǎng)絡時間同步方案時,不能有太復雜的計算和路由選擇。為了實現(xiàn)快速時間同步和降低網(wǎng)絡能量消耗,論文研究了無線傳感器網(wǎng)絡時間同步廣播同步算法。各個節(jié)點廣播自己當前的時鐘信息,對應的鄰居節(jié)點接收到這些信息后,對接收到的信息做簡單的算術平均,將平均值作為下一個時刻的時鐘刻度再進行廣播,此過程反復進行,最終會使網(wǎng)絡所有節(jié)點的時鐘達到一個相同的平均值,從而實現(xiàn)無線傳感器網(wǎng)絡的分布式同步,由于網(wǎng)絡節(jié)點只接收來自鄰居節(jié)點的廣播信息,故該方案無復雜的路由選擇,并且計算簡單、收斂快速、能耗較低。2針對大規(guī)模無線傳感器網(wǎng)絡同步算法快速性的需求,提出一種基于多廣播Gossip同步算法的大規(guī)模無線傳感器網(wǎng)絡時間同步方案。這種方案在同一時刻可以允許有多個節(jié)點同時廣播時間信息,處于這些節(jié)點廣播域中的節(jié)點分別接收并按照廣播算法更新時鐘信息。為了避免通信沖突和接收混亂,本方案依據(jù)圖論要求廣播節(jié)點之間的距離等于三。該算法可以提高無線傳感器網(wǎng)絡時間同步的收斂速度和同步精度,并且可以降低網(wǎng)絡能耗。3針對傳統(tǒng)無線傳感器網(wǎng)絡時間同步算法中存在的計算復雜度高和同步收斂速度慢等問題,提出單Gossip同步算法和多Gossip同步算法。單Gossip同步算法首先利用構造生成樹算法得到一個生成樹,然后依次對生成樹每條邊的兩個節(jié)點的時鐘信息進行Gossip運算,此過程反復進行,最終可使網(wǎng)絡各個節(jié)點的時鐘信息收斂于它們初始時鐘信息的平均值。多Gossip同步算法對生成樹進行邊染色,相同染色的邊可以同時進行Gossip運算。這兩種同步算法減小了消息交換數(shù),降低了計算復雜度,提高了同步收斂速度。4提出了一種增強型Gossip同步算法,該算法利用無線信道的廣播特性來提高同步性能。在節(jié)點對的時鐘信息交換過程中,一個節(jié)點向另一個節(jié)點發(fā)送時鐘信息時,處于發(fā)送節(jié)點廣播域中的其他節(jié)點也能收到此信息。這些節(jié)點將接收到的時鐘信息和本地時鐘信息的平均值作為自己的更新時鐘。這樣的過程在每個節(jié)點對之間反復進行,最終可使網(wǎng)絡中所有節(jié)點的時間信息收斂到某一個固定值,從而實現(xiàn)網(wǎng)內時間同步。該算法也考慮了無線信道衰落和隨機延遲對增強型Gossip同步算法的影響。5目前許多無線傳感器網(wǎng)絡的平均時間同步方案是按線性規(guī)則進行時鐘更新的。然而在很多實際情況中,網(wǎng)絡節(jié)點的算法可能需要非線性設計,所以論文也研究了無線傳感器網(wǎng)絡的非線性平均時間同步方案。網(wǎng)絡中的相鄰居節(jié)點時鐘信息交換后按照一種非線性規(guī)則進行時鐘信息更新。該規(guī)則必須符合一定的條件才能使網(wǎng)絡所有節(jié)點同步于它們初始時鐘的平均值。本文找到了使所有節(jié)點收斂到初始平均的充分條件。并用圖論、李亞普諾夫理論和拉格朗日中值定理進行了證明。
[Abstract]:Along with the rapid growth in the social demand, as the core of the Internet of things -- part of the wireless sensor network by academia and industry more and more attention. Time synchronization is a key technology of wireless sensor network, to achieve data integration, cooperative transmission, network security has important significance and target tracking shows. Theoretical research and engineering practice: time synchronization is the theoretical research into practice. The main problem of these facts based on the background, the time of distributed wireless sensor network synchronization algorithm is discussed in detail, the main work and innovation are as follows: 1 Wireless Sensor Networks with distributed, lack of infrastructure, limited energy, characteristics the storage and computing ability is limited, so in the design of wireless sensor network time synchronization scheme, not too complex calculation and Routing. In order to achieve a rapid time synchronization and reduce network energy consumption, this paper studies the wireless sensor network time synchronization broadcast synchronization algorithm. Each node broadcasts its current clock information corresponding to the neighbor node receives the information, do the simple average of the received information, the average value as the clock ticks down a moment of broadcasting, this process is repeated, eventually all the network nodes clock reach the same average value, so as to realize the synchronization of distributed wireless sensor network, because network nodes only receive broadcast information from neighbor nodes, so the scheme without complicated routing, and simple calculation fast convergence, low energy consumption of.2 in large scale wireless sensor network synchronization algorithm of demand, proposed a large scale synchronization algorithm based on Gossip multicast Time synchronization scheme for wireless sensor networks. This scheme allows multiple nodes simultaneously broadcast time information at the same time, the node node in the broadcast domain respectively receive and broadcast algorithm according to update the clock information. In order to avoid communication conflicts and receive chaos, the scheme based on graph for broadcast distance between nodes is equal to three. This algorithm can improve the convergence speed of time synchronization of wireless sensor networks and synchronization accuracy, and can reduce the energy consumption of the network for the calculation of.3 time synchronization algorithm for wireless sensor networks in the traditional synchronous high complexity and slow convergence speed problem, proposed Gossip synchronization algorithm and multi Gossip synchronization algorithm. Single Gossip synchronization algorithm is constructed using the first generation get a spanning tree algorithm, and then followed by Gos clock information of the two node of each edge of the spanning tree The SIP operation, this process is repeated, the average convergence clock information of every node in the network to their initial clock information value. Multi Gossip synchronization algorithm for edge coloring of edges of the spanning tree, the same staining can be done at the same time Gossip operation. The two synchronization algorithm reduces the number of message exchange, reduces the computational complexity to improve the convergence speed of.4 synchronization, we proposed an enhanced Gossip synchronization algorithm, the algorithm makes use of the broadcast nature of wireless channel to improve the performance of synchronization. The node clock information of the exchange process, a node to another node sends clock information, at other nodes sending nodes in a broadcast domain can these nodes will receive this information. The average value of the received clock information and local clock information as their update clock. This process is repeated in each node to the end. The time information of all nodes in the network converge to a fixed value, so as to realize the network time synchronization. The algorithm also considers the wireless channel fading and random delay is in the linear rule clock update on the effects of enhanced Gossip synchronization algorithm.5 the average time of many wireless sensor network synchronization scheme. However, in many practical cases, the network node algorithm may require nonlinear design, so this paper also studies the nonlinear average time synchronization scheme in wireless sensor networks. The phase information of neighbor nodes in the network according to the clock after the exchange of a kind of nonlinear rules of the clock information update. The rule must meet certain conditions in order to make all the network nodes on average they are synchronized to the initial clock value. This paper has found that all nodes converge to the average of the initial sufficient conditions. And by using graph theory, Li Ya Lyapunov theory and the Lagrange theorem are proved.
【學位授予單位】:西安電子科技大學
【學位級別】:博士
【學位授予年份】:2014
【分類號】:TN929.5;TP212.9
【相似文獻】
相關期刊論文 前10條
1 孫鐘秀,商陸軍;一種用于分布式同步的令牌算法[J];中國科學(A輯 數(shù)學 物理學 天文學 技術科學);1987年01期
2 段平;一個分布式實時同步算法的性能模擬[J];計算機應用與軟件;1991年01期
3 羅麗云,劉虎,張樹京;IEEE802.16-OFDM分組檢測和符號同步算法[J];鐵道學報;2005年04期
4 呂達;饒才杰;劉巖;;一種可變積分時間全球導航定位系統(tǒng)位同步算法[J];導彈與航天運載技術;2012年03期
5 田麗娟;楊平;;基于內插的符號同步算法設計[J];艦船電子工程;2013年01期
6 徐旦;生擁宏;鞠大鵬;吳建平;汪東升;;高效的兩輪遠程文件快速同步算法[J];計算機科學與探索;2011年01期
7 劉芳;馮永新;;基于影響因子的時分數(shù)據(jù)調制信號模糊抑制同步算法[J];宇航學報;2014年04期
8 劉策倫;安建平;李雙煥;王宇;;高速并行接收機中的頻域符號同步算法[J];空間電子技術;2013年02期
9 周娜;于文革;;基于準同步算法的交流采集系統(tǒng)設計[J];中國電力教育;2008年S3期
10 丁承;羅炬鋒;汪磊;王營冠;付耀先;;一種應用于OFDM系統(tǒng)中的符號精確定時算法的FPGA實現(xiàn)[J];現(xiàn)代電子技術;2012年13期
相關會議論文 前10條
1 劉凱;許小東;徐佩霞;;一種基于粒子濾波的盲定時估計和符號檢測算法[A];無線傳感器網(wǎng)及網(wǎng)絡信息處理技術——2006年通信理論與信號處理年會論文集[C];2006年
2 喬良;李明;鄭輝;;編碼輔助同步算法在抗干擾通信中的應用[A];第七屆衛(wèi)星通信新技術、新業(yè)務學術年會論文集[C];2011年
3 萬增然;詹亞鋒;;用于深空通信的譯碼輔助同步算法[A];中國宇航學會深空探測技術專業(yè)委員會第七屆學術年會論文集[C];2010年
4 劉允;邵懷宗;彭啟琮;劉甲子;;一種改進的OFDM系統(tǒng)符號同步算法[A];2007通信理論與技術新發(fā)展——第十二屆全國青年通信學術會議論文集(下冊)[C];2007年
5 黃欣;;基于MSK系統(tǒng)的同步算法研究[A];2008通信理論與技術新發(fā)展——第十三屆全國青年通信學術會議論文集(下)[C];2008年
6 袁兆凱;李宇;隋天宇;黃海寧;;水聲OFDM抗多途信道同步算法[A];中國聲學學會2009年青年學術會議[CYCA’09]論文集[C];2009年
7 倪瑛;葉明;;OFDM系統(tǒng)中的同步算法及其仿真[A];現(xiàn)代通信理論與信號處理進展——2003年通信理論與信號處理年會論文集[C];2003年
8 孫科;劉皓;;一種OFDM頻率同步算法及實現(xiàn)[A];2006中國西部青年通信學術會議論文集[C];2006年
9 吳鵬;廉保旺;劉亞擎;;GPSL5信號的匹配濾波位同步算法的硬件實現(xiàn)[A];第三屆中國衛(wèi)星導航學術年會電子文集——S07北斗/GNSS用戶終端技術[C];2012年
10 韓洪波;倪宏;孫鵬;;一種面向MXF視頻和PCM音頻的唇音同步算法[A];中國聲學學會2009年青年學術會議[CYCA’09]論文集[C];2009年
相關重要報紙文章 前1條
1 鄧燦;計算機自考《操作系統(tǒng)》題解[N];中國電腦教育報;2002年
相關博士學位論文 前10條
1 師超;無線傳感器網(wǎng)絡分布式時間同步算法研究[D];西安電子科技大學;2014年
2 李艷蘋;正交頻分復用系統(tǒng)時頻同步算法的研究[D];哈爾濱理工大學;2012年
3 鄭娟;寬帶無線OFDM系統(tǒng)同步算法的研究[D];北京郵電大學;2008年
4 周恩;多徑信道下OFDM系統(tǒng)同步算法研究[D];北京郵電大學;2006年
5 馬馳翔;多天線正交頻分復用無線通信系統(tǒng)的基帶同步算法研究[D];北京工業(yè)大學;2012年
6 齊家敏;BOC信號同步算法研究與實現(xiàn)[D];上海交通大學;2014年
7 許煒陽;OFDM寬帶無線基帶接收機中的同步算法研究[D];復旦大學;2010年
8 管云峰;突發(fā)CDMA與突發(fā)OFDM接收機同步算法研究及實現(xiàn)[D];浙江大學;2003年
9 方繼承;CPM低復雜度解調與同步算法的研究[D];國防科學技術大學;2007年
10 姚天翔;無線通信中的數(shù)字同步算法研究[D];浙江大學;2006年
相關碩士學位論文 前10條
1 朱娟;LTE系統(tǒng)下行同步算法的研究與實現(xiàn)[D];電子科技大學;2015年
2 陳政;低信噪比SC-FDE系統(tǒng)同步算法研究及其FPGA實現(xiàn)[D];電子科技大學;2015年
3 高Z腪,
本文編號:1416727
本文鏈接:http://sikaile.net/kejilunwen/wltx/1416727.html