Responsive image
博碩士論文 etd-0729108-205828 詳細資訊
Title page for etd-0729108-205828
論文名稱
Title
無線定位系統中結合粒子濾波器最佳化演算法之非視線傳播鑑別
Non-Line of Sight Identification with Particle Filter Optimization Algprithm in Wireless Location
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
74
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2008-07-01
繳交日期
Date of Submission
2008-07-29
關鍵字
Keywords
粒子濾波器、分群演算法、無線定位、非視線傳播、訊號抵達角度、訊號抵達時間
Wireless Location, TOA, K-means, Particle Filter, AOA, NLOS
統計
Statistics
本論文已被瀏覽 5650 次,被下載 0
The thesis/dissertation has been browsed 5650 times, has been downloaded 0 times.
中文摘要
在無線通訊系統中,訊號受非視線(Non-Line-of-Sight,NLOS)傳播誤差影響而導致定位準確度嚴重降低,故判別出多少個量測訊號為直視傳播(Line-of-Sight,LOS)並同時鑑別出,有助於行動定位準確性之提升。本論文提出一種基於假設檢定(Hypothesis Testing)的遞迴演算法,利用殘餘資訊的概念去判別定位量測值中是否含有NLOS誤差,殘餘資訊的概念為利用不同組合的訊號抵達時間(Time of Arrival,TOA)及角度抵達時間(Angle of Arrival,AOA)量測資訊所估測出來的估測值與利用全部量測資訊的估測值做相減計算並跟一個估測誤差的理論值下限相除。在當量測值含有NLOS誤差的情況下,其殘餘資訊的機率分佈為一個近似自由度為一的非中央式卡方分佈不同於量測值全為LOS狀態下的機率分佈為近似自由度為一的中央式卡方分佈,我們利用LRT~(Likelihood Ratio Test)可判別出訊號量測值是否為LOS或NLOS狀態。在假設檢定演算法所使用的臨界值利用粒子濾波器最佳化演算法可以找出其最佳的值,做為假設檢定判別的依據。粒子濾波器最佳化演算法利用粒子濾波器的特性來選取遞迴演算法所需之最佳臨界值,使得用來判斷多個基地台所量測到訊號的狀態能夠更加的準確,在粒子濾波器最佳化演算法裡,本論文亦使用K-means分群法將粒子分群,藉此將搜尋最佳臨界值的過程同步處理以便能夠快速的找到最佳解。本文中針對混合TOA/AOA (Time of Arrival/Angle of Arrival)定位法,利用判別結果中具備LOS狀態基地台之量測值進行位置的估測。因為排除受到NLOS影響之基地台量測值,演算法能有效的降低NLOS所造成的定位誤差。電腦模擬結果顯示,本文所提出的演算法在基地台遭受不同程度的非直視誤差干擾情況下,其定位效能較其他演算法皆有提升,亦獲得較高的LOS基地台鑑別準確率,針對不同情況皆能獲得適用於該判斷狀態的最佳臨界值。
Abstract
In wireless location systems, received signals may be influenced by non-line of sight (NLOS) propagation errors, which yield severe degradation of location accuracy.Therefore, to distinguish how many measurement signals are line-of-sight (LOS) and to identify them simultaneously will contribute to the increase of location accuracy.We propose a method based on recursive hypothesis testing algorithm, and use residual information to determine whether the NLOS errors are present in measurements. Since the probability distribution of measurements with NLOS errors is different from that of measurements without NLOS errors, a likelihood ratio test can be used in determining the LOS/NLOS status of the measurements. To search for an optimal threshold for the hypothesis testing, particle filtering optimization(PFO) is adopted. The PFO algorithm uses particle filtering to find the best threshold for determining the status of signals measured at all base stations (BSs). In the PFO algorithm, the clustering property of K-means is also used in separating particles, thereby the search of optimal threshold may be implemented in parallel.In this thesis, we focus on the hybrid TOA/AOA (time of arrical/angle of arrival) location method, in which localization only uses the LOS location measurements to calculate the location of a mobile station. Simulation results show that the proposed algorithm performs better than other algorithms which suffer from different degrees of NLOS errors. The proposed scheme also obtains higher identification rate of LOS-BSs in different situations by using the optimal thresholds for status detection.
目次 Table of Contents
誌謝. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i
中文摘要. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii
英文摘要. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii
目錄. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv
圖目錄. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
表目錄. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix
1 緒論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 研究背景. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 研究動機. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 論文結構. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 鑑別NLOS 誤差之定位系統. . . . . . . . . . . . . . . . . . . .. . . 4
2.1 判別非視線基地台臨界值之探討. . . . . . . . . . . . . . . . .4
2.2 基於假設檢定混合型TOA/AOA 判別非視線基地台演算法. . . . . . . 8
2.2.1 最大概似估測法. . . . . . . . . . . . . . . . . . . . . . . . . 10
2.2.2 假設檢定之殘餘測試法(Hypothesis Testing Residual Test) . . 11
2.3 粒子濾波器最佳化演算法之目標函數. . . . . . . . . . . . 17
3 粒子濾波器最佳化演算法之最佳臨界值搜尋. . . . . . . .19
3.1 粒子濾波器(Particle Filter) . . . . . . . . . . . . . . . . . . . .19
3.1.1 重要性取樣. . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.1.2 順序重要性取樣. . . . . . . . . . . . . . . . . . . . . . . . . 21
3.1.3 重取樣. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
3.1.4 粒子濾波器總結. . . . . . . . . . . . . . . . . . . . . . . . . 22
3.2 最佳臨界值之搜尋. . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.2.1 K-means 分群法. . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.2.2 粒子濾波器最佳化演算法. . . . . . . . . . . . . . . . . . . . 25
4 電腦模擬與分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
4.1 非直視情況下五個基地台之定位誤差模擬. . . . . . . 31
4.1.1 不同時間量測誤差之影響. . . . . . . . . . . . . . . . . . . . 32
4.1.2 不同角度量測誤差之影響. . . . . . . . . . . . . . . . . . . . 41
4.1.3 固定臨界值之模擬比較. . . . . . . . . . . . . . . . . . . . . . 49
4.1.4 行動台位置不同之影響. . . . . . . . . . . . . . . . . . . . . . 52
4.2 非視線基地台鑑別準確度之模擬. . . . . . . . . . . . . . . .55
4.3 K-means 分群數目之影響. . . . . . . . . . . . . . . . . . . . 57
5 結論與建議. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
參考文獻. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
參考文獻 References
[1] J. J. Caffery, Wireless location in CDMA cellular radio systems. Kluwer Academic Publishers, 2000.
[2] S. Tekinay, E. Chao, and R. Richton, “Performance benchmarking for wireless location systems,” IEEE Communcations Magazine, vol. 36, no. 4, pp. 72–76,
1998.
[3] J. Zagami, S. Parl, J. Bussgang, and K. Melillo, “Providing universal location services using a wireless E911 location network,” IEEE Communications Magazine, vol. 36, no. 4, pp. 66–71, 1998.
[4] Y. Zhao, “Mobile phone location determination and its impact on intelligent transportation systems,” IEEE Transactions on Intelligent Transportation Systems,
vol. 1, no. 1, pp. 55–64, 2000.
[5] M. P. Wylie and J. Holtzman, “The non-line of sight in mobile location estimation,” in proceeding of the IEEE International Conference on Universal Personal Communication, vol. 2, Oct. 1996, pp. 827–831.
[6] S.-S. Woo, H.-R. You, and J.-S. Koh, “The NLOS mitigation technique for position location using IS-95 CDMA networks,” in proceeding of the IEEE 52nd Vehicular Technology Conference, vol. 6, no. 2556–2560 vol.6, 2000.
[7] P.-C. Chen, “A non-line-of-sight error mitigation algorithm in location estimation,” in proceeding of the IEEE Wireless Communications and Networking
Conference, vol. 1, Sept. 1999, pp. 316–320.
[8] S. Venkatraman, J. J. Caffery, and H.-R. You, “A novel TOA location algorithm using LOS range estimation for NLOS environments,” IEEE Transactions on Vehicular Technology, vol. 53, no. 5, pp. 1515–1524, 2004.
[9] L. Cong and W. Zhuang, “Nonline-of-sight error mitigation in TDOA mobile location,” IEEE Transactions on Wireless Communications, vol. 4, pp. 560–573, 2005.
[10] J. Caffery, Jr. and G. Stuber, “Subscriber location in CDMA cellular networks,” IEEE Transactions on Vehicular Technology, vol. 47, no. 2, pp. 406–416, 1998.
[11] W. Newhall, R. Mostafa, K. Dietze, J. Reed, and W. Stutzmad, “Measurement of multipath signal component amplitude correlation coefficients versus propagation delay,” in proceeding of the IEEE Radio and Wireless Conference, vol. 133–136, 2002.
[12] S. Gezici, H. Kobayashi, and H.Poor, “Nonparametric nonline-of-sight identification,”
in proceeding of the IEEE 58th Vehicular Technology Conference, vol. 4, no. 2544–2548 Vol.4, 2003.
[13] J. Borras, P. Hatrack, and N. Mandayam, “Decision theoretic framework for nlos identification,” in proceeding of the IEEE 48th Vehicular Technology Conference, vol. 2, no. 1583–1587 vol.2, 1998.
[14] Y.-T. Chan, W.-Y. Tsui, H.-C. So, and P.-C. Ching, “Time-of-arrival based localization under NLOS conditions,” IEEE Transactions on Vehicular Technology, vol. 55, no. 1, pp. 17–24, 2006.
[15] I. Kyriakides and D. Cochran, “Threshold optimization for distributed detection using particle filtering methods,” in proceeding of the IEEE Sensor Array and Multichannel Signal Processing Conference, July 2006, pp. 481–485.
[16] C.-D. Wann and H.-Y. Lin, “Hybrid TOA/AOA residual test and non-line of sight identification in wireless location,” in 2007 National Symposium of
Telecommunications, Nov. 2007, p. 1054.
[17] S. M. Kay, Fundamentals of statistical signal processing: estimation theorey. Prentice Hall, 1993.
[18] J. C. Lagarias, J. A. Reeds, M. H. Wright, and P. E. Wright, “Convergence properties of the Nelder-Mead Simplex Method in low dimensions,” SIAM Journal of Optimization, vol. 9, no. 1, pp. 112–147, 1998.
[19] Y.-T. Chan, C.-H. Yau, and P.-C. Ching, “Exact and approximate maximum likelihood localization algorithms,” IEEE Transactions on Vehicular Technology, vol. 55, no. 1, pp. 10–16, Jan. 2006.
[20] Y. Chan and K. Ho, “A simple and efficient estimator for hyperbolic location,” IEEE Transactions on Signal Processing, vol. 42, no. 8, pp. 1905–1915, 1994.
[21] A. Papoulis, Probability, random variable, and stochastic process. New York:McGraw-Hill, 1991.
[22] S. M. Kay, Fundamentals of statistical signal processing: detection theorey. Prentice Hall, 1998.
[23] B. Ristic, S. Arulampalam, and N. Gordon, Beyond the Kalman Filter : particle filter for tracking applications. Artech House Publishers, 2004.
[24] O. Cappe, S. Godsill, and E. Moulines, “An overview of existing methods and recent advances in sequential Monte Carlo,” Proceedings of the IEEE, vol. 95, no. 5, pp. 899–924, 2007.
[25] J. E. Handschin, “Monte Carlo techniques for prediction and filtering of nonlinear stochastic processes,” vol. 6, 1970, pp. 555–563.
[26] P.-N. Tan, S. Michael, and K. Vipin, Introduction to data mining. Addision Wesley, 2006.
[27] Y. Zhao, “Standardization of mobile phone positioning for 3G systems,” IEEE Communications Magazine, vol. 40, no. 7, pp. 108–116, 2002.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內校外均不公開 not available
開放時間 Available:
校內 Campus:永不公開 not available
校外 Off-campus:永不公開 not available

您的 IP(校外) 位址是 3.15.202.214
論文開放下載的時間是 校外不公開

Your IP address is 3.15.202.214
This thesis will be available to you on Indicate off-campus access is not available.

紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code