博碩士論文 995302003 詳細資訊




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

摘要(中) 無線感測網路(WSN)是近年來非常熱門的技術。隨著電子技術快速進展,體積、耗電、成本的持續改善,使得WSN可望在各種工商業環境下大量建置,例如︰溫、濕度、亮度、震動等環境監測應用。但是受限於無線感測網路低功耗、低頻寬、低儲存能力,多媒體的傳輸仍是極大的挑戰。
本論文提出一個適應性的無線感測網路通訊方法,設計一個新的通訊協定架構,架構使用雙協定縮減檔頭,在大量資料傳輸時可以增加效率;同時我們實做了嵌入式JPEG影像編解碼,在硬體資源有限(hardware resources constrained)嵌入式環境下,提供一個高效能的無線影像通訊編碼方法。這個方法可以依照網路頻寬狀況和特定監控需求調整影像品質,以滿足品質/傳輸速率的適應性。
本論文以MIAT實驗室所研發的STM32模組板作為無線感測網路控制器晶片的驗證平台,搭配2.4GHz RF模組實作CMOS影像感測器的取像、JPEG壓縮和無線影像傳輸。實驗結果顯示,我們的實驗系統可以進行可靠的影像傳輸,可以即時調整影像品質,並且可以在多台從屬端的環境下進行資料即時通訊。本論文提出的適應性無線感測網路方法可以應用於小範圍、低功耗、硬體資源受限的分散式視訊監控應用。
摘要(英) The WSN has been widely used in various applications of environmental information monitoring like of the temperature, humidity, brightness, and vibration etc., However, it is still a great challenge to transmit multimedia data in a WSN because of its low-power, low-bandwidth and low storage capacity.
This thesis presents an adaptive wireless image sensor network. We propose a new communication protocol to increase the efficiency for large amount of image data transmission by using dual-protocol architecture. By implementing an embedded JPEG codec, we also provide an adaptive wireless image communication method which can be used in an un-reliable communication environment with extreme hardware resource constraints. According to the status of network bandwidth and specific monitoring requirement, the image quality is dynamically adjusted to find the balance between transmission rate and image quality.
Our experiments show that our system achieves a reliable image transmission, real-time image quality adjustment and single-master/multiple-slave communication. The proposed image WSN is suitable to be applied in the small-scale distributed video surveillance with low power and hardware-constrained.
關鍵字(中) ★ 無線影像感測網路
★ 嵌入式系統
★ 適應性影像傳輸
關鍵字(英) ★ adaptive image transfer
★ Embedded System
★ Wireless Multimedia Sensor Networks
論文目次 摘要 I
Abstract II
目錄 III
圖目錄 VI
表目錄 VIII
第一章 緒論 1
1.1、研究背景與動機 1
1.2、研究目的 2
1.3、論文架構 3
第二章 無線影像感測 4
2.1、影像擷取 4
2.2、影像壓縮 7
2.2.1、色彩空間轉換 8
2.2.2、離散餘弦轉換 8
2.2.3、量化 (Quantization) 9
2.2.4、DC編碼和Zig-Zag編碼順序 12
2.2.5、熵編碼技術 (Entropy Coding)/霍夫曼編碼 (Huffman Encoding) 13
2.2.5.1、DC編碼 13
2.2.5.2、AC編碼 17
2.3、無線感測網路(Wireless Sensor Network) 18
第三章 無線影像感測網路協定設計 22
3.1、無線影像感測網路協定架構 22
3.2、影像感測網路協定功能 23
3.2.1 主控端節點協定設計 23
3.2.1.1 主控端控制協定 24
3.2.1.2 主控端影像傳送協定 26
3.2.1.3 適應性影像品質控制模組 28
3.2.2 從屬端節點協定設計 30
3.2.2.1 從屬端控制協定 31
3.2.2.2 從屬端影像傳送協定 33
3.2.3 無線影像感測網路協定格式 34
3.2.3.1 控制協定格式 34
3.2.3.2 影像傳送協定格式 35
3.3、編碼表 37
第四章 無線影像感測網路系統設計 39
4.1、系統架構 39
4.2 無線影像感測網路協定嵌入式軟體實作 45
4.2.1 主控端嵌入式軟體實作 45
4.2.2 從屬端嵌入式軟體實作 48
4.3 JPEG嵌入式軟體實作 50
第五章 系統整合驗證與實驗 57
5.1、系統測試流程 57
5.2、系統功能評估 59
5.3、系統效能評估 63
5.3.1、影像大小與壓縮比 64
5.3.2、壓縮/解壓縮時間 64
5.3.3、傳輸時間 65
5.4、分析及探討 66
第六章 結論 67
6.1、結論 67
6.2、未來方向 67
參考文獻 69
參考文獻 [1] Ian F. Akyildiz *, Tommaso Melodia, Kaushik R. Chowdhury, ” A survey on wireless multimedia sensor networks”, ScienceDirect Computer Networks 51, pp. 921-960, 2007.
[2] I. K. Ibrahim, "Handbook of research on mobile multimedia," Information Science References, Second Edition, Vol 1, pp 133-149.
[3] Yan Sun, Le Li Hong Luo , "Design of FPGA-Based Multimedia Node for WSN," Wireless Communications, Networking and Mobile Computing (WiCOM), 2011 7th International Conference on , pp.1-5, 23-25 Sept. 2011.
[4] Akan, O.B. , "Performance of Transport Protocols for Multimedia Communications in Wireless Sensor Networks," Communications Letters, IEEE , vol.11, no.10, pp.826-828, October 2007
[5] 網路資料︰A smart multi-hop hierarchical routing protocol for efficient video communication over wireless multimedia sensor networks, 2012年6月20 日,取自http://cds.unibe.ch/research/pub_files/RCPMCB12.pdf
[6] Dionisis Kandris, Michail Tsagkaropoulos, Ilias Politis, Anthony Tzes, Stavros Kotsopoulos, Energy efficient and perceived QoS aware video routing over Wireless Multimedia Sensor Networks, Ad Hoc Networks, Volume 9, Issue 4, pp. 591-607, June 2011.
[7] M. Wu and C.-W. Chen, “Multiple bitstream image transmission over wireless sensor networks”, in Proc. IEEE Int. Sensors, vol. 2, pp. 727-731 , 2003.
[8] Zhi-Yan Cao, Zheng-Zhou Ji, and Ming-Zeng Hu, “An Image Sensor Node for Wireless Sensor Networks.”, In Proceedings of the International Conference on Information Technology: Coding and Computing (ITCC’’05) - Volume II - Volume 02 (ITCC ’’05), Vol. 2. IEEE Computer Society, pp. 740-745, 2005.
[9] 網路資料︰基本取像原理與技術。2012年5月12 日,取自http://140.130.15.147/半導體及光電/課程教材/自動化光學檢測/ch03_基本取像原理與技術.pdf
[10] 網路資料︰Super CCD。2012年6月20 日,取自http://www.fujinon.de/en/medical-products/highlights/hdtv-system/super-ccd-technology-for-perfect-images/
[11] B. E. Bayer, “Color Imaging Array,” U. S. Patent 3 971 065, 1976.
[12] Ebrahimi F, Chamik M, Winkler S,“JPEG vs. JPEG2000: An Objective Comparison of Image Encoding Quality.”, Proc SPIE 5558:300–308, 2004
[13] 20.G. K. Walllace, “The JPEG still picture compression standard,” Commun. ACM, vol. 34, no. 4, pp. 30-44, Apr. 1991.
[14] 網路資料︰libjpeg document, Compression parameter selection。2012年5月23 日,取自http://apodeline.free.fr/DOC/libjpeg/libjpeg-3.html
[15] 楊智仁,以軟/硬體共同設計方式在SOC發展平台上實現JPEG多媒體系統,國立成功大學,碩士論文,民國91年
[16] 網路資料︰無線感測器網路平台及應用。2012年3月20 日,取自http://web1.nsc.gov.tw/ct.aspx?xItem=11077&ctNode=40&mp=1
[17] 網路資料︰無線感測網路中心研究摘要 。2012年5月12 日,取自http://www.wsnc.ntu.edu.tw/reasch.php
[18] IEEE Std 802.15.4 Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Low-Rate Wireless Personal Area Networks (WPANs)
[19] 網路資料︰WirelessHart。2012年6月20 日,取自http://www.hartcomm.org/protocol/wihart/wireless_technology.html
[20] 網路資料︰Z-Wave。2012年6月20 日,取自http://www.z-wave.com/modules/ZwaveStart/
[21] 網路資料︰囿於互通性/成本 ZigBee專有WSN應運而生。2012年5月13 日,取自http://www.mem.com.tw/article_content.asp?sn=0805130006
[22] 網路資料︰TI CC2510F16 2.4 GHz Radio Transceiver, 8051 MCU and 16 kB Flash memory。2012年7月8日,取自http://www.ti.com/product/cc2510f16
[23] 網路資料︰Nordic NRF24L01。2012年7月8日,取自http://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01
[24] 網路資料︰浯陽科技泛用型模組板系列。2012年7月8日,取自http://www.wu-yang.com.tw/p_list.php
[25] 網路資料︰STMicroelectronic STM32F103ZC。2012年7月8日,取自http://www.st.com/internet/mcu/product/164496.jsp
[26] M. Ancis and D. D. Giusto,” Reconstruction of Missing Blocks in JPEG Picture Transmission”,1999.
[27] Ching-Han Chen, Chia-Ming Kuo, Chen-Yuan Chen and Jia-Hong Dai, "The design and synthesis using hierarchical robotic discrete-event modeling". Journal of Vibration and Control, 2012.
[28] ISO/IEC 10918-1 Digital image compression and coding of continuous-tone still images
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2012-7-21
推文 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聯絡  - 隱私權政策聲明