簡易檢索 / 詳目顯示

研究生: 吳書慈
SHU-TSU WU
論文名稱: 無線網路語音定位系統之設計
A new voice localization system in wireless networks
指導教授: 方文賢
Wen-Hsien Fang
口試委員: 許孟超
Mon-Chau Shie
邱炳樟
Bin-Chang Chieu
學位類別: 碩士
Master
系所名稱: 電資學院 - 電子工程系
Department of Electronic and Computer Engineering
論文出版年: 2008
畢業學年度: 96
語文別: 中文
論文頁數: 66
中文關鍵詞: ZigBeeRSSMMSE無線語音定位
外文關鍵詞: ZigBee, RSS, MMSE, voices localization
相關次數: 點閱:185下載:5
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 於本論文中, 我們研製了建構在無線網路的環境下之無線語音定位系統,利用無線語音定位系統偵測聲音訊號, 進而得知聲音源所在位置之資訊, 應用於室內環境之中。

    本文無線網路建構於ZigBee無線傳輸技術之下,透過Chipcon所研發的的CC2430 ZigBee無線傳輸開發模組作為平臺。首先,我們先將利用RSS(Received Signal Strength) 定位法則, 進行實際量測, 建構強度分佈, 所分佈情形作為距離的界定, 透過分析比對來估算每個節點強度與距離的相對位置。接下來利用海龍(Heron) 公式與三角定理, 再搭配最小均方法(Minimum Mean Square Error,MMSE) 演算法, 作為本文之定位演算法, 進而訂定出發聲源所在之位置。

    在量測中, 我們得知, 當感測之偵測範圍逐漸擴大時, 訊號的不穩定性越顯著, 使得誤差距離隨著偵測範圍增加而逐漸增加, 同時也觀察到, 當感測器佈建增加時, 可以使精準度提高、誤差距離降低, 甚至在小範圍的時候, 可達到準確的定位能力。

    最後, 我們運用此系統實際進行聲音源之估測距離、定位, 並將估測結果分析, 而實驗的結果也驗証了本文所提的無線語音定位系統, 確實能提供利用聲音訊號之定位能力。


    In this thesis, we develop a voice localization system in wireless network by
    detecting the position of a sound signal through a set of microphones, transmitting the received data through wireless channel, and evaluating its position by properly devised algorithm. Be more specific, the received data, under the ZigBee wireless transmission technology, are transmitted to a PC using the CC2430 sensor module, devised by Chipcon Science and Technology. Thereafter, using the established RSS intensity distribution, we translate the RSS into the information of the distance between the position of the voice signal and that of the sensor. We then adopt the Heron theorem and some triangular equalities to estimate the position of the
    sound signal via the minimum mean square error (MMSE) criterion.

    Some experiments are conducted for locating a sound signal in an indoor environment to assess the developed system as well as the location algorithm. Experimental results show that in general there is a close match between the true position and the estimated one. Also, we observe that the estimation errors increase as the detection area gets larger and decrease as more sensors are employed.

    第一章緒論 1 1.1 引言. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 研究動機與目的. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.3 內容章節概述. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 第二章背景回顧 6 2.1 無線網路概述. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.2 ZigBee/IEEE 802.15.4相關研究. . . . . . . . . . . . . . . . . . . . . . . 8 2.2.1 ZigBee/IEEE 802.15.4通訊協定概述. . . . . . . . . . . . . . . . . . . . 9 2.2.2 Zigbee網路結構與特性. . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.2.3 ZigBee與無線通訊技術比較. . . . . . . . . . . . . . . . . . . . . . . .14 2.3 相關定位技術. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .15 2.3.1 無線定位系統介紹. . . . . . . . . . . . . . . . . . . . . . . . . . . .15 2.3.2 無線定位技術法. . . . . . . . . . . . . . . . . . . . . . . . . . . . .19 2.4 結語. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .22 第三章無線語音定位偵測 23 3.1 無線語音定位系統. . . . . . . . . . . . . . . . . . . . . . . . . . . . .23 3.1.1 系統硬體架構. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .23 3.1.2 無線語音定位系統電路之研製. . . . . . . . . . . . . . . . . . . . . . .24 3.1.3 無線傳輸開發模組. . . . . . . . . . . . . . . . . . . . . . . . . . . .31 3.2 系統軟體架構. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .35 3.2.1 軟體架構流程圖. . . . . . . . . . . . . . . . . . . . . . . . . . . . .35 3.2.2 定位演算法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .38 3.3 結語. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .43 第四章系統實作測試與結果 44 4.1 系統實作之測試. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .44 4.1.1 建立訊號強度對距離轉換資料庫. . . . . . . . . . . . . . . . . . . . . .44 4.1.2 無線語音定位系統實際測試. . . . . . . . . . . . . . . . . . . . . . . .46 4.2 實驗數據. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .51 4.3 結語. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .54 第五章結論及未來展望 63 5.1 結論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .63 5.2 未來展望. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .64 參考文獻 65

    [1] D. Niculescu and N. Badri “Ad hoc positioning system (APS) using AOA,”
    IEEE Computer and Commun., pp. 1734-1743, Apr. 2003.
    [2] K.V.S.S.S.S. Sairam, N. Gunasekaran and S.R. Redd, “Bluetooth in wireless
    communication,” IEEE Commun. Mag., pp. 90-96, Jun. 2002.
    [3] J. S. Lee and L. E. Miller, CDMA System Engineering Handbook. Artech
    House, 1998.
    [4] C. Drane, M. Macnaughton and C. Scott, “Positioning GSM telephones, ”
    IEEE Commun. Mag., pp. 46-59, Apr. 1998.
    [5] C. Evans-Pughe “Bzzzz zzz [ZigBee wireless standard],” IEE Review, pp. 28-
    31, Mar. 2003.
    [6] L. Jin-Shyan, S. Yu-Wei and S. Chung-Chou “A Comparative Study of Wireless
    Protocols: Bluetooth, UWB, ZigBee, and Wi-Fi,” IEEE Industrial Electronics
    Society, pp. 46-51, Nov. 2007.
    [7] P.S. Neelakanta and H. Dighe “Robust factory wireless communications: a
    performance appraisal of the Bluetooth/spl trade/ and the ZigBee/spl trade/
    colocated on an industrial floor,” IECON Proceedings, pp. 2381-2386, Nov.
    2003.
    [8] L. Jin-Shyan “An experiment on performance study of IEEE 802.15.4 wireless
    networks,” IEEE Emerging Technologies and Factory Automation, pp. 415-
    458, Sept. 2005.
    [9] E. Trevisani and A. Vitaletti, “Cell-ID location technique, limits and benefit:
    an experimental study,” in Proc. Mobile Computing Systems and Applications,
    pp. 51-60, Dec. 2004.
    [10] M. Wright, D. Stallings adn D. Dunn, “The effectiveness of global positioning
    system electronic navigation,” in Proc. IEEE Digital Object Identifier, pp.
    62-67, Apr. 2003.
    [11] K. Kawabata, N. Nishioka, Po Chih Lin, H. Nakamura and H. Kobayashi,
    “Distance measurement method under multiple ultra sonic sensors environment,”
    in Proc. IEEE Digital Object Identifier, pp. 812-816, Aug. 1996.
    [12] F.J. Riggins and B.C. Hardgrave, “Implementation and Usage of Radio Frequency
    Identification (RFID),” HICSS Internation Conference, pp. 223-223,
    Jan. 2007.
    [13] A. Mason, A. Shaw andA.I. Al-Shamma, “Intelligent Radio Frequency Identification
    Positioning using Wireless Sensor Network,” LAPC Antennas and
    Progation, pp. 145-148, Apr. 2007.
    [14] J.J. Caffery and J. James “A new approach to the geometry of TOA location,”
    IEEE Transactions on Vehicular Technology, pp. 1943-1949, Sept. 2000.
    [15] A. Flammini, D. Marioli, G. Mazzoleni, E. Sisinni and A. Taroni “Received
    Signal Strength Characterization for Wireless Sensor Networking,” Proc.
    IEEE Instrumentation and Measurement Technology Conference, pp. 207-211,
    Apr. 2006.
    [16] K. Sayrarfian-Pour, J. Perez “Robust Indoor Positioning Based on Received
    Signal Strength,” ICPCA 2007 Computing and Applications., pp. 693-698,
    July 2007.
    [17] National Semiconductor Corporation, LM386 Low Voltage Audio Power Amplifier.
    Aug. 2000.
    [18] National Semiconductor Corporation, LM158/LM258/LM358/LM2904 Low
    Power Dual Operational Amplifiers. Jan. 2000.
    [19] Chipcon Company, SmartRFCC2430 Preliminary Datasheet (rev 1.01). Sept.
    2005
    [20] Chipcon Company, Simple API for Z-Stack, Version 1.4.3. 2007.
    [21] Chipcon Company, CC2430 Data Sheet (rev. 2.1). 2007.
    [22] T. Pappas, Heron’s Theorem. The Joy of Mathematics. San Carlos, CA: Wide
    World Publ./Tetra, pp. 62, 1989.
    [23] Y. Ohta, M. Sugano and M. Murata, “Autonomous localization method in
    wireless sensor networks ,” IEEE International Conference on Pervasive Computing
    and Communications, pp. 379-384, Mar. 2005.

    QR CODE