博碩士論文 100522024 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:54 、訪客IP:3.147.46.174
姓名 廖基豪(Ji-Hau Liao)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 可充電無線感測網路最佳化充電器佈置
(Optimized Charger Deployment for Wireless Rechargeable Sensor Networks)
相關論文
★ 以IEEE 802.11為基礎行動隨意無線網路之混合式省電通訊協定★ 以范諾圖為基礎的對等式網路虛擬環境相鄰節點一致性研究
★ 行動隨意網路可調適及可延展之位置服務協定★ 同儕式網路虛擬環境高效率互動範圍群播
★ 巨量多人線上遊戲之同儕網路互動範圍語音交談★ 基於范諾圖之同儕式網路虛擬環境狀態管理
★ 利用多變量分析 之多人線上遊戲信任使用者選擇★ 無位置資訊無線感測網路之覆蓋及連通維持
★ 同儕網路虛擬環境3D串流同儕選擇策略★ 一個使用802.11與RFID技術的無所不在導覽系統U-Guide之設計與實作
★ 同儕式三維資料串流★ IM Finder: 透過即時通訊網路線上使用者找尋解答
★ 無位置資訊無線感測網路自走車有向天線導航與協調演算法★ 多匯點無線感測網路省能及流量分散事件輪廓追蹤
★ 頻寬感知同儕式3D串流★ 無線感測網路旋轉指向天線定位法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 可充電無線感測網路(Wireless Rechargeable Sensor Network, WRSN)中,可適時利用無線充電技術(Wireless Charging Technology)補充感測節點(Sensor Node)的電力,使整個感測網路得以持續運行,而具有永續性(Sustainability)。在WRSN中,有兩個重要問題 (1) 如何有效的佈置充電器而能以最少的充電器覆蓋所有的感測節點; (2) 如何制定合宜的充電器工作週期(Duty Cycle)。本論文針對可佈置於固定高度格子點(Grid Point)上具指向性天線(Directional Antenna)的無線充電器(Wireless Charger),提出解決上述問題的三個演算法: (1)基於節點的貪婪圓錐選擇NB-GCS (Node Based Greedy Cone Selecting)演算法: 嘗試以個別節點相關聯圓錐為基礎,以貪婪方式選擇最小數量的充電器。(2) 基於點對的貪婪圓錐選擇 PB-GCS(Pair Based Greedy Cone Selecting) 演算法: 嘗試以每對節點相關聯圓錐為基礎,以貪婪方式選擇最小數量的充電器。(3) DCS(Duty Cycle Scheduling)演算法: 為了節省無線充電器的電力消耗,我們以感測節點的工作負載來推算其耗電率,並根據感測節點回報的充電效益來制定出各個無線充電器的工作週期。
我們使用兩組Powercast P2110-EVAL-02充電器設備進行充電效益實測,以得到較貼近真實的模擬參數進行模擬,並另外進行時間複雜度分析,藉以比較NB-GCS演算法與PB-GCS演算法的效能,結果顯示PB-GCS演算法最佳化充電器數量的效果優於NB-GCS演算法,但NB-GCS有較低的時間複雜度。
摘要(英) In wireless rechargeable sensor networks (WRSNs), the power of sensor nodes can be supplied via wireless charging technology, such that the WRSNs operate sustainably. There are two important problems in WRSNs. (1) How to deploy the chargers as few as possible. (2) How to save the power consumption of these chargers. In this paper, we focus on the wireless chargers which equip a directional antenna which can be deployed on grid points at a fix height, and propose three algorithms to solve above problems. (1) Greedy heuristic algorithm node based greedy cone selecting (NB-GCS) algorithm: try to optimize the number of chargers based on node positions. (2) Greedy heuristic algorithm pair based greedy cone selecting (PB-GCS) algorithm try to optimize the number of chargers based on pairs of nodes. (3) Duty cycle scheduling (DCS) algorithm to formulate the duty cycle via charging efficiency information report from the sensor nodes for each charger to save its power consumption.
We bought two Powercast P2110-EVAL-02 wireless charging equipment and measured the charging efficiency for obtaining the near reality simulation arguments. Then we took the simulation and analyzed the time complexity of NB-GCS and PB-GCS algorithm. According to the simulation result, PB-GCS is better than NB-GCS in optimizing the number of chargers, but NB-GCS has lower time complexity than PB-GCS.
關鍵字(中) ★ 充電器佈置
★ 工作週期
★ 永續性
關鍵字(英) ★ Charger Deployment
★ Duty Cycle
★ Sustainability
論文目次 中文摘要……………………………………………………………i
英文摘要……………………………………………………………ii
致謝…………………………………………………………………iii
目錄…………………………………………………………………iv
圖目錄………………………………………………………………v
表目錄………………………………………………………………vi
一、緒論……………………………………………………………1
二、背景知識………………………………………………………6
2.1 能量收集………………………………………………………6
2.2 感測節點的能量管理…………………………………………10
2.3 福利斯自由空間模型…………………………………………11
三、假設與解法……………………………………………………12
3.1 假設與問題定義………………………………………………12
3.2 最佳化無線充電器的數量……………………………………14
3.2.1 網格邊長的限制……………………………………………14
3.2.2 無線充電器的佈置…………………………………………17
3.3 制定無線充電器的工作週期………………………………23
四、實驗與模擬……………………………………………………25
4.1 實驗…………………………………………………………25
4.1.1 測量單一無線充電器在不同角度下的充電距離…………27
4.1.2 測量兩個無線充電交集區域的能量疊加效果……………34
4.2 模擬……………………………………………………………38
4.2.1 參數設定……………………………………………………38
4.2.2 理想情形與仿真情形的比較………………………………39
4.2.3 網格邊長的影響……………………………………………42
五、結論與未來展望………………………………………………45
參考文獻……………………………………………………………46
參考文獻 [1] A. Chen, Z. Li, T.-H. Lai, and C. Liu, " One-Way Barrier Coverage With Wireless Sensors," Proc. IEEE INFOCOM, pp. 626-630,2011.
[2] S. Lin, J. Zhang, G. Zhou, L. Gu, T. He, and J. A. Stankovic, "ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks," Proc. 2006 ACM 4th International Conference on Embedded Networked Sensor Systems (SenSys), pp. 223-226, November, 2006.
[3] H. Karl, A. Wolisz, L. C. Zhong, and J. M. Rabaey, "Distributed Algorithms for Transmission Power Control in Wireless Sensor Networks," Proc. IEEE Wireless Communications and Networking Conference (WCNS), Vol. 1, pp. 558-563, 2003.
[4] W. Ye, J. Heidemann, and D. E. Estrin, "Medium Access Control with Coordinated Adaptive Sleeping for Wireless Sensor Networks," IEEE/ACM Transactions on Networking, Vol. 12, pp. 493-506, June, 2004.
[5] C. C. Enz, A. El Hoiydi, J.-D. D. Decotignie, and V. Peiris, "WiseNET: An Ultralow-Power Wireless Sensor Network Solution," IEEE Computer, Vol. 37, pp. 62-70, Aug, 2004.
[6] W. R. Heinzelman, A. P. Chandrakasan, and H. R. Balakrishnan, "Energy-Efficient Communication Protocol for Wireless Microsensor Networks," Proc. the 33rd Hawaii International Conference on System Sciences (HICSS), January, 2000.
[7] S. Lmdsey and C. S. Raghavendra, "PEGASIS: Power-Efficient Gathering in Sensor Information Systems," Proc. IEEE Aerospace Conference (AC), Vol. 3, pp. 1125-1130, Mar, 2002.
[8] S. He, J.-M. Chen, F. Jiang, D. Y. Yau, G. Xing, and Y.-X. X. Sun, " Energy Provisioning in Wireless Rechargeable Sensor Networks," Proc. IEEE IFONCOM, pp. 2006-2014, 2011.
[9] A. M. Zungeru, L.-M. Ang, SRS. Prabaharan, and K. P. Seng, "Radio Frequency Energy Harvesting and Management for Wireless Sensor Networks," Green Mobile Devices and Networks: Energy Optimization and Scavenging Techniques, pp. 341-368, 2012.
[10] S. Escolar, S. Chessa, and J. Carretero, "Optimization of Quality of Service in Wireless Sensor Networks Powered by Solar Cells," Proc. 2012 IEEE 10th International Symposium on Parallel and Distributed Processing with Applications (ISPA), pp. 269-276, 2012.
[11] Fu Da Tong website: http://www.rfidpower.com.tw/chinese/index.htm
[12] PowerCast website: http://www.powercastco.com/
[13] FCC website: http://www.fcc.gov/
[14] T.-C. Chiu, Y.-Y. Shih, A.-C. Pang, J.-Y. Jeng, and P.-C. Hsiu, "Mobility-aware charger deployment for wireless rechargeable sensor networks," Proc. Network Operations and Management Symposium (APNOMS), pp. 1-7, 2012.
[15] K. Li, H. Luan, and C.-C. Shen, "Qi-Ferry: Energy-Constrained Wireless Charging in Wireless Sensor Networks," IEEE Wireless Communications and Networking Conference, pp. 2515–2520, 2012.
[16] J. A. Shaw, "Radiometry and the Friis Transmission Equation," American Journal of Physics (AJP), Vol. 81, pp. 33-38, 2012.
[17] Y. K. Tan, and S. K. Panda, "Review of Energy Harvesting Technologies for Sustainable Wireless Sensor Network," Sustainable Wireless Sensor Networks, In Y.K. Tan (Ed.), pp. 15-43. InTech Publishing, Janeza Trdine 9, 51000 Rijeka, Croatia, Dec. 2010.
[18] http://www.mrsolar.com/
[19] W. Haboubi, H. Takhedmit, O. Picon, and L. Cirio, "A GSM-900 MHz and WiFi-2.45 GHz dual-polarized, dual-frequency antenna dedicated to RF energy harvesting applications," Proc. European Conference on Antennas and Propagation (EuCAP), pp. 3959 – 3961, Apr. 2013.
[20] B. Bougard, F. Catthoor, D. C. Daly, A. Chandrakasan, and W. Dehaene, "Energy Efficiency of the IEEE 802.15.4 Standard in Dense Wireless Microsensor Networks: Modeling and Improvement Perspectives," Proc. Design, Automation and Test in Europe Conference and Exhibition, Vol.1, pp.196 – 201, 2005.
[21] J. L. Hennessy, and D. A. Patterson, Computer Architecture: A Quantitative Approach, Morgan Kaufmann, 4/e, 2007.
指導教授 江振瑞(Jehn-Ruey Jiang) 審核日期 2013-7-26
推文 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聯絡  - 隱私權政策聲明