博碩士論文 102552030 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:13 、訪客IP:13.58.112.1
姓名 林濟福(Ji-Fu Lin)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 基於QT之跨平台無線心率分析系統實現
(Implementation of a cross-platform wireless heart-rate analysis system using QT)
相關論文
★ 網路電話之額外訊息傳輸機制★ 針對與運動比賽精彩畫面相關串場效果之偵測
★ 植基於向量量化之視訊/影像內容驗證技術★ 植基於串場效果偵測與內容分析之棒球比賽精華擷取系統
★ 以視覺特徵擷取為基礎之影像視訊內容認證技術★ 使用動態背景補償以偵測與追蹤移動監控畫面之前景物
★ 應用於H.264/AVC視訊內容認證之適應式數位浮水印★ 棒球比賽精華片段擷取分類系統
★ 利用H.264/AVC特徵之多攝影機即時追蹤系統★ 利用隱式型態模式之高速公路前車偵測機制
★ 基於時間域與空間域特徵擷取之影片複製偵測機制★ 結合數位浮水印與興趣區域位元率控制之車行視訊編碼
★ 應用於數位智權管理之H.264/AVC視訊加解密暨數位浮水印機制★ 基於文字與主播偵測之新聞視訊分析系統
★ 植基於數位浮水印之H.264/AVC視訊內容驗證機制★ 利用隱式型態模式之自適應車行監控畫面分析系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 隨著工商業發展愈來愈快,工作壓力愈來愈大;加上飲食不均衡,罹患心血管疾病的人口愈來愈多。根據2008~2012行政院衛生署統計的國人十大死因,多項死因與心血管疾病有關。近五年臺灣十大死因中,有將近一半的項目為心血管相關疾病;例如心臟病、腦血管疾病、糖尿病、高血壓性疾病以及腎臟方面疾病;另外,心血管相關疾病的死亡人數佔2012臺灣總死亡人數的30.3%,且心臟疾病以及腦血管疾病為心血管相關疾病致死的兩大主因。根據WHO的統計,單是心血管疾病(CVD)的死亡人數佔2008全球總死亡人數的31%。很多患者都在病況嚴重時才就醫檢查;更何況在很多地區如印度與中國大陸由於醫療資源嚴重不足。如何在醫院外的居家自我檢查、早期發現心血管有關疾病是一項重要課題。

近幾年來網路與智慧手機與這一二年興起的智慧手錶、手環等的迅速普再加上醫療器材有微形化、可攜化趨勢;若能掌握這可攜式健康管理於心血管相關的疾病的徵兆判斷商機無可限量。本論文使用Qt程式語言設計心率分析程式,經由穿戴式裝置(如:心電圖手錶、ECG holter等)所量測之心電訊號(Electrocardiography, ECG),可經由無線藍芽(Bluetooth)傳至不同的分析顯示裝置(如:android 平板電腦、windows筆記型電腦、桌上型電腦),讓使用者可即時掌握自身的健康狀況。本系統使用時域分析與頻域分析,對心跳的徵兆作不同統計性質的描述,包含:交感/副交感神經分析、心電圖推導呼吸率分析(ECG-derived respiration, EDR)、心率變異度分析(Heart rate variability)等,進一步可廣泛應用於心血管相關疾病評估、壓力指數評估、交感神經過度興奮、心率異常、及呼吸終止症關聯性的評估,作為日後心血管疾病(Cardiovascular Diseases, CVD)發展與預防上的評估依據。

摘要(英) With the fast developments of industrial society, the living pressure of daily life is increasing. Besides, the inappropriate dietary habit also results in the increment of population with cardiovascular problems. In the investigation of top ten leading causes of death during the past five years, more than half of deaths were related to cardiovascular diseases, such as heat failure, brain vascular disease, diabetes, high blood pressure, and kidney-related diseases. It is worthy to notice that more than 30.3% in the death toll in Taiwan was caused by cardiovascular diseases (CVD), and it also caused 31% in global death. Therefore, how to discover vital signs or biomarkers for early detection of CVD in daily life is important issue.

Owing to the novel technologies in internet, smart phones, smart watch, and smart bands in recent years, the miniaturization of medical devices enable the coupling between wearable devices and medical instruments. It becomes a tremendous business market that causes interests of scientist and engineers to pursue. In this thesis, we develop a cross-platform heat-rate analysis program based on QT language. The developed program enables ECG signals measured by smart watch and ECG holter can be wirelessly transmitted to different display device (e.g., android pads, notebook, or desktops) which enables users can monitor their health condition in real time. The present system utilized temporal-frequency analysis to extract different features of heart rates, such as autonomous system regulation, ECG-derived respiration rate (EDR), heart-rate variability (HRV). Further development of the system can be used to estimate other pre-cursors for CVD not only for homecare applications but also for clinics.

關鍵字(中) ★ 穿戴式裝置
★ 心率
★ 心血管疾病
關鍵字(英) ★ Wearable device
★ Heart rate
★ Cardiovascular disease
論文目次 中文摘要 II

致謝 V

目錄 VI

圖目錄 VIII

表目錄 X

第一章 緒論 1

1.1 前言 1

1.2 研究動機 1

1.3 文獻探討 2

1.4 研究目的 2

1.5 論文架構 4

第二章 原理簡介 5

2.1 心電圖簡介 5

2.1.1 心電圖 5

2.1.2 心電圖量測方式 6

2.1.3 RRI 8

2.1.4 ECG推導呼吸(Ecg-Driven Respiration,簡稱EDR) 9

2.1.5心率變異度(Heart Rate Variablity,簡稱HRV) 9

2.2 藍芽(Bluetooth)簡介 11

2.3 Qt簡介 11

2.3.1 Qt常見的支援平台 13

2.3.2 Modules 13

2.3.3 Tools 14

第三章 研究設計與方法 16

3.1 系統架構 16

3.2 實驗儀器 16

3.3 實驗設計 17

3.4 實驗方法 18

3.4.1 藍芽通訊 18

3.4.2 通訊協定 25

3.4.3 濾波器 26

3.4.4 ECG推導呼吸 26

3.4.5 心率變異度 27

第四章 結果與討論 29

第五章 結論與未來展望 33

參考文獻 34

參考文獻 [1] O. Apostu, B. Hagiu, and S. Pasca, “Wireless ECG monitoring and alarm system using ZigBee,” in IEEE International Symposium on Advanced Topics in Electrical Engineering (ATEE), May 2011, pp. 1–4.

[2] K. Zhang, L. Song, and D. Lu, “Design of remote ECG monitoring system based on GPRS,” in IEEE International Conference on Computer Science and Network Technology (ICCSNT), vol. 1, Dec 2011, pp. 319–322.

[3] L. Kai, X. Zhang, Y. Wang, H. Suibiao, G. Ning, P. Wangyong, L. Bin, and H. Chen, “A system of portable ECG monitoring based on Bluetooth mobile phone,” in IEEE International Symposium on IT in Medicine and Education (ITME), vol. 2, Dec 2011, pp. 309–312.

[4] J. Fernandez, J. Ruiz, S. Led, L. Serrano, and R. Cabeza, “Visualecg: a Bluetooth based software for ECG monitoring on personal digital assistants PDAs,” in IEEE International Workshop on Computer Architectures for Machine Perception, 2004, pp. 57–62.

[5] F. Wang, H. Xu, P. Zhou, and N. Feng, “Design of a portable wireless ECG monitoring terminal,” in IEEE First International Workshop on Complexity and Data Mining(IWCDM), Sept 2011, pp. 56–59.

[6] 行政院衛生福利部,「民國102年主要死因分析」,民國102年。

[7] J. Malmivuo and R. Plonsey, Bioelectromagnetism - Principles and Applications of Bioelectric and Biomagnetic Fields, Oxford University Press., New York, 1995.

[8] Using LabVIEW for Heart Rate Variability Analysis http://www.ni.com/example/30832/en/

[9] “Respiratory Signal Derived from Eight-lead ECG,” Computers in Cardiology, vol. 25. pp. 65–68, 1998.

[10] Bogdan Vatra https://behindkde.org/bogdan-vatra-0

[11] source forge開源專案necessitas http://sourceforge.net/projects/necessitas/

[12] L. Knoll, Q. C. Maintainer, T. Macieira, and Q. C. Maintainer, “Qt Project and Qt 5” FOSDEM, Brussels February 5th, 2012. https://archive.fosdem.org/2012/schedule/event/612/141_qt5_opengov_fosdem.pdf

[13] source forge 開源專案 QextSerialPort http://sourceforge.net/projects/qextserialport/

[14] source forge 開源專案 QBluetoothZero http://sourceforge.net/projects/qbluetoothzero/

[15] New Features in Qt 5.5 https://wiki.qt.io/New_Features_in_Qt_5.5

[16] Qt Development Tools http://doc.qt.io/qt-5/topics-app-development.html

[17] Qt 5 Terminal Example http://doc.qt.io/qt-5/qtserialport-terminal-example.html

[18] Qt 5 Bluetooth Chat Example http://doc.qt.io/qt-5/qtbluetooth-btchat-example.html

[19] Qt 5 Bluetooth Low Energy Heart Listener Example http://doc.qt.io/qt-5/qtbluetooth-heartlistener-example.html

[20] Qt跨平台Serial Port module QextSerialPort http://sourceforge.net/projects/qextserialport/

[21] N. Debbabi, S. El Asmi, and H. Arfa, “Correction of ECG baseline wander application to the Pan & Tompkins QRS detection algorithm,” 2010 5th Int. Symp. I/V Commun. Mob. Networks, ISIVC 2010, pp. 8–11, 2010.

[22] QtDropbox by lycis http://lycis.github.io/QtDropbox/

指導教授 蘇柏齊、李柏磊(Po-Chyi Su Po-Lei Lee) 審核日期 2015-8-28
推文 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聯絡  - 隱私權政策聲明