Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I'm working on a cardiology module and I need to simulate incoming signals from electrodes used to perform the ECG test. the idea is to just simulate and generate data coming from the electrodes and plot it in a graph in real time. is there a way to do that?
Posted

Me, I'd hook up a recording scope to genuine probes and record actual info. Then feed that back into my software.
If you truly simulate it, then it may or may not be realistic.
 
Share this answer
 
Comments
Mabchour 1989 12-Apr-12 20:23pm    
it's doesn't matter for now, the hardware part is for later, for now i just need something to generate data.
Bernhard Hiller 13-Apr-12 2:53am    
The poor patients!
You might find some formula for generating "ideal" data, but how will you cope with the real world irregularities? Even with healthy people, the heart beat rate is not constant by the millisecond.
OriginalGriff 13-Apr-12 3:31am    
Precisely why I'd record the real stuff!
Mabchour 1989 13-Apr-12 5:57am    
For the time being i just need random data, the hardware is for later guys! the data is to just check that the graph will be generated successfully, then after that i'll do the hardware stuff. it's just temporary.
OriginalGriff 13-Apr-12 6:19am    
If you just want random data, just use the Random class. I'd start with good data though - otherwise how do you know if your graph is working?
can yoy help me?
how to input data to ECG in C#.NET ?
I want generate ECG signal in c#.net
 
Share this answer
 

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