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

基于DSP的心電監(jiān)測(cè)系統(tǒng)的研究與設(shè)計(jì)

發(fā)布時(shí)間:2019-05-27 20:54
【摘要】:一直以來(lái),心臟疾病作為威脅人類健康的主要疾病之一,其診斷和防治已成為醫(yī)學(xué)界面臨的主要問(wèn)題。能為心臟疾病的診斷治療做出參考依據(jù)的心電信號(hào)是一種典型的生物信號(hào),從不同方面和層次上反映了心臟的生理狀態(tài),因此心電信號(hào)的采集和分析研究對(duì)心臟疾病的臨床診斷和治療具有非常重要的價(jià)值。采集分析心電信號(hào)的心電圖機(jī),目前已有很多的技術(shù)和設(shè)備,但大多數(shù)因其處理能力、體積、費(fèi)用、功耗等方面還不盡人意,所以開(kāi)發(fā)便攜式、智能化的心電監(jiān)測(cè)系統(tǒng)具有重要意義。 本文設(shè)計(jì)了基于TMS320VC5509A的心電采集分析系統(tǒng)。在深入系統(tǒng)研究心電信號(hào)基礎(chǔ)理論、DSP技術(shù)相關(guān)知識(shí)、自適應(yīng)濾波理論與應(yīng)用和C++相關(guān)知識(shí)后,選用高性能的TMS320VC5509A處理器作為中央處理單元,設(shè)計(jì)了心電信號(hào)采集系統(tǒng)、基于TMS320VC5509A的心電信號(hào)處理系統(tǒng)和基于PC機(jī)的心電信號(hào)管理系統(tǒng)。心電信號(hào)前級(jí)采集和調(diào)理系統(tǒng)包括輸入保護(hù)電路、前置放大及右腿驅(qū)動(dòng)電路、帶通濾波電路、50Hz陷波電路、主放大及電平抬升電路和電源電路;基于TMS320VC5509A的心電信號(hào)處理系統(tǒng)主要包括電源電路、A/D轉(zhuǎn)換、存儲(chǔ)器擴(kuò)展電路和串口通信電路,主要實(shí)現(xiàn)對(duì)心電信號(hào)的采集、數(shù)字濾波和傳輸;基于PC機(jī)的心電信號(hào)處理系統(tǒng)主要設(shè)計(jì)了基于VC++心電信號(hào)分析系統(tǒng),可實(shí)現(xiàn)對(duì)心電信號(hào)的讀取、顯示、存儲(chǔ)、回放等分析和處理。 軟件系統(tǒng)在CCS集成開(kāi)發(fā)環(huán)境下用C語(yǔ)言來(lái)編程,采用模塊化編程方式。主程序?qū)Ω鱾(gè)子程序調(diào)用和組織,使整個(gè)系統(tǒng)能協(xié)調(diào)工作。子程序主要包括系統(tǒng)初始化程序、ADC程序、數(shù)字信號(hào)處理程序、PC機(jī)應(yīng)用程序等。關(guān)鍵部分是數(shù)字信號(hào)處理算法,算法是否合適關(guān)系到整個(gè)系統(tǒng)的精度和實(shí)時(shí)性。本文首先使用Matlab工具,應(yīng)用數(shù)字信號(hào)處理算法對(duì)標(biāo)準(zhǔn)心電信號(hào)進(jìn)行了仿真驗(yàn)證,然后通過(guò)C語(yǔ)言和匯編語(yǔ)言混合編程在DSP上實(shí)現(xiàn)信號(hào)處理算法,有效的抑制了噪聲和干擾。 通過(guò)仿真和現(xiàn)場(chǎng)試驗(yàn),本文設(shè)計(jì)的基于TMS320VC5509A的心電監(jiān)測(cè)系統(tǒng)能成功采集、傳輸、存儲(chǔ)和顯示心電信號(hào),,對(duì)心電信號(hào)能進(jìn)行簡(jiǎn)單的分析和處理。
[Abstract]:For a long time, as one of the main diseases threatening human health, the diagnosis and prevention of heart disease has become the main problem faced by the medical profession. ECG signal, which can be used as a reference for the diagnosis and treatment of heart disease, is a typical biological signal, which reflects the physiological state of the heart from different aspects and levels. Therefore, the collection and analysis of ECG signals is of great value in the clinical diagnosis and treatment of heart diseases. At present, there are a lot of technologies and equipment for collecting and analyzing ECG signals, but most of them are not satisfactory in terms of processing capacity, volume, cost, power consumption and so on, so the development of portable machines. Intelligent ECG monitoring system is of great significance. In this paper, a ECG acquisition and analysis system based on TMS320VC5509A is designed. After deeply and systematically studying the basic theory of ECG signal, DSP technology related knowledge, adaptive filtering theory and application and C related knowledge, the high performance TMS320VC5509A processor is selected as the central processing unit, and the ECG signal acquisition system is designed. ECG signal processing system based on TMS320VC5509A and ECG signal management system based on PC. The front stage acquisition and conditioning system of ECG signal includes input protection circuit, preamplifier and right leg drive circuit, band-pass filter circuit, 50Hz notch circuit, main amplifier and level lifting circuit and power supply circuit. The ECG signal processing system based on TMS320VC5509A mainly includes power supply circuit, A / D conversion, memory expansion circuit and serial communication circuit, which mainly realizes ECG signal acquisition, digital filtering and transmission. The ECG signal processing system based on PC mainly designs the ECG signal analysis system based on VC, which can realize the analysis and processing of ECG signal reading, display, storage, playback and so on. The software system is programmed in C language and modular programming in CCS integrated development environment. The main program calls and organizes each subprogram so that the whole system can coordinate its work. The subroutine mainly includes system initialization program, ADC program, digital signal processing program, PC application program and so on. The key part is the digital signal processing algorithm, whether the algorithm is suitable or not is related to the accuracy and real-time performance of the whole system. In this paper, the standard ECG signal is simulated and verified by using Matlab tool and digital signal processing algorithm, and then the signal processing algorithm is implemented on DSP by mixed programming with C language and assembly language, which effectively suppresses noise and interference. Through simulation and field test, the ECG monitoring system based on TMS320VC5509A can successfully collect, transmit, store and display ECG signals, and can simply analyze and process ECG signals.
【學(xué)位授予單位】:西北師范大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2012
【分類號(hào)】:R318.0

【參考文獻(xiàn)】

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

1 伍美俊;吳忷陵;;TMS320VC5509應(yīng)用flash存儲(chǔ)數(shù)據(jù)的接口電路設(shè)計(jì)與編程[J];電子器件;2007年02期

2 段新昱;林家瑞;司海芹;;ECG監(jiān)視過(guò)程中的消噪問(wèn)題[J];國(guó)外醫(yī)學(xué).生物醫(yī)學(xué)工程分冊(cè);1992年03期

3 張德龍;劉海東;盧福永;;基于MATLAB平臺(tái)的DSP嵌入式應(yīng)用程序設(shè)計(jì)的研究[J];工業(yè)計(jì)量;2010年02期

4 牛海濤;王志斌;張記龍;;運(yùn)用TMS320VC5509的SPI引導(dǎo)裝載方法研究[J];中北大學(xué)學(xué)報(bào)(自然科學(xué)版);2005年06期

5 羅湘建;方興未艾的生物醫(yī)學(xué)工程學(xué)[J];湖南醫(yī)科大學(xué)學(xué)報(bào)(社會(huì)科學(xué)版);2002年01期

6 謝中科,謝志堅(jiān),孫樂(lè);VC++中文檔存儲(chǔ)的編程技術(shù)及其實(shí)現(xiàn)[J];計(jì)算技術(shù)與自動(dòng)化;2002年04期

7 劉冬,陳碩;DSP與PC機(jī)間的串行通訊[J];控制工程;2003年02期

8 何軍;HOLTER的發(fā)展和現(xiàn)狀[J];實(shí)用醫(yī)技雜志;1997年08期

9 張會(huì)生;閆學(xué)斌;秦勇;黃鶴;;LMS算法自適應(yīng)濾波器的DSP實(shí)現(xiàn)[J];信息安全與通信保密;2006年10期

10 沈忠鏗,張波,陳立輝;基于Windows的PC機(jī)與DSP串行通信[J];通信電源技術(shù);2005年04期

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

1 許國(guó)威;自適應(yīng)噪聲抵消技術(shù)研究及DSP實(shí)現(xiàn)[D];西北師范大學(xué);2011年



本文編號(hào):2486470

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

本文鏈接:http://sikaile.net/yixuelunwen/swyx/2486470.html


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

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