目录摘要 (I)Abstract (II)第1章绪论 (1)1.1课题研究的背景 (1)1.2 课题研究的意义 (1)1.3本次设计的主要研究内容 (3)第2章总体设计方案 (4)2.1总体设计目的 (4)2.2实现原理的概述 (4)2.3系统组成框图 (5)2.4系统组成部分 (6)2.4.1信号采集部分 (6)2.4.2模数转化部分 (6)2.4.3中央处理单元 (6)2.4.4显示模块 .................................................................. 错误!未定义书签。
2.5测量设计 (10)2.5.1血压测量设计 (10)2.5.2 体温测量设计 (11)2.6测量及计算方法 (11)2.6.1血压测量方法 (11)2.6.2血压计算方法 (12)第3章硬件系统设计 (13)3.1传感器电路 (13)3.2放大电路 (14)3.3数据处理电路 (16)3.4转换电路 (18)3.5复位电路 (20)3.6按键电路 (20)第4章软件系统设计 (22)4.1主程序流程图 (22)4.2血压信号的数模转换 (22)4.3体温信号的数模转换 (24)4.4 数码显示 (27)第5章系统的调试与仿真 (28)5.1 Keil C51软件开发系统 (28)5.2 Proteus软件开发系统 (28)5.3仿真分析 (30)总结 (30)致谢 (32)参考文献 (33)附录1 系统程序 (34)摘要随着社会的发展,人们生活水平提高,心脑血管疾病已经成了威胁人们健康一个关键因素,我们开始对自己的健康越来越重视,尤其是血压的测量,所以这就需要我们开发出一款实用的测量血压装置,让人们自己随时了解自己的血压状况从而减少了血压疾病的发生。
本次设计采用微弱信号的检测技术设计出电子血压计,电子血压计可以进行简单的血压测量和温度测量,本次设计采用的是AT89S52型号的单片机为血压计的核心,控制系统可以实时测量相关的血压和体温数据并记录当前的时间。
系统设计相关的硬件电路和相关应用程序,利用压力传感器将血液对血管壁的压力转化为电信号,将血压信号转化为数字信号后进行显示、传输、报警等处理,也可以通过按键切换实现体温的测量。
水银体温计使用方便、精度高,因而应用很广。
但是由于水银体温计进行体温监测很不方便,水银的污染的可能也很严重的缺点,我们就需要开发出一个具备测量体温功能的电子仪器。
为了正确测量人体局部温度,促使人们开发了各种不同的测温仪器和测温方法。
现在已有许多医院采用了电子体温计,用其它电子仪器测量体温也日益普及,所以本次设计将测量体温的这一功能综合到了血压计当中,实现了功能上的转换。
将要开发的电子血压计不仅能够测量血压,还能测量体温,达到了一机多用的效果,这样在测量血压的同时,也可以最患者的体温进行测量,通过对比数据,能够更加及时的发现问题,解决问题。
这种电子产品是未来医院测量血压和体温的理想选择。
关键词血压计;智能化;测量体温IAbstractWith the social development, people's living standards improve, cardiovascular and cerebrovascular diseases have become a key factor in the threat to people's health, we begin more and more attention to their health, especially blood pressure measurement, so this requires us to develop a blood pressure measurement device models and practical, so that people know their own blood pressure at any condition which reduces the blood disease.The design uses a weak signal detection techniques to design electronic, electronic blood pressure can be a simple blood pressure measurement and temperature measurement, this design model is used AT89S52 microcontroller as the core of sphygmomanometer, the control system can be related to real-time measurement blood pressure and temperature data and record the current time. System design-related hardware and related applications, the use of pressure sensors in the blood vessel wall pressure into electrical signals, the blood pressure signal into a digital signal for display, transmission, alarm processing, can also be achieved through the key switch body measurements. Mercury thermometer is easy to use, high precision, and thus is widely used. However, because mercury thermometer for temperature monitoring is very convenient, mercury contamination may also be very serious drawback, we need to develop a measurement of temperature with the functions of the electronic equipment. In order to correctly measure the local temperature of the human body, prompting people to develop a variety of thermometer and temperature measurement. Many hospitals have now adopted the electronic thermometer with other electronic instruments to measure the body temperature is also increasingly popular, so this will be designed to measure the temperature of this functionality integrated into a sphygmomanometer which achieve a functional conversion. Electronic to be developed not only to measure blood pressure, but also to measure body temperature, reaching a multi-purpose machine effect, so that the measurement of blood pressure, but also the patient's body temperature can be measured by comparing the data to more timely identify problems solve the problem. This electronic product is a future hospital measuring blood pressure and body temperature ideal choice.Key words blood pressure devices;intelligent;measure body temperatureII第1章绪论1.1课题研究的背景传统的血压计是模拟的血压计,此类血压计操作比较复杂,测量精度不够,而且受环境影响较大。
且时常需要校准精度,需用一只准确的汞柱血压计或血压表一同校验。
其方法是将听诊器上“Y”形管取下,其两端分别接准确的血压计(血压表)和校验的弹簧表式血压表,第三端接臂带及气阀,这样利用同一压力,观察要校验的血压表与准确的血压计(血压表)的读数是否相同,如不同则说明该校验的血压表已不准确,如读数相同,仅零位有偏差时,并不影响实际使用。
如发现血压表指针不能回复零位时,切勿擅自调节螺钉,以免损害表内机芯,此时应将血压表送到生产厂家或指定服务部维修。
因此,此类血压计的使用与维护相对麻烦。
为了让广大血压计使用者更方便的使用与维护血压计,也让更多的人学会使用血压计进行简单的血压测量,我们设计出一台操作便捷,测量精确,无需维护的智能型测量血压的装置,以帮助人们对抗高血压。
1.2课题研究的意义市场上的使用的血压计大部分仍是水银血压计,也有一些动态血压记录仪。
水银血压计每次测量必须由医生戴上听诊器进行测量,测量过程复杂,只能是每个医生一次对一个人进行测量;而且对不同的医生,测量结果可能不同,对同一个人来说,影响血压因素非常多,由于每次测量的时间不可能很长,测得结果在某些情况就不能真实的反映被测对象的血压值。
将脉动波的记录引入动态血压技术,提供24小时内的每次血压测量结果,而且能再现每次测量过程中的波形。
在动态血压检测中干扰和伪差是不可避免的。
目前市场上的大部分动态血压记录仪,只记录每次测量的结果,医生面对的是一批真伪难辩的数字。
本课题研究最终旨在设计出全信息的动态血压记录仪,使每次测量结果完全透明,实时分析结合回顾分析,使医生可以对照原始波形判断数据的真伪,有效甄别出干扰和伪差引起的误检测,恢复真实血压,保证血压报告的有效性和可靠性。