博碩士論文 108521151 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:18 、訪客IP:18.119.255.94
姓名 翁廷叡(Ting-Jui Wong)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 基於內點法的光體積變化描記訊號波形拆解即時處理之實現
(Real-Time Processing of Waveform Decomposition Based on Interior Point Method for Photoplethysmography)
相關論文
★ 具輸出級誤差消除機制之三位階三角積分D類放大器設計★ 應用於無線感測網路之多模式低複雜度收發機設計
★ 用於數位D類放大器的高效能三角積分調變器設計★ 交換電容式三角積分D類放大器電路設計
★ 適用於平行處理及排程技術的無衝突定址法演算法之快速傅立葉轉換處理器設計★ 適用於IEEE 802.11n之4×4多輸入多輸出偵測器設計
★ 應用於無線通訊系統之同質性可組態記憶體式快速傅立葉處理器★ 3GPP LTE正交分頻多工存取下行傳輸之接收端細胞搜尋與同步的設計與實現
★ 應用於3GPP-LTE下行多天線接收系統高速行駛下之通道追蹤與等化★ 適用於正交分頻多工系統多輸入多輸出訊號偵測之高吞吐量QR分解設計
★ 應用於室內極高速傳輸無線傳輸系統之 設計與評估★ 適用於3GPP LTE-A之渦輪解碼器硬體設計與實作
★ 下世代數位家庭之千兆級無線通訊系統★ 協作式通訊於超寬頻通訊系統之設計
★ 適用於3GPP-LTE系統高行車速率基頻接收機之設計★ 多使用者多輸入輸出前編碼演算法及關鍵組件設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2028-1-31以後開放)
摘要(中) 現今,由於穿戴式裝置之普及,光體積變化描記訊號(PPG)可以應用於記錄手腕或手指之血流量變化,訊號之成份波可以使用波形拆解進行分析。使用五個高斯函數作為成份波之函數,十五個高斯函數之係數,波形振幅、波形位置、波形寬度可作為神經網路之特徵,應用於脈波傳導速度、血壓等估測。
波形拆解之處理時間需小於心跳週期才能達到即時處理。因為波形拆解使用加權式均方差做為目標函數,波形拆解後之係數須滿足約束條件,所以此數學問題屬於約束最佳化問題,可使用內點法實現波形拆解。基於內點法之波形拆解疊代之中,計算目標函數、微分矩陣以及解線性方程組需要較多處理時間。微分矩陣之計算可以使用查表法,降低重複運算之部分,內點法解線性方程組之矩陣必定為對稱矩陣,使用部分軸元法之LDLT分解求解線性方程組降低運算複雜度,調整參數減少計算目標函數次數以及設定提早結束條件達到即時處理。
本論文使用C語言進行程式碼撰寫並使用GCC編譯器,測試於Intel CPU i7-6700,記憶體DDR4 32GB Ubuntu 18.04之裝置。分別使用單精確度與雙精確度之運算進行波形拆解,統計拆解之波形拆解訊號品質以及處理時間。測試資料集之中,相較於使用MATLAB求解器預設設定下,拆解後手腕訊號未達波形拆解訊號品質之比例約為12.5%,手指訊號未達波形拆解訊號品質之比例約為2.7%,本論文實作之拆解後手腕訊號未達波形拆解訊號品質之比例約為2.8%,手指訊號未達波形拆解訊號品質之比例約為2%,有明顯改善。而使用單精確度運算之處理時間平均需0.09秒,使用雙精確度運算之處理時間平均需0.12秒,可達即時處理需求。
摘要(英) Nowadays, Photoplethysmography(PPG) is applied to wearable devices. The received signal can reflect the wrist or finger blood volume changes. The signal can be analyzed by waveform decomposition. Five Gaussian kernel functions are used as the fitting model of waveform decomposition. Fifteen Gaussian coefficients that are amplitude gain, peak position, wave width of the five component waves solved by the waveform decomposition can be used as features for applications such as pulse wave velocity estimation and blood pressure estimation.
The processing time of waveform decomposition should be less than the heartbeat cycle for the condition of real-time processing. The objective function is defined as weighted mean square error between received signal after pre-processing and the fitting function. The Gaussian coefficients should satisfy all the constraints. Hence, acquiring coefficients of waveform decomposition belongs to the optimization problem with constraints which can be solved by the interior point method. At each iteration of the interior point method, calculations of objective function, derivative matrices and solving the system of linear system dominate the processing time. Calculations of the derivative matrices using the look-up table method, LDLT decomposition with partial pivoting to exploit the symmetry property, adjustments of parameters and the early termination settings for the reduction of objective function calls have been applied to meet the real-time processing condition.
The program of this work is written by C and compiled with GCC. The simulation and measurements are carried out on the device with Intel CPU i7-6700, DDR4 32GB, Ubuntu 18.04 operating system. Waveform decomposition signal quality index (WDSQI) and processing time with single or double precision arithmetic are tested respectively. In the data set, the failure rate that does not meet the WDSQI is about 2.8% for the wrist PPG and 2% for the finger PPG while using the MATLAB solver with default settings, the failure rate is about 12.5% for the wrist PPG and 2.7% for the finger PPG. The average processing time is about 0.09 seconds with the use of single precision arithmetic. The average processing time is about 0.12 seconds with the use of double precision arithmetic.
關鍵字(中) ★ 光體積變化描記訊號
★ 波形拆解
★ 內點法
關鍵字(英) ★ Photoplethysmography
★ Waveform Decomposition
★ Interior Point Method
論文目次 摘要 i
Abstract ii
表目錄 v
圖目錄 viii
第一章 緒論 1
1.1 研究動機 1
1.2 研究方法 2
1.3 論文組織 3
第二章 波形拆解介紹(Introduction of Waveform Decomposition) 5
2.1 波形拆解(Waveform Decomposition) 5
2.2 光體積變化描記訊號之波形拆解(Waveform Decomposition for Photoplethysmography) 7
2.3 內點法(Interior Point Method) 12
第三章 波形拆解之實現(Implementation of Waveform Decomposition) 24
3.1 拉格朗日函數一階與二階微分矩陣的計算(Calculations for Gradient and Hessian Matrix of Lagrangian Function) 24
3.1.1 一階微分矩陣(Gradient Matrix) 24
3.1.2 二階微分矩陣(Hessian Matrix) 28
3.1.3 使用共同項查表之微分矩陣計算表格(Derivative Matrix Calculations with Common Terms Look Up Table) 34
3.1.4 微分矩陣複雜度(Complexity of Derivative Matrix Calculations) 37
3.2 解線性方程組(Solving System of Linear Equations) 43
3.2.1 直接法與疊代法(Direct Methods and Iterative Methods) 43
3.2.2 共軛梯度法求解線性方程組(Conjugate Gradient Method for Solving Linear Systems) 46
3.2.3 LDLT分解(LDLT Decomposition) 55
3.3 變數更新(Variable Update) 79
3.3.1 最大步長(Maximum of Step Size) 79
3.3.2 步長之決定(Determination of Step Size) 81
3.4 提早結束條件(Early Termination) 82
第四章 波形拆解之實現結果(Implementation Result of Waveform Decomposition) 83
4.1 模擬設定(Simulation Settings) 83
4.2 拆解結果(Decomposition Result) 87
4.3 波形拆解訊號品質指標(Signal Quality Index of Waveform Decomposition) 88
4.4 係數分布圖(Distribution of Coefficient) 91
4.5 時間量測(Timing Measurement) 93
4.6 相關係數(Correlation Coefficient) 98
第五章 結論(Conclusion) 105
參考資料 106

參考文獻 [1] 黃秋樺(108), ”基於光電容積描記法之手腕脈波傳導速度估測。未出版 碩士,國立中央大學電機工程學系,桃園市。”
[2] 郭嘉威(109), ”基於手指光電容積描記法與心電訊號之血壓估測。未出版 碩士,國立中央大學電機工程學系,桃園市。”
[3] R. Couceiro, et al., “Assessment of Cardiovascular Function from Multi-Gaussian Fitting of a Finger Photoplethysmogram,” Physiological Measurement, 36, pp. 1801-1825, 2015.
[4] C. -H Huang et al., “Weighted Pulse Decomposition Analysis of Fingertip Photoplethysmogram Signals for Blood Pressure Assessment,” IEEE International Symposium on Circuits and Systems (ISCAS), 2020, pp. 1-5.
[5] H. Truong, A. Montanari and F. Kawsar, “Non-Invasive Blood Pressure Monitoring with Multi-Modal In-Ear Sensing,” IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2022, pp. 6-10.
[6] G. Zhou et al., “Comparison Analysis of Five Waveform Decomposition Algorithms for the Airborne LiDAR Echo Signal,” IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 14, pp. 7869-7880, 2021.
[7] F. Xu, F. Li and Y. Wang, "Modified Levenberg–Marquardt-Based Optimization Method for LiDAR Waveform Decomposition," IEEE Geoscience and Remote Sensing Letters, vol. 13, no. 4, pp. 530-534, April 2016.
[8] Z. Wang, L. Xu, D. Li, Z. Zhang and X. Li, “Online Multi-Target Laser Ranging Using Waveform Decomposition on FPGA,” IEEE Sensors Journal, vol. 21, no. 9, pp. 10879- 10889, 1 May1, 2021.
[9] S. R. Alty, N. Angarita-Jaimes, S. C. Millasseau and P. J. Chowienczyk, "Predicting Arterial Stiffness from the Digital Volume Pulse Waveform," IEEE Transactions on Biomedical Engineering, vol. 54, no. 12, pp. 2268-2275, Dec. 2007.
[10] 李御銓(110), ”基於階層迴歸方法運用光體積描記訊號與心電圖估測血壓與脈波傳導速度。未出版 碩士,國立中央大學電機工程學系,桃園市。
[11] R. Waltz, J. Morales, J. Nocedal, et al., “An Interior Algorithm for Nonlinear Optimization that Combines Line Search and Trust Region Steps,“ Math. Program. 107, 391-408 (2006).
[12] A. W¨achter, L. T. Biegler, “On the Implementation of an Interior Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming,” Math. Program.106, 25-57 (2006).
[13] Jorge Nocedal and Stephen J. Wright, “Numerical Optimization” 1999.
[14] Gene H. Golub and Charles F. Van Loan Matrix Computations 1996
[15] Hestenes, Magnus R. and Eduard Stiefel. “Methods of conjugate gradients for solving linear systems.”Journal of research of the National Bureau of Standards 49, 409-435(1952).
[16] J. R. Bunch and B. N. Parlett, “Direct Methods for Solving Symmetric Indefinite Systems of Linear Equations.” SIAM Journal on Numerical Analysis, vol. 8, no.4 1971, pp.639-55.
[17] J. R. Bunch and L. Kaufman, “Some Stable Methods for Calculating Inertia and Solving Symmetric Linear Systems.” Mathematics of Computation, vol. 31, no. 137, 1977, pp. 163–79.
[18] V. Barwell and J. A. George, “A Comparison of Algorithms for Solving Symmetric Indefinite Systems of Linear Equations,” ACM Trans. Math. Softw. 2, 242-251, Sep. 1976.
[19] Tsai, P.-Y.; Huang, C.-H.; Guo, J.-W.; Li, Y.-C.; Wu, A.-Y.A.; Lin, H.-J.; Wang, T.-D. Coherence between Decomposed Components of Wrist and Finger PPG Signals by Imputing Missing Features and Resolving Ambiguous Features. Sensors 2021, 21, 4315.
指導教授 蔡佩芸(Pei-Yun Tsai) 審核日期 2023-2-1
推文 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聯絡  - 隱私權政策聲明