Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
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
Posted
Updated 27-Apr-17 21:35pm
v2
Comments
Richard MacCutchan 27-Apr-17 3:45am    
Take each element of the data you receive and plot it onto a graph on the display. If you do not know how to draw points and join them up with lines, then you can Google for plotting software.
K Sathick 27-Apr-17 4:31am    
thanks for your replay , is there any reference link put here
Richard MacCutchan 27-Apr-17 4:41am    
Yes, Google, as I already suggested.
Maciej Los 27-Apr-17 15:25pm    
Help what?
K Sathick 28-Apr-17 6:53am    
c# need help for how to draw ecg graph troubles in building the SCP-ECG file

1 solution

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[^].
 
Share this answer
 
Comments
K Sathick 28-Apr-17 7:19am    
yes i'm troubles building SCP-ECG File , is there any possible ECGtoolKits?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900