Hi,
I am using lead 2 of ecg to get data.
i have searchd on it a lot and found some code project also. For reference http://www.codeproject.com/Articles/4353/ECG-recording-storing-filtering-and-recognition
but i think it save data in its particular format.my data format is not compatible...
HI
i read ecg byte array from file.now i want to detect QRS of read ecg byte. how can i achieve this in java.Is there any generalized formula or any thing from where i can easiliy calculate this?
i get byte array from Lifegain defibrilator(an ecg device).i draw ecg on android from these...