博碩士論文 104522079 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:20 、訪客IP:18.224.73.125
姓名 許子亮(HSU, TZU-LIANG)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 穿戴式生理量測於 行動裝置與雲端伺服器平台之實現
(A Biological Signal Acquisition Platform for Wearable and Mobile Devices with Cloud Computing)
相關論文
★ 基於QT之跨平台無線心率分析系統實現★ 網路電話之額外訊息傳輸機制
★ 針對與運動比賽精彩畫面相關串場效果之偵測★ 植基於向量量化之視訊/影像內容驗證技術
★ 植基於串場效果偵測與內容分析之棒球比賽精華擷取系統★ 以視覺特徵擷取為基礎之影像視訊內容認證技術
★ 使用動態背景補償以偵測與追蹤移動監控畫面之前景物★ 應用於H.264/AVC視訊內容認證之適應式數位浮水印
★ 棒球比賽精華片段擷取分類系統★ 利用H.264/AVC特徵之多攝影機即時追蹤系統
★ 利用隱式型態模式之高速公路前車偵測機制★ 基於時間域與空間域特徵擷取之影片複製偵測機制
★ 結合數位浮水印與興趣區域位元率控制之車行視訊編碼★ 應用於數位智權管理之H.264/AVC視訊加解密暨數位浮水印機制
★ 基於文字與主播偵測之新聞視訊分析系統★ 植基於數位浮水印之H.264/AVC視訊內容驗證機制
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本研究提出利用雲端監控之生理訊號偵測機制,此機制藉由自行開發的軟體架構,結合實驗室所研製的生理訊號採集樣本硬體MSP430F5438A完成整體研究實作。生理訊號由MSP430F5438A以頻率500Hz採樣,採樣內容包含腦波、眼動圖、血氧飽和指數、心電圖等訊號,並通過藍牙無線介面傳輸至移動式裝置。移動式裝置採用Android系統,生理訊號在此裝置經過初步前處理後,再同步上傳至雲端伺服器記錄結果,我們亦在移動裝置上提供使用者生理訊號即時查看功能。雲端伺服器包含一個網頁伺服器,以及一個檔案傳輸伺服器,並建立背景服務實現生理訊號即時濾波與分析,提供即時瀏覽網頁功能讓遠端監測者觀看,完成服務多人之訊號偵測系統架構實作。
本機制利用多平台溝通與分散運算資源,降低高採樣率所造成的硬體負擔與建置成本,也提供了一個生理訊號監測即時平台,可將其應用於任一生理訊號即時回報環境,如醫學或生理訊號教學評估系統,解決生理訊號蒐集者無法獲得即時資訊的困難。
摘要(英)
This research presents a biomedical signal collecting scheme, which consists of a self-developed software architecture and a MSP430F5438A biomedical signal collecting hardware. Biomedical signals will be collected by MSP430F5438A with a 500Hz sampling rate. The collected signals in the proposed scheme include Electroencephalography, Electrooculography, Electrocardiography, and Photoplethysmography. The hardware will acquire these signals and transfer the data to a mobile device running an Android system through the Bluetooth interface. The signals will be preprocessed and the data will be transferred to a cloud-computing server. The mobile device also provides a real-time signal viewing interface for users to check. A web service, a file transfer service, and a signal processing service are running on this cloud-computing server to support multiple users.
This proposed scheme relies on communications between multiple platforms to redistribute the computing resources. The biomedical signals often have a large volume of data, especially when we collect them with a high frequency and from multiple signal sources. Therefore, the major research objectives are to reduce the cost of signal collection and to solve the problem that healthcare professionals cannot acquire real-time data. The demo shows the feasibility of the proposed scheme.
關鍵字(中) ★ 穿戴式裝置
★ 行動裝置
★ 雲端運算
★ 生理訊號處理
關鍵字(英) ★ Wearable devices
★ Mobile devices
★ Cloud computing
★ Biomedical signal processing
論文目次
目錄
論文摘要 i
Abstract ii
目錄 iv
附圖目錄 vii
附表目錄 ix
第一章 緒論 1
1.1研究背景與動機 1
1.2 研究貢獻 3
1.3 論文架構 5
第二章 生理訊號分析系統原理與建置 6
2.1 訊號分析簡介 6
2.1.1 雜訊濾除 7
2.1.2 R波間距計算(RR-Interval,RRI) 7
2.1.3 心率變異度(Heart Rate Variability,HRV) 分析 9
2.2生理訊號分析實作 13
2.2.1 生理訊號時域分析 13
2.2.2生理訊號頻域分析 14
第三章Android APP原理與建置 16
3.1 Android系統簡介 16
3.2 Android系統實作方法 17
3.2.1 Android平台選用 17
3.2.2 Android 藍牙訊號解析 18
3.2.3 Android生理訊號轉發 20
3.2.4 Android 背景通訊服務 23
3.2.5 Android自定浮動式網頁Activity 24
第四章 伺服器系統設計與原理 27
4.1 伺服器作業系統 28
4.2 Apache網頁伺服器系統簡介與搭建 30
4.2.1 HTML 與 PHP簡介 30
4.2.2 JavaScript與D3.js 31
4.2.3 Apache伺服器搭建 32
4.3 FTP 伺服器原理與搭建 32
4.3.1 FTP伺服器建置 33
4.4 JAVA生理訊號編解伺服器程式 34
4.5 即時網頁顯示頁面實作 34
第五章 實作展示與討論 36
5.1 實驗設備 36
5.2 操作流程展示 38
5.3 FTP 檔案存取展示 45
第六章 結論與未來展望 46
6.1 結論 46
6.2 未來展望 46
參考文獻 48
參考文獻
[1] R. Palaniappan, Biological signal analysis. Frederiksberg: Studentia Ventus Publishing, 2011.
[2] III. Characteristics of the Normal ECG Frank G. Yanowitz, MD. Professor of Medicine. University of Utah School of Medicine. Retrieved on April 14, 2010
[3] H. Holm, D. Gudbjartsson, D. Arnar, G. Thorleifsson, G. Thorgeirsson, H. Stefansdottir, S. Gudjonsson, A. Jonasdottir, E. Mathiesen, I. Njølstad, A. Nyrnes, T. Wilsgaard, E. Hald, K. Hveem, C. Stoltenberg, M. Løchen, A. Kong, U. Thorsteinsdottir and K. Stefansson, "Several common variants modulate heart rate, PR interval and QRS duration", Nature Genetics, vol. 42, no. 2, pp. 117-122, 2010.
[4] M. Malik, J. Bigger, A. Camm, R. Kleiger, A. Malliani, A. Moss and P. Schwartz, "Heart rate variability: Standards of measurement, physiological interpretation, and clinical use", European Heart Journal, vol. 17, no. 3, pp. 354-381, 1996.
[5] A. Gacek and W. Pedrycz, ECG Signal Processing, Classification and Interpretation. London: Springer-Verlag London Limited, 2012.
[6] 翁根本, 何慈育, 歐善福, 林竹川, & 謝凱生. (2009). 心律變動性分析. 臺灣醫界, 52(6), 290-293。
[7] "What is Android : Introduction, Features & Applications", Engineersgarage.com, 2017. [Online]. Available: https://www.engineersgarage.com/articles/what-is-android-introduction. [Accessed: 05- Dec- 2016].
[8] C. Chavez, "Marshmallow now on 7.5% of Android devices [MAY 2016]", Phandroid - Android News and Reviews, 2017. [Online]. Available: http://phandroid.com/2016/05/03/android-platform-distribution-marshmallow-may-2016/. [Accessed: 28- Aug- 2016].
[9] "ADS1299 Low-Noise, 8-Channel, 24-Bit Analog-to-Digital Converter for Biopotential Measurements | TI.com", Ti.com, 2017. [Online]. Available: http://www.ti.com/product/ADS1299/technicaldocuments. [Accessed: 03- Jan- 2017].
[10] "AFE4490 Integrated Analog Front End for Pulse Oximeters | TI.com", Ti.com, 2017. [Online]. Available: http://www.ti.com/product/AFE4490. [Accessed: 03- Jan- 2017].
[11] "Socket | Android Developers", Developer.android.com, 2017. [Online]. Available: https://developer.android.com/reference/java/net/Socket.html. [Accessed: 18- Jun- 2017].
[12] "Java Networking", www.tutorialspoint.com, 2017. [Online]. Available: https://www.tutorialspoint.com/java/java_networking.htm. [Accessed: 06- Jan- 2017].


[13] K. Calvert and M. Donahoo, TCP/IP Sockets in Java. Burlington: Elsevier Science, 2011.
[14] "IBM Knowledge Center", Ibm.com, 2017. [Online]. Available: https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/com.ibm.aix.networkcomm/tcpip_vipa_intro.htm. [Accessed: 20- Mar- 2017].
[15] "Android Services", www.tutorialspoint.com, 2017. [Online]. Available: https://www.tutorialspoint.com/android/android_services.htm. [Accessed: 21- Mar- 2017].
[16] "How To Create Pop Up Window In Android", YouTube, 2017. [Online]. Available: https://www.youtube.com/watch?v=fn5OlqQuOCk. [Accessed: 03- Dec- 2016].
[17] "Activity | Android Developers", Developer.android.com, 2017. [Online]. Available: https://developer.android.com/guide/components/activities.html?hl=zh-tw. [Accessed: 30- Apr- 2017].
[18] S. Vaughan-Nichols, "Today′s most popular operating systems | ZDNet", ZDNet, 2017. [Online]. Available: http://www.zdnet.com/article/todays-most-popular-operating-systems/. [Accessed: 05- Jul- 2017].
[19] D. Matotek, J. Turnbull and P. Lieverdink, Pro Linux system administration. .
[20] D. Gourley, B. Totty and M. Sayer, HTTP. Beijing [u.a.]: O′Reilly, 2002.
[21] Ben Laurie., Apache The Definitive Guide, 3rd Edition. Sebastopol, CA: O′Reilly, 2002.
[22] R. Nixon, Learning PHP, MySQL & JavaScript. Sebastopol, CA: O′Reilly Media, Inc., 2014.
[23] Danny. and Gustaff Rayl., JavaScript Bible, Seventh Edition. [Place of publication not identified]: John Wiley & Sons, 2010.
[24] M. Bostock, "D3.js - Data-Driven Documents", D3js.org, 2017. [Online]. Available: https://d3js.org/. [Accessed: 17- Dec- 2016].
[25] "XAMPP Installers and Downloads for Apache Friends", Apachefriends.org, 2017. [Online]. Available: https://www.apachefriends.org/zh_tw/index.html. [Accessed: 04- Feb- 2017].
[26] "How to Host an FTP Server on Windows with FileZilla", Howtogeek.com, 2017. [Online]. Available: https://www.howtogeek.com/140352/how-to-host-an-ftp-server-on-windows-with-filezilla/. [Accessed: 05- Mar- 2017].
指導教授 蘇柏齊、李柏磊(Po-Chyi Su) 審核日期 2017-7-6
推文 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聯絡  - 隱私權政策聲明