天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 科技論文 > 計算機論文 >

嵌入式LINUX遠程家庭監(jiān)護系統(tǒng)的設計

發(fā)布時間:2018-11-10 09:47
【摘要】:中國已快速進入老齡化階段,需要護理的老人越來越多與當前醫(yī)療資源不足且分布不均之間的矛盾日益凸顯。本文從經(jīng)濟可持續(xù)發(fā)展的角度出發(fā),基于嵌入式電子、網(wǎng)絡通信、傳感器信息融合技術設計了一種“家庭—網(wǎng)絡—醫(yī)生”模式的遠程家庭醫(yī)療監(jiān)護系統(tǒng),把醫(yī)院傳統(tǒng)護理監(jiān)護通過Internet嫁接到家庭環(huán)境中,能夠很好的解決老人日常護理問題,實現(xiàn)醫(yī)院護理功能的向外延伸。本文詳細描述了嵌入式遠程家庭監(jiān)護終端軟件體系和硬件結構總體設計:硬件基礎以ARM920T為核心處理器,SAMSUNG公司設計的32位微控制器S3C2440為核心,通過外接傳感器DHT91、USB接口型攝像頭、語音輸入輸出設備等外圍器件組成系統(tǒng)硬件;軟件基礎監(jiān)護終端以Linux2.6為平臺研發(fā),監(jiān)護中心以VC++MFC為基礎采用多線程進行軟件設計。論文著重對嵌入式遠程監(jiān)護系統(tǒng)的軟件部分展開了研究與開發(fā),系統(tǒng)的軟件設計主要分為三大模塊: 溫濕度模塊:完成了DHT91驅動程序、監(jiān)護終端應用程序設計和監(jiān)護中心數(shù)據(jù)接收與參數(shù)信息動態(tài)顯示設計。DHT91驅動被封裝成字符型驅動,因內(nèi)核編譯時沒有開啟浮點運算支持,溫濕度信息的數(shù)據(jù)補償放在應用程序中完成。監(jiān)護中心則采用CDC::Polyline(LPPOINT1pPoints, int nCount)函數(shù)繪制畫出數(shù)組中溫濕度數(shù)據(jù),數(shù)據(jù)傳輸采用TCP/IP協(xié)議。 視頻模塊程序設計:完成了USB攝像頭驅動的移植、V4L2監(jiān)護終端視頻現(xiàn)場采集和監(jiān)護中心視頻顯示設計。視頻編碼庫選用T.264,攝像頭輸出JPEG圖像,而T.264編碼接口支持YUV4:2:0格式,系統(tǒng)首先使用JPEGLIB編碼庫將圖片解碼為RGB數(shù)據(jù),后轉化為YUV數(shù)據(jù)并以4:2:0格式采樣,最終將得到的數(shù)據(jù)T.264編碼。監(jiān)護中心工作與其相反,先將T.264碼流解碼,后JPEGLIB編碼為JPEG圖片,最終利用IStream和OleLoadPicture0函數(shù)加載,IPicture接口的Render0函數(shù)顯示。 音頻模塊程序設計:音頻模塊實現(xiàn)了雙方的語音交互功能。首先進行了聲卡的移植工作,之后利用聲卡驅動提供的/DSP文件接口實現(xiàn)了監(jiān)護終端的錄音和回放設計。監(jiān)護中心則利用了WINDOWS提供的低層音頻函數(shù)完全的接管音頻設備并實現(xiàn)的監(jiān)護中心語音部分的設計。 本文研究的遠程監(jiān)護系統(tǒng)具有可移植性強、系統(tǒng)設計人性化、靈活性強等優(yōu)點,同時具有豐富的客戶端軟件資源,可以數(shù)據(jù)保存、視頻錄制、截圖、錄音、閾值報警等多種功能,能完善的幫助人們解決老人的家庭護理問題。
[Abstract]:China has rapidly entered the aging stage, the increasing number of elderly people in need of care and the current lack of medical resources and uneven distribution of increasingly prominent contradiction. Based on the technology of embedded electronics, network communication and sensor information fusion, this paper designs a kind of remote family medical monitoring system based on the model of "home, network and doctor" from the angle of sustainable economic development. The traditional nursing care in hospital can be grafted into the family environment through Internet, which can solve the daily nursing problems of the elderly and realize the outward extension of the nursing function of the hospital. In this paper, the software architecture and hardware architecture of embedded remote home monitoring terminal are described in detail. The hardware is based on ARM920T as the core processor, and the 32-bit microcontroller S3C2440 designed by SAMSUNG as the core. The hardware is based on the external sensor DHT91,. The hardware of the system is composed of USB interface camera, voice input and output device and other peripheral devices. The software base monitoring terminal is developed on the platform of Linux2.6, and the monitoring center is designed by multi-thread based on VC MFC. This paper focuses on the research and development of the software of embedded remote monitoring system. The software design of the system is mainly divided into three modules: temperature and humidity module: the DHT91 driver is completed. Monitor terminal application program design and monitor center data reception and parameter information dynamic display design. DHT91 driver is encapsulated into a character drive, because the kernel compilation does not turn on floating point operation support, Data compensation for temperature and humidity information is done in the application. CDC::Polyline (LPPOINT1pPoints, int nCount) function) is used to draw the temperature and humidity data in the array, and TCP/IP protocol is used to transmit the data. Video module program design: completed USB camera driven transplant, V4L2 monitoring terminal video scene acquisition and monitoring center video display design. The video coding library selects T.264, the camera outputs the JPEG image, and the T.264 coding interface supports the YUV4:2:0 format. The system first uses the JPEGLIB coding library to decode the picture into RGB data, and then converts the picture to YUV data and samples it in 4:2:0 format. The data will eventually be T. 264 encoded. On the contrary, T.264 code stream is decoded, then JPEGLIB is encoded into JPEG picture. Finally, the IStream and OleLoadPicture0 functions are used to load, and the Render0 function of IPicture interface is displayed. Audio module program design: audio module to achieve the two sides of the voice interaction function. Firstly, the sound card is transplanted, and then the recording and playback design of the monitoring terminal is realized by using the / DSP file interface provided by the sound card driver. The monitoring center uses the lower level audio function provided by WINDOWS to completely take over the audio equipment and realize the design of the voice part of the monitoring center. The remote monitoring system studied in this paper has the advantages of portability, humanization of system design, flexibility and so on. At the same time, it has abundant client software resources, which can save data, record video, capture pictures, record, etc. Threshold alarm and other functions can help people to solve the problem of home care for the elderly.
【學位授予單位】:南昌大學
【學位級別】:碩士
【學位授予年份】:2012
【分類號】:TP368.1;TP277

【參考文獻】

相關期刊論文 前10條

1 喬建魁;媒體控制接口(MCI)編程應用[J];電腦編程技巧與維護;2005年11期

2 關學忠;李洪宇;李國盛;;基于WinCE的ARM視頻監(jiān)控系統(tǒng)[J];單片機與嵌入式系統(tǒng)應用;2006年12期

3 溫文玉,李敏,黃廷磊;音頻設備UDA 1341驅動技術[J];桂林電子工業(yè)學院學報;2005年05期

4 劉文;王曉輝;盛文婷;李智;;基于ARM9的UDA1341驅動在Linux下移植方法[J];電子設計工程;2011年14期

5 龍世瑜;魏武;盧碧燕;;基于ARM嵌入式的視頻監(jiān)控系統(tǒng)的設計[J];電子設計工程;2011年17期

6 葛少云,王澍,張群華,賈宏杰;基于ActiveX技術的配電網(wǎng)運行方式系統(tǒng)[J];繼電器;2004年13期

7 沈俊,葛燧和;計算機系統(tǒng)中的YUV[J];計算機工程;2000年01期

8 楊偉;劉強;顧新;;Linux下USB設備驅動研究與開發(fā)[J];計算機工程;2006年19期

9 張鵬;孫世磊;劉瑞北;何明聰;;LINUX+ARM下的USB驅動開發(fā)[J];計算機工程與科學;2006年03期

10 張弋,何曉,李艷軍,徐曉東;多媒體控制接口在Windows編程中的應用[J];計算機應用研究;2002年03期

相關碩士學位論文 前10條

1 魏趙平;基于ARM的嵌入式系統(tǒng)研究及音頻驅動實現(xiàn)[D];西安電子科技大學;2007年

2 嚴彬彬;基于ARM的遠程家庭監(jiān)護智能終端系統(tǒng)的研制[D];山東大學;2007年

3 況蘊玲;基于H.264的嵌入式家庭遠程視頻監(jiān)控系統(tǒng)的設計與實現(xiàn)[D];電子科技大學;2007年

4 施瑞;基于Internet的機器人遠程控制研究[D];南京林業(yè)大學;2007年

5 黃恒強;基于ARM和Linux的嵌入式遠程視頻監(jiān)控系統(tǒng)設計[D];南京理工大學;2008年

6 梁丹;我國遠程醫(yī)療的影響因素分析及其對策研究[D];華中科技大學;2008年

7 李保國;基于嵌入式ARM的遠程視頻監(jiān)控系統(tǒng)研究[D];南京理工大學;2009年

8 華嘉倫;基于ARM的低成本可視化的溫濕度自動控制系統(tǒng)[D];江南大學;2009年

9 閆紅超;以太網(wǎng)數(shù)字語音廣播系統(tǒng)的設計與實現(xiàn)[D];西南交通大學;2010年

10 劉哲峰;嵌入式Linux音頻設備的驅動設計與研究[D];太原理工大學;2010年

,

本文編號:2322094

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2322094.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權申明:資料由用戶b0d54***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
老司机精品在线你懂的| 色播五月激情五月婷婷| 日韩人妻精品免费一区二区三区| 欧美日韩精品综合一区| 91久久精品中文内射| 亚洲视频一区二区久久久| 中日韩美一级特黄大片| 中文字幕乱码免费人妻av| 久久精品色妇熟妇丰满人妻91| 欧美激情视频一区二区三区| 精品国产91亚洲一区二区三区| 五月的丁香婷婷综合网| 91插插插外国一区二区婷婷| 国产精品十八禁亚洲黄污免费观看 | av中文字幕一区二区三区在线| 久久久精品区二区三区| 青青操成人免费在线视频| 亚洲另类欧美综合日韩精品| 亚洲精品中文字幕一二三| 欧美日韩视频中文字幕| 国产精品刮毛视频不卡| 麻豆剧果冻传媒一二三区| 91国内视频一区二区三区| 日韩中文无线码在线视频| 91后入中出内射在线| 99久久人妻精品免费一区| 欧美成人精品国产成人综合| 国产成人精品久久二区二区| 国产成人精品国产亚洲欧洲| 少妇丰满a一区二区三区| 粗暴蹂躏中文一区二区三区| 激情内射亚洲一区二区三区| 91香蕉视频精品在线看| 久久精品视频就在久久| 好吊视频一区二区在线| 亚洲午夜精品视频在线| 亚洲精品国男人在线视频| 亚洲欧美日韩另类第一页| 五月婷婷综合激情啪啪| 亚洲免费黄色高清在线观看| 亚洲欧美中文字幕精品|