搜索资源列表
EcgViewer
- 心电图数据的绘制,QT库编写,选用MIT心电图数据库进行2-D波形的绘制-ECG data rendering, QT library to write, use MIT ECG database for 2-D drawing of the waveform
qtxdxhcs
- qt设计便携式心电仪界面的时候,需要的心电信号产生程序。-qt interface design portable ECG apparatus when needed ECG generator.
bisiDat
- Large set of functions for biological records (ECG, EEG, phono), datastore, datamining and analysis (HRV, QT, RR, ST). The application is written in Java, so that it is assumed to work on all devices. It runs as a desktop or client-server application
baizaoshengPecg
- (hrv, qt, rr, st). the application is written in java-large set of functions for biological records (ecg, eeg, phono)devices. it runs as a desktop or client-server application. it
EKG
- ECG vizualizer for embedded Linux wrote with Qt library
roberto-sassi
- matlab program, focus on how to find T wave, Q wave, meanwindow, trqt complex, shif QT wave, and pattern of ECG
ATmega32
- 设计了心电、血压、血氧脉搏、体温、呼吸电路以及以ATmage32单片机为主的AD转换电路。设计了单片机软件,针对S3C2440芯片进行了bootloader, Linux内核和基于QT的根文件系统移植,以MINI2440开发板为基础设计了监护仪的嵌入式软件。 -Design the ecg, blood pressure, blood oxygen, temperature, pulse, breathing circuit and predominantly ATmage32 MCU AD
QWT-QTcreator
- QWT是QT的第三方类库,按照此文档添加到QT后运用里面的控件画出坐标系,心电图波形等。-QT QWT is a third-party library, which added to the QT use the controls to draw the coordinate system, ECG waveforms.
Fully_Automatic_QT_Ch_1
- 全自动测量第二导联ECG数据中的QT间隔,RMS误差为26ms,精确很高。- Fully Automated Method for QT Interval Measurement in ECG
QtBTwithECG
- 用Qt设计ECG分析器(通过蓝牙传递信号)-Design with Qt ECG analyzer (transmit signals via Bluetooth)
ANDROID-APPLICATION-PROJECT-LIST
- heart rate produced by algorithms embedded in the commercially available optical heart rate sensor. An analysis of the raw PPG signal is necessary to fully assess the usability of PPG for heart rate detection in epilepsy, for instance, by also
ecg-vc8
- 利用小波分析进行心电图的自动分析,包括QRST的识别等,QT间期计算(Automatic analysis of electrocardiogram by wavelet analysis, including identification of QRST, etc.)
chuankou
- 利用QT读取单片机发送的串口数据,并实时显示心电波形图。子线程接收数据,主线程画图(Using QT to read the serial data sent by single chip microcomputer and display the ECG waveform in real time. Zi Xiancheng receives data, master thread drawing)
Qt动态心电图绘制-利用队列进行实时绘制
- 心电图绘制主思想是利用QtCharts自带的函数和方法,先初始化心电图网格线,绑定数据,然后开启定时器进行绘制。在绘制到最右边的时候,使用Qtcharts数据集series进行已有数据替换可以了。(The main idea of ECG drawing is to use QtCharts's own functions and methods to initialize the ECG gridlines, bind the data, and then open the timer to
QT ECG画图演示
- 使用 QWidget 画 7 导心电波形演示程序,同时也演示了 Doxygen 注释使用