老人监护系统的设计与实现

老人监护系统的设计与实现

老人监护系统的设计与实现

  • 适用:本科,大专,自考
  • 更新时间2024年
  • 原价: ¥305
  • 活动价: ¥200 (活动截止日期:2024-05-01)
  • (到期后自动恢复原价)
老人监护系统的设计与实现

老人监护系统的设计与实现
摘要
随着移动互联网的迅速发展,利用便携终端监测人体健康状态成为一种愈发可行的医疗手段。本设计针对此问题提出了一套切实可行的设计方案,设计中首先通过脉搏传感器采集到人体的脉搏信号,然后借由蓝牙以无线形式发送给Android终端,同时在Android下提取蓝牙信号,以及实现数据的读取与存储,并以接收到的数据实时绘制波形,最终通过对波形的处理分析可得出测试者当前的心率,并对测试者当前的健康状态作出简单的评测和建议。
本设计的数据来源为光电脉搏传感器,是通过透光性检测血液浓度变化并以光强度的变化引起的电压变化作为数据传出;此数据经蓝牙开发板处理为数字信号,并由蓝牙形式不断广播;在Android下开发的应用通过开启设备的蓝牙功能搜索到广播的蓝牙信号,通过协议建立连接并获取数据服务,实时接收采集的脉搏信号;应用对采集的数据进行算法处理,存入文本文件,并在图表中给出实时的波形图;通过分析此波形,应用可计算出测试者当前的心率,并由心率对测试者的健康状况作初步的判断。其他功能诸如注册功能,静态显示等也可通过在应用中添加相应代码实现,目的是通过保证数据的准确性和添加必要的功能,丰富并完善应用,使之可以广泛使用。
关键词:脉搏;GPS;Android;波形;健康

Abstract
Along with rapid development of Mobile Internet,monitoring the health status by portable terminal, becomes a more feasible choice of medical treatment.This design put foward an available scheme aimed at the problem.In the design,first of all,collecting human pulse signal by pulse sensor , then send it to the android terminal by bluetooth as wireless form,extract the signal from bluetooth on Android system, realizes the data read and data store, and then draw the real-time waveform according to received data, the current heart rate could be obtained through the handling of waveform analysis and testing, finally we learn on the current health status of the tester and make a simple review and advice.
The datas for the design collected by photoelectric pulse sensor, the pluse sensor works by the transmission of light,to detect the change of blood concentration with the change of light intensity, result in voltage changing. The data converted to the digital signal on the bluetooth development board,and broadcast constantly .The application on the android could start bluetooth of the equipment and gained the broadcasting bluetooth signal, then established a connection and access to data services, received the pulse signal in real-time state. The data would be processed by algorithm in application, saved in the text file, and real-time waveform is given in the chart on the view of screen.Aanalyzing the wave form, the application could calculate the current heart rate of tester, and then application could show the the healthy condition of the tester according to the heart rate . Other functions such as registration, and static display can be achieved by adding the corresponding code in the application,such approach ensure the accuracy of the data and add the necessary function, enrich and perfect the application, make it can be widely used.
Key words:pluse;bluetooth;Android;waveform;health
目录
第一章 绪论 1
1.1移动医疗的背景 1
1.2设计的意义与目的 2
1.3设计的内容和功能实现 2
1.4设计的可行方案 3
1.4.1 Matlab+压电传感器 3
1.4.2 Android应用+光电传感器 3
第二章 硬件设计 4
2.1 Android硬件平台 4
2.1.1模拟器Genymotion 4
2.1.2智能手机 6
2.2蓝牙开发平台 8
2.2.1 蓝牙4.0 BLE简介 8
2.2.2 开发板CC254x 8
2.3老人外出看护管理子系统 9
第三章 软件设计 13
3.1软件整体结构 13
3.1.1软件功能说明 13
3.1.2整体流程说明 14
3.2各功能模块设计 14
3.2.1蓝牙传输模块 14
3.2.2数据接收模块 17
3.2.3数据处理模块 18
3.2.4图表显示模块 20
3.2.5界面布局 22
3.2.6注册模块 23
3.2.7设置模块 26
第四章 运行及测试 28
4.1运行效果 28
4.1.1测试与咨询 28
4.1.2注册及设置 31
4.2技术难点 34
4.2.1硬件难点 34
4.2.2软件难点 35
总结 39
参考文献 40
附录二 程序源代码 41

参考文献
[1]王硕,宫恩浩,于洋等.基于手机的血压无线监测系统研制及初步应用[J],中国医疗器械杂志2011,35(6): 402-408.
[2]蔡承贤,王伟.基于人工智能的心率监测算法[J],中国医疗器械杂志,2010,34(1):1-3.
[3]周路菡.可穿戴设备:医疗物联网潮流先锋[J],新经济导刊,2014.7:45-49.
[4]孟濬,朱天宇.一种基于智能手机的新移动医疗系统模式[J],计算机应用研究,2013.7,30(7):2055-2060.
[5]Choi,Kwanghoon.A type and effect system for activation flow of components in Android programs[J],Information Processing Letters, 2014,(11):620-627.
[6]Ham,Hyung Kil,Mobile application compatibility test system design for Android fragmentation[J],Communications in Computer and Information Science,2011,(257):314-320.
[7]李刚.疯狂Android讲义[M],电子工业出版社,2013.3.
[8]于智鹏,林彦君.突破关键:Android核心技术[M],2011.10.
[9]蔺华,时允田.Android进阶实践[M],电子工业出版社,2012.9.
[10]李刚.疯狂Java讲义[M],电子工业出版社,2014.7.
[11]方欣,赵红岩.Android程序设计教程[M],电子工业出版社,2014.5.
[12]吴亚峰,杜化美,苏亚光.Android编程典型实例与项目开发[M],电子工业出版社,2011.10.
[13]李宁.Android/OPhone开发完全讲义[M],中国水利水电出版社,2010.6.
[14]佘志龙.Google Android SDK开发范例大全[M],人民邮电出版社,2011.11.

 

http://www.bysj360.com/  http://www.bysj360.com/html/5215.html   http://www.bylw520.net


 

  • 关键词 老人 监护 实现
  • 上一篇:无线遥控调光的研制
  • 下一篇:简单心率计的设计与实现
  • 暂无购买记录

    暂时没有评论

    真实

    多重认证,精挑细选的优质资源 优质老师。

    安全

    诚实交易,诚信为本。

    保密

    所有交易信息,都为您保密。

    专业

    10年专业经验,10年来帮助无数学子。