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

嵌入式LINUX遠(yuǎn)程家庭監(jiān)護(hù)系統(tǒng)的設(shè)計(jì)

發(fā)布時(shí)間:2018-11-10 09:47
【摘要】:中國(guó)已快速進(jìn)入老齡化階段,需要護(hù)理的老人越來(lái)越多與當(dāng)前醫(yī)療資源不足且分布不均之間的矛盾日益凸顯。本文從經(jīng)濟(jì)可持續(xù)發(fā)展的角度出發(fā),基于嵌入式電子、網(wǎng)絡(luò)通信、傳感器信息融合技術(shù)設(shè)計(jì)了一種“家庭—網(wǎng)絡(luò)—醫(yī)生”模式的遠(yuǎn)程家庭醫(yī)療監(jiān)護(hù)系統(tǒng),把醫(yī)院傳統(tǒng)護(hù)理監(jiān)護(hù)通過(guò)Internet嫁接到家庭環(huán)境中,能夠很好的解決老人日常護(hù)理問題,實(shí)現(xiàn)醫(yī)院護(hù)理功能的向外延伸。本文詳細(xì)描述了嵌入式遠(yuǎn)程家庭監(jiān)護(hù)終端軟件體系和硬件結(jié)構(gòu)總體設(shè)計(jì):硬件基礎(chǔ)以ARM920T為核心處理器,SAMSUNG公司設(shè)計(jì)的32位微控制器S3C2440為核心,通過(guò)外接傳感器DHT91、USB接口型攝像頭、語(yǔ)音輸入輸出設(shè)備等外圍器件組成系統(tǒng)硬件;軟件基礎(chǔ)監(jiān)護(hù)終端以Linux2.6為平臺(tái)研發(fā),監(jiān)護(hù)中心以VC++MFC為基礎(chǔ)采用多線程進(jìn)行軟件設(shè)計(jì)。論文著重對(duì)嵌入式遠(yuǎn)程監(jiān)護(hù)系統(tǒng)的軟件部分展開了研究與開發(fā),系統(tǒng)的軟件設(shè)計(jì)主要分為三大模塊: 溫濕度模塊:完成了DHT91驅(qū)動(dòng)程序、監(jiān)護(hù)終端應(yīng)用程序設(shè)計(jì)和監(jiān)護(hù)中心數(shù)據(jù)接收與參數(shù)信息動(dòng)態(tài)顯示設(shè)計(jì)。DHT91驅(qū)動(dòng)被封裝成字符型驅(qū)動(dòng),因內(nèi)核編譯時(shí)沒有開啟浮點(diǎn)運(yùn)算支持,溫濕度信息的數(shù)據(jù)補(bǔ)償放在應(yīng)用程序中完成。監(jiān)護(hù)中心則采用CDC::Polyline(LPPOINT1pPoints, int nCount)函數(shù)繪制畫出數(shù)組中溫濕度數(shù)據(jù),數(shù)據(jù)傳輸采用TCP/IP協(xié)議。 視頻模塊程序設(shè)計(jì):完成了USB攝像頭驅(qū)動(dòng)的移植、V4L2監(jiān)護(hù)終端視頻現(xiàn)場(chǎng)采集和監(jiān)護(hù)中心視頻顯示設(shè)計(jì)。視頻編碼庫(kù)選用T.264,攝像頭輸出JPEG圖像,而T.264編碼接口支持YUV4:2:0格式,系統(tǒng)首先使用JPEGLIB編碼庫(kù)將圖片解碼為RGB數(shù)據(jù),后轉(zhuǎn)化為YUV數(shù)據(jù)并以4:2:0格式采樣,最終將得到的數(shù)據(jù)T.264編碼。監(jiān)護(hù)中心工作與其相反,先將T.264碼流解碼,后JPEGLIB編碼為JPEG圖片,最終利用IStream和OleLoadPicture0函數(shù)加載,IPicture接口的Render0函數(shù)顯示。 音頻模塊程序設(shè)計(jì):音頻模塊實(shí)現(xiàn)了雙方的語(yǔ)音交互功能。首先進(jìn)行了聲卡的移植工作,之后利用聲卡驅(qū)動(dòng)提供的/DSP文件接口實(shí)現(xiàn)了監(jiān)護(hù)終端的錄音和回放設(shè)計(jì)。監(jiān)護(hù)中心則利用了WINDOWS提供的低層音頻函數(shù)完全的接管音頻設(shè)備并實(shí)現(xiàn)的監(jiān)護(hù)中心語(yǔ)音部分的設(shè)計(jì)。 本文研究的遠(yuǎn)程監(jiān)護(hù)系統(tǒng)具有可移植性強(qiáng)、系統(tǒng)設(shè)計(jì)人性化、靈活性強(qiáng)等優(yōu)點(diǎn),同時(shí)具有豐富的客戶端軟件資源,可以數(shù)據(jù)保存、視頻錄制、截圖、錄音、閾值報(bào)警等多種功能,能完善的幫助人們解決老人的家庭護(hù)理問題。
[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.
【學(xué)位授予單位】:南昌大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2012
【分類號(hào)】:TP368.1;TP277

【參考文獻(xiàn)】

相關(guān)期刊論文 前10條

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

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

3 溫文玉,李敏,黃廷磊;音頻設(shè)備UDA 1341驅(qū)動(dòng)技術(shù)[J];桂林電子工業(yè)學(xué)院學(xué)報(bào);2005年05期

4 劉文;王曉輝;盛文婷;李智;;基于ARM9的UDA1341驅(qū)動(dòng)在Linux下移植方法[J];電子設(shè)計(jì)工程;2011年14期

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

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

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

8 楊偉;劉強(qiáng);顧新;;Linux下USB設(shè)備驅(qū)動(dòng)研究與開發(fā)[J];計(jì)算機(jī)工程;2006年19期

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

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

相關(guān)碩士學(xué)位論文 前10條

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

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

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

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

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

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

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

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

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

10 劉哲峰;嵌入式Linux音頻設(shè)備的驅(qū)動(dòng)設(shè)計(jì)與研究[D];太原理工大學(xué);2010年

,

本文編號(hào):2322094

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

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


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

版權(quán)申明:資料由用戶b0d54***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com