- 1、本文档共62页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
摘要
随着社会的发展,心率监测系统已经得到广泛的应用,但医学心率监测系统还存在着单一地点、实时性不精确等缺点。本设计就是为了克服传统心率监测系统的局限性,突出价格低廉、使用简单方便、维护成本低的特点。所设计心率监测系统采用光学感应原理做成的传感器,把心率信号转换为可测量的电信号模拟量。在CPU的选型上,使用价格低、功能强大的AT89S52单片机。利用中断和定时器功能,能够精确的计算出心率。在做出硬件和完整的软件算法后,进行了多次测试,测试结果表明,本设计能够达到预期的效果。
关键词:心率监测系统;AT89S52单片机;光电传感器
Design of the heart-rate monitoring system based on single chip microcomputer
Abstract
With the development of society, The heart-rate monitoring system has been widely used, but the heart-rate monitoring system has a single location, real-time imprecise and other shortcomings. To overcome these limitations of conventional heart-rate monitoring system, highlight the characteristics of inexpensive, easy to use, low maintenance costs, this heart-rate monitoring system made use of an optical sensor, the heart-rate signal was directly converted into the analog electrical signals. Using interrupt and timer functions, this heart-rate was calculated accurately. After making a complete hardware and software algorithms, several tests were achieved. The test results show this design could obtain the desired effect.
Keywords:Heart-rate monitoring system; AT89S52; photoelectric sensor
目 录
TOC \o 1-3 \h \z \u 摘 要 h I
Abstract h II
第1章 概述 h 1
1.1 选题的背景和意义 h 1
1.2 心率监测系统的设计设想 h 1
1.3 心率监测系统方案的选择 h 2
第2章 心率监测系统系统结构 h 4
2.1 光电心率监测系统的结构 h 4
2.2 工作原理 h 5
2.3 光电心率监测系统的优点 h 5
2.4 光电心率监测系统的适用范围 h 6
第3章 硬件系统 h 7
3.1 控制器 h 7
3.1.1 AT89S52 简介 h 7
3.1.2 AT89S52 的结构 h 7
3.2 信号采集 h 9
3.2.1光电传感器的原理 h 9
3.2.2光电传感器的结构 h 9
3.2.3信号采集电路 h 9
3.3 信号放大 h 10
3.4 波形整形电路 h 13
3.5 单片机处理电路 h 14
3.6 显示电路 h 14
3.6.1 1602字符型LCD简介 h 15
3.6.2 1602LCD的指令说明及时序 h 15
3.6.3 1602LCD的RAM地址映射及标准字库表 h 16
3.6.4电源模块电路原理图 h 16
第4章 软件系统 h 17
4.1 主程序流程: h 17
4.2 中断程序流程 h 18
4.3 显示程序流程: h 18
4.4 软件说明 h 19
第5章 抗干扰及使用方法 h 20
5.1 抗干扰措施 h 20
5.1.1环境光对心率传感器测量的影响 h 20
5.1.2电磁干扰对心率传感器的影响 h 20
5.2 使用方法 h 20
第6章 系统检验 h 21
6.1 系统检验 h 21
6.2 误差
文档评论(0)