且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

用示例绘制ecg图WPF

更新时间:2022-10-15 23:37:53

它看起来像你能够获取数据,但有麻烦建立 SCP-ECG 文件,以便提供你的' ECG 工具包'(你没有给有关您正在使用的实际工具包的详细信息)。我想你必须找到关于 SCP-ECG 专门网站的一些信息,试试,例如: OpenEcg:Gamma Cardio CG,开源认证心电图 [ ^ ]。

Hi

i'm using ventrix ecg device , read data from device successfully
received data

0 - 1E
0 - 2
1 - 10
2 - 5
3 - F
4 - 7D
5 - F
6 - 79
7 - 10
8 - 9
9 - 10
10 - 1E
11 - 7
12 - 1C
13 - EC
14 - B0
15 - EC
16 - 70
17 - 4B
18 - 1C
19 - 71
20 - 84
21 - 10
22 - 4
23 - F
24 - 8B
25 - F6
26 - B8
27 - 7
28 - 9C
29 - 38
30 - C4
31 - 39
32 - 62
33 - C7
34 - 30
35 - 68
36 - 70
37 - 88
38 - 87


kindly help how draw ecg graph in wpf using c#

What I have tried:

Read data from device, i'm tried get scp file and applied ecg toolkit , but not draw ecg graph , so kindly help

It looks you are able to getting data, but have troubles in building the SCP-ECG file, in order to feed your 'ECG toolkit' (you didn't give details about the actual toolkit you are using). I suppose you have to find out some information on SCP-ECG specialized websites, try, for instance: OpenEcg: Gamma Cardio CG, an open source certified ECG[^].