博碩士論文 975302007 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:118 、訪客IP:3.139.233.17
姓名 張隆洲(Lung-Chou Chang)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 一個低功耗的無線聲音感測網路設計與實作
(Design and Implementation of a Low Power Wireless Sound Sensor Network)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 目前常見的無線感測網路,多採用單一維度且無即時串流型態的感測器,如
溫度、溼度或是煙霧等。聲音感測則呈現高度即時性的資料串流特性,當其在無
線網路傳輸時通常需要低延遲的傳輸性能。本研究即針對聲音偵測、訊號處理以
及無線聲音傳輸的應用,設計一個低功耗的無線聲音感測網路。
我們參考IEEE 802.15.4 與Zigbee 協定,針對無線聲音傳輸特性,設計一個
無線聲音感測網路MAC 層協定,以提供精簡且高效率的通訊;我們規畫了一個
無線聲音傳輸的封包結構,並提出新的無線聲音同步方法,以改善無線訊號傳輸
過程封包遺失所造成的聲音不連續性。最後我們設計一組電源管理策略,可以有
效達到節能的目標。
我們在ARM Cortex M3 嵌入式微處理器平台上實作了此一無線聲音感測網
路並進行系統整合驗證。實驗結果顯示,我們所設計的系統對於聲音的延遲與同
步特性有著優異的特性;相對於傳統的無線資料傳輸,我們所使用的封包精簡約
50%,因此可以減少傳輸次數,提高效能,同時也節省耗電量。
摘要(英) At present, common wireless sensing network(WSN), most are based on a single
dimension and non real-time streaming types of sensors, such as temperature,
humidity, or Smoke etc. Sound sensing presents the highly instantaneity of real time
data streaming characteristic. When it in wireless networks usually require low
latency transmission performance. This research focuses on sound detection, signal
processing and wireless sound transmission of the application, and design a low
power wireless sound sensor network
We refer to the IEEE 802.15.4 and Zigbee protocol, features for wireless sound
transmission, and design a wireless sound sensor network MAC layer protocol to
provide a streamlined and high efficient communication. We have planned a wireless
sound transmission packet structure, and propose a new s wireless sound
synchronization method, to improve the wireless signal transmission voice packet loss
caused by the discontinuity. Finally, we design a power management strategy can
effectively achieve the energy conservation.
We implemented wireless sound sensor network and system integration
verification with the ARM Cortex M3 embedded microprocessor platform.
Experimental result shows, We designed the system for the sound delay and
synchronization with superiority features, Compared with traditional wireless data
transmission, we reduced about 50% packet size, therefore transmission times can be
reduced, enhances the efficiency and saving the power consumption.
關鍵字(中) ★ 聲音感測網路
★ 無線感測網路
關鍵字(英) ★ zigbee
★ WSSN
★ WSN
論文目次 摘要............................................................................................................................ II
Abstract ........................................................................................................................ III
致謝.............................................................................................................................IV
圖目錄....................................................................................................................... VII
表目錄.........................................................................................................................IX
第一章、緒論...............................................................................................................1
1.1 研究動機.........................................................................................................1
第二章、無線感測網路...............................................................................................4
2.1 IEEE 802.15.4 通訊協定與Zigbee.................................................................5
2.2 資料傳輸模型與MAC 層..............................................................................7
2.2.1 IEEE 802.15.4 的SuperFrame 架構....................................................7
2.2.2 資料傳輸模型.......................................................................................8
2.2.3 媒體存取層(MAC Layer)架構.........................................................10
2.3 IEEE 802.15.4 網路拓樸形態.......................................................................13
2.3.1 IEEE 802.15.4 的網路層的拓樸型態................................................13
2.3.2 IEEE 802.15.4 的網路路由...............................................................14
2.5 無線感測網路相關設計考量........................................................................17
第三章、MAC 層設計與架構...................................................................................19
3.1 通訊協定設計................................................................................................19
3.1.2 裝置刪除、查詢、修改與超級節點.................................................27
3.1.3 TDMA with Timeslot 設計................................................................34
3.2 路由設計........................................................................................................37
3.2.1 路由表................................................................................................38
3.3 電源管理:....................................................................................................39
3.3.1 STM32 電源管理...............................................................................39
3.3.2 RF 模組電源管理...............................................................................43
3.3.3 其他外接模組電源管理....................................................................44
第四章、嵌入式系統實作.........................................................................................45
4.1 硬體平台........................................................................................................45
4.1.2 RF 模組與其他感測器元件...............................................................46
4.2 WSSN 嵌入式軟體設計...............................................................................47
4.3 聲音擷取與儲存模組設計............................................................................49
4.4 無線聲音傳輸與同步模組設計....................................................................55
4.5 WSSN 封包規劃與設計...............................................................................58
4.6 實驗與效能分析............................................................................................63
4.7 小結與討論...................................................................................................64
第五章結論與未來方向...........................................................................................66
5.1 結論...............................................................................................................66
5.2 未來方向........................................................................................................67
參考文獻.....................................................................................................................68
參考文獻 [1] IEEE 802 Working Group, “Standard for Part 15.4: Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Low Rate Wireless Personal Area Networks (LR-WPANs),” ANSI/IEEE 802.15.4, Sep. 2006.
[2]SmartDust:http://robotics.eecs.berkeley.edu/~pister/SmartDust/
[3]ZigBee Alliance, Zigbee Alliance, 2007. [Online] http://www.zigbee.org
[4] J. Misic, V.B.Misic, “Performance limitations of the MAC layer in 802.15.4 low rate WPAN”, Computer Communications 29, pp.2534-2541, 2006.
[5] A. Perrig, R. Szewczyk, V. Wen, D. Culler, J.D. Tygar, “SPINS: Security protocols for sensor networks,” Mobile Computing and Networking 2001 Rome, Italy, ACM
[6] C. Intanagonwiwat, R. Govindan, D. Estrin, J. Heidemann, F. Silva, “Directed diffusion for wireless sensor networking,” IEEE/ACM Transactions on Networking, Feb. 2003.
[7]http://nms.lcs.mit.edu/projects/leach/
[8]M. Zorzi, and R. R. Rao, “Geographic Random Forwarding (GeRaF) for ad hoc and sensor networks: energy and latency performance,” to appear in the IEEE Transactions on Mobile Computing, vol. 2, no. 4, Oct.-Dec. 2003.
[9] G. Zhihui and A. Khokhar, "Self organization and energy efficient TDMA MAC protocol by wake up for wireless sensor networks," Proceedings of Sensor and Ad Hoc Communications and Networks (SECON 2004), Santa Clara, CA, 2004..
[10] W. Ye, J. Heidemann, and D. Estrin, "An energy-efficient mac protocol for wireless sensor networks," Proceedings of the 21st International Annual Joint Conference of the IEEE Computer and Communications Societies, New York, 2002, pp. 1567-1576.
[11] http://www.st.com/mcu/inchtml-pages-stm32.html
[12] http://www.nordicsemi.com/index.cfm?obj=product&act=display&pro=89
[13]http://www.itu.int/rec/T-REC-G.726/e
[14]http://www.itu.int/rec/T-REC-G.711/e
[15]J. A. Stankovic, T. E. Abdelzaher, L. Chenyang, S. Lui, and J. C. Hou, "Real-time communication and coordination in embedded sensor networks," Proceedings of the IEEE, vol. 91, issue 7, 2003, pp. 1002-1022.
[16] J. Misic, V.B.Misic, “Access delay for nodes with finite buffers in IEEE 802.15.4 beacon enabled PAN with uplink transmissions”, Computer Communications 28, pp.1151-1166, 2005.
[17]James F. Kurose,Keith W. Ross,”Computer Networking A Top-Down Approach” Mar. 2007.
[18] CHEN, Ching-Han; DAI, Jia_Hong; “Design and high-level synthesis of discrete-event controller,” Automatic Control Conference, pp. 610 –615 vol.1, 2002.
指導教授 陳慶瀚 審核日期 2010-7-28
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明