博碩士論文 105552032 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:11 、訪客IP:18.117.154.41
姓名 周暐樺(Wei-Hung Chou)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 一種低花費的LoRaWAN 定位方法
(A low-cost LoRaWAN location method)
相關論文
★ 基於OP-TEE的可信應用程式軟體生態系統★ 在低軌道衛星無線通訊中的CSI預測方法
★ 為多流量低軌道衛星系統提出的動態換手策略★ 基於Trustzone的智慧型設備語音隱私保護系統
★ 一種減輕LEO衛星網路干擾的方案★ TruzGPS:基於TrustZone的位置隱私權保護系統
★ 衛星地面整合網路之隨機接入前導訊號設計與偵測★ SatPolicy: 基於Trustzone的衛星政策執行系統
★ TruzMalloc: 基於TrustZone 的隱私資料保 護系統★ 衛星地面網路中基於物理層安全的CSI保護方法
★ 低軌道衛星地面整合網路之安全非正交多重存取傳輸★ 低軌道衛星地面網路中的DRX機制設計
★ 衛星地面整合網路之基於集合系統的前導訊號設計★ 基於省電的低軌衛星網路路由演算法
★ 衛星上可重組化計算之安全FPGA動態部分可重組架構★ 衛星網路之基於空間多樣性的前導訊號設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著物聯網的興起,許多低功率廣域網路逐漸被發展起來。另一 方面,許多物聯網應用需要地理資訊。地理資訊雖可透過 GPS 取得, 但 GPS 不適用於有遮蔽物的環境下,因此需要發展其他的定位技術。 一般而言,定位問題的挑戰主要有二:訊號多路徑與閘道器數量不 足。當通訊裝置之間有障礙物通常會導致多路徑傳輸,造成嚴重的 時間延遲。第二是定位接收的閘道器數量不足,由於閘道器的高價格 以及高佈署成本,閘道器的數量通常佈署稀疏。以 TDOA 定位技術 來說至少需要三個接收閘道器。越多閘道器定位精準度愈高。我們在 LoRaWAN 上透過樹莓派和 LoRa 晶片實作低佈署成本的 LoRa 閘道器 以及定位方法。透過我們所提出的方法使得增加閘道器時不需要額外 的佈線,因此很適合放在訊號到達不了的室內、邊緣或是遮蔽的場景 之中。我們在校園內佈署了 3 個一般的閘道器以及 3 個我們製作的輕 量型閘道器,我們所提出的定位方法在不同 SF 的測量下平均定位誤差 最多 99 公尺,而在相同的情況下只使用 3 個一般閘道器來做定位所測 量的平均定位誤差達到 203 公尺。
摘要(英) With the rise of the Internet of Things, many low power wide area networks have gradually developed.On the other hand, many IoT applications require geolocation information.Geolocation information can be obtained from GPS, but GPS is not suitable for use in sheltered environments, so other positioning techniques need to be developed.In general, there are two main challenges in positioning problems: the first is signal multipath and insufficient number of gateways.multipath transmission usually occurs when there is an obstacle between the devices, causing a serious time delay;the second is that the number of gateways received is insufficient. due to the high price of gateway and the high cost of deployment, the number of gateways is usually sparse in deployment.TDOA requires at least three gateways for positioning.The more the gateway, the more higher the accuracy of positioning. We used the Raspberry Pi and LoRa chips to implement low-cost LoRa gateways and positioning methods on LoRaWAN.Through the method we proposed, no additional wiring is required when adding the gateway, so it is suitable for indoor, edge or sheltered scenes where the signal can not reach.We have set up 3 general gateways and 3 lightweight gateways that we made in the campus.Our proposed method has an average positioning errors of up to 99 meters under different SF measurements. In the same situation, the average positioning errors measured by using only three general gateways for positioning is 203 meters.
關鍵字(中) ★ LoRaWAN
★ 無線定位
★ TDOA
★ 樹莓派
關鍵字(英) ★ LoRaWAN
★ Wireless Localization
★ TDOA
★ Raspberry Pi
論文目次 中文摘要 i
Abstract ii
Contents iii
List of Figures v
1 緒論 1
2 研究背景 3
2.1 無線訊號定位方法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1.1 接收訊號強度定位法 (Received Signal Strength Indicator, RSSI) 3
2.1.2 訊號到達時間測量法 (Time of Arrival, TOA) . . . . . . . . . . 4
2.1.3 訊號到達時間差定位 (Time Difference of Arrival, TDOA) . . . 5
2.1.4 到達時間差之差 (Differential Time Differences Of Arrival, DTDOA)
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2 非線性演算法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2.1 最小平方法 (Least Squares, LS) [1] . . . . . . . . . . . . . . . . 8
2.2.2 改良式最小平方法 [2] . . . . . . . . . . . . . . . . . . . . . . . 9
2.3 Grubbs Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.4 LoRaWAN(Long Range Wide Area Network) . . . . . . . . . . . . . . . 11
2.4.1 概述 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.4.2 協定架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.4.3 場景模式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
3 一種低花費的 LoRaWAN 定位裝置 14
3.1 設計想法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3.2 硬體架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3.3 系統架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.3.1 輕量型閘道器 . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.3.2 資料庫 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
3.4 定位 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
3.4.1 排除資料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
3.4.2 檢測離群值 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
4 實驗 21
5 結論 31
Bibliography 32
參考文獻 [1] A. H. Sayed, A. Tarighat, and N. Khajehnouri, “Network-based wireless location,”
IEEE Signal Processing Magazine, 2005, pp. 24–40.
[2] S. Li, “Tdoa acoustic localization,” 2011.
[3] Y. Cheng, X. Li, Z. Li, S. Jiang, Y. Li, J. Jia, and X. Jiang, “Aircloud a cloud based
air-quality monitoring system for everyone,” SenSys ’14 Proceedings of the 12th
ACM Conference on Embedded Network Sensor Systems, pp. 1–15.
[4] J.-Y. Wang, C.-P. Chen, T.-S. Lin1, C.-L. Chuang, T.-Y. Lai, and J.-A. Jiang, “Highprecision
rssi-based indoor localization using a transmission power adjustment strategy
for wireless sensor networks,” 2012 IEEE 14th International Conference on
High Performance Computing and Communications IEEE, pp. 1–5.
[5] C. Peng, G. Shen, Y. Zhang, Y. Li, and K. Tan, “Beepbeep: A high accuracy acoustic
ranging system using cots mobile devices,” SenSys ’07 Proceedings of the 5th
international conference on Embedded networked sensor systems ACM, pp. 1–14,
2007.
[6] R. Ratasuk, B. Vejlgaard, N. Mangalvedhe, and A. Ghosh, “Nb-iot system for m2m
communication,” 2016 IEEE Wireless Communications and Networking Conference,
pp. 1–15.
[7] “Sigfox the global communications service provider for the internet of things (iot),”
2018. https://www.sigfox.com/en.
32
[8] “Lora specification,” v 1.1, LoRa Alliance, 2015. https://www.rsonline.com/designspark/rel-assets/ds-assets/uploads/
knowledge-items/application-notes-for-the-internet-ofthings/LoRaWAN%20Specification%201R0.pdf.
[9] F. Winkler, E. Fischer, E. Gras, and G. Fischer, “A 60 ghz ofdm indoor localization
system based on dtdoa,” 14th IST Mobile and Wireless Communications Summit,
2005.
[10] J. Hochenbaum, O. S. Vallis, and A. Kejariwal, “Automatic anomaly detection in the
cloud via statistical learning,” arXiv preprint arXiv:1704.07706, 2017.
[11] N. ABRAMSON, “The aloha system—another alternative for computer communications,”
AFIPS ’70 (Fall) Proceedings of the November 17-19,fall joint computer
conference, pp. 281–285, 1970.
指導教授 張貴雲(Guey-Yun Chang) 審核日期 2018-8-22
推文 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聯絡  - 隱私權政策聲明