基于云架构的便携式心音采集与分析系统

 2022-05-16 08:05

论文总字数:31722字

摘 要

心血管疾病已经成为威胁人类健康的“第一杀手”,早期预防和诊治成为学术界和产业界备受关注的问题。心音信号是一种重要的心血管系统生理信号,包含了人体心脏活动,特别是心脏机械活动的重要信息。心音听诊也是临床心血管疾病风险筛查的最常规手段。本文旨在设计一个基于云架构的便携式智能心音采集与分析系统,能够实现心音信号的实时采集和智能分析,给出心脏是否存在异常的判断,同时能够将采集信号和处理结果上传至云端进行存储和显示。

本文设计的智能心音系统包括采集装置、无线传输模块、采集终端、云平台和分析算法模块等部分。该系统通过前端传感器对心音信号进行采集,并且将信号通过信号调理电路和模数转换后传送至终端用户和云平台,实现了心音信号的采集、存储、传输、显示等功能。心音算法分析模块先对心音信号进行滤波、归一化等预处理,然后利用隐半马尔科夫模型进行心音分割,之后提取了梅尔倒谱系数作为特征,输入SVM模型中进行分类处理,实现了正常/异常心音的分类识别。本文的算法在2016年生理挑战赛的数据库上进行了分析,总共3153条心音数据,最终分类的准确率91.28%,敏感性为68.72%,特异性为97.31%。

关键词:生命体征监测,隐半马尔科夫模型,心音分割,心音分类,云平台

Abstract

Cardiovascular disease has become the first killer threatening human health, and early prevention and treatment have become a hot issue in academic and industrial circles. Heart sound signal is an important physiological signal of cardiovascular system, which contains important information of human heart activity, especially cardiac mechanical activity. Cardiac auscultation is also the most routine means of clinical cardiovascular disease risk screening. This paper aims to design a portable intelligent heart sound acquisition and analysis system based on cloud architecture, which can realize real-time heart sound signal acquisition and intelligent analysis, give the heart whether there is abnormal judgment, and upload the collected signals and processing results to the cloud for storage and display.

The intelligent heart sound system designed in this paper includes acquisition device, wireless transmission module, acquisition terminal, cloud platform and analysis algorithm module. The system collects the heart sound signal through the front-end sensor, and then transmits the signal through the signal conditioning circuit and the analog-to-digital conversion to the end user and the cloud platform, realizing the heart sound signal acquisition, storage, transmission, display and other functions. The analysis module of the heart sound algorithm first carries out filtering, normalization and other preprocessing of the heart sound signal, and then the hidden semi-markov model to carry out the heart sound segmentation, and then extracts Mel-frequency cepstral coefficients as the feature and input it into the SVM model for classification processing, so as to realize the classification and recognition of normal/abnormal heart sound. The algorithm in this paper was analyzed on the database of The 2016 PhysioNet/CinC Challenge, with a total of 3153 pieces of heart sound data. The final classification accuracy was 91.28%, sensitivity was 68.72%, and specificity was 97.31%.

KEY WORDS: Vital signs monitoring, Hidden semi-markov model, Heart sound segmentation, Classification of heart sounds, Cloud platform

目 录

摘 要 I

Abstract II

第一章 绪论 1

1.1研究背景 1

1.2研究意义 1

1.3国内外研究现状 1

1.3.1心音传感器 2

1.3.2心音分割 2

1.3.3心音分类 2

1.3.4智能心音设备 2

1.4研究内容 3

第二章 心音相关知识 4

2.1心音产生机制 4

2.2异常心音 5

2.3心音听诊位置 6

2.4本章小结 7

第三章 心音采集装置的设计与实现 8

3.1传感器的选择 8

3.2信号预处理电路 8

3.3 AD转换模块 10

3.4蓝牙传输模块 10

3.5本章小结 12

第四章 基于云架构的便携式采集与分析系统的实现 13

4.1终端 13

4.1.1终端的蓝牙通讯 13

4.1.2文件读取及显示 14

4.1.3页面展示 14

4.2云平台 16

4.3本章小结 18

第五章 心音分析算法 19

5.1分析算法 19

5.1.1预处理 19

5.1.2心音分割算法 19

5.1.3特征提取 23

5.1.4分类算法 24

5.2数据库 27

5.3结果与讨论 28

5.4本章小结 29

第六章 总结与展望 30

6.1文章总结 30

6.2研究展望 30

参考文献 32

致 谢 34

第一章 绪论

1.1研究背景

随着我国经济不断发展,人们的生活方式也在不断变化,在最新的调查研究报告《中国心血管病报告2018》[1]中,心血管病死亡占城市居民总死亡原因的43.16%,占农村居民总死亡原因的 45.50%。中国心血管病患病率与前几年相比仍然处于不断上升的趋势,不容乐观。心血管病已经成为威胁人们健康的一大危险因素,心血管病的防范与治疗工作形势依然很严峻。

心音是人体心脏机械运动产生的声音。心脏的结构缺陷或者病理状况常常反映在心脏发出的声音上。心音信号为进一步的疾病诊断提供了重要的初步线索,通过心音来诊断心血管疾病的关键在于检测并识别心音中的杂音。心音中的异常声音反映了心脏活动的异常状况,可能意味着心脏病理的存在,包含了重要的病理信息,这些信息都是医生诊断病情的重要依据。比如先天性心脏病作为一种心脏结构异常疾病,会引起患病儿血液流向的改变,从而产生心脏杂音,所以通过对心脏杂音信号的病理特征进行分析,可以检测出先天性心脏病。

剩余内容已隐藏,请支付后下载全文,论文总字数:31722字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;