|
|
Comments and Discussions
|
|
 |

|
Thank's I'am Tray to Download it and Test
|
|
|
|

|
Hi, I am doing a project (none profit) using pic 18f2420 to genrate ECG signal, I would appreciate help on how to, as I am not good at much programming, thanks in advance for sharing your knowledge. Thanks again
|
|
|
|

|
Hi, it;s being long time since my last update. Yes is this PIC with USB? Do you plane to jump on Linux?
|
|
|
|

|
Hi,
I have ecge data in form of Byte array e.g data_array={-757,-671,-583,-500,-427,-343,-269,-208,-131,-61,-5,57,109,174,237,285,334,381,439,486,524,566,604,642,677,711,742,776,810,838,866,892,920,947,961,974,996,1019,1029,1037,1059,1067,1075,1090,1094,1103,1109,1109,1117,1121,1123,1125,1123,1124,1121,1114,1116,1106,1099,1102,1094,1081,1082,1081,1074,1069,1062,1055,1060,1057,1056,1063,1049,1054,1015,1040,1025,1020,1051,987,1083,964,1097,970,1050,1074,855,2088,1624,881,1067,1019,1036,926,1256,467,3321,7968,7933,7482};
Now i want to use your code to detect QRS complex .But i am unable to Detect Qrs complex of this array.
please help me how to detect QRS complex form this array.
Please also send me your email address for contact.My email address is shah.khalid@my.web.pk
Regards,
Shah Khalid.
|
|
|
|

|
Hi Gregori
Thanks for brilliant ECG source code.
But I'd like to know how we must connect the device to human skin surface.
Regards
Mahdi
|
|
|
|

|
Hi..
your code is very useful to us, but we can able to do this in web application.
because i need to do in web application.
can you help in this.
|
|
|
|

|
Hi, web is a stupid place to make medical applications and DSP
|
|
|
|

|
Hi,
I just downloaded your source code and once i click on the start record button the following error is displayed
unhandled exception in ecg_1.exe (msvcrtd.dll). privileged instruction.
Kindly help on this ASAP.
Thanks
Vinoth
|
|
|
|

|
Please tell me how to use the ‘6N173’.I can not find its position in the circuit picture.
|
|
|
|

|
Dear Sir,
Thanks for your article.
I am doing a project "ECG wave classification using ANN" for MSc. Do you have any idea of reading and displaying "MIT-BIH Arrhythmia Database" files.
Thanks in advance...
|
|
|
|

|
I’m working on one project where I need to develop a simple simulation program (non-commercial and not for profit!) for representation of normal and abnormal ECG patters depends of different physiological and pathophysiological conditions that could impact cardiac and pulmonary physiology.
I was wondering if you know math formula(s) for emulation of ECG patters. If you do know, I would deeply appreciate if you could share your knowledge.
Thank you so much in advance!
PS: You can email me at willy_anime@hotmail.com
Thanks again!
|
|
|
|

|
ECG/EKG is a set of complex waveforms. Simulating them from physiological principles would be a tough problem (have anyone done it?) .
Instead of calculating, can you play back the recorded waveforms?
Which parameters are going to be variable in your simulation?
- Nick
|
|
|
|

|
hi i'm a university student and i'm developing a c++ .net software very similar to yours during my university thesis. My professor asked me to develop a software to plot 12 lead real time ecg. He asked me to acquire data from different sources like usb bluetooth or wifi or zigbee considering that every source send a binary flow of data with a selectable sample rate and bit resolution. Now i'm many problem with data acquisition. I've not found info or a method to acquire data. I would ask you if you know a sdk or api or .net library to develop a generic binary data acquisition from that source...
thank's
best regards
|
|
|
|

|
Congratulation for the very nice filter...
We had downloaded your code yesterday... it seam to work very well...
I see that the filter only works with 500Hz or lower sampling rate, while I would like to see how I could use this filter (or a similar) one with higher frequnecy ECGs, namely 1000 Hz.
Can you give me some help in figuring out the coefficient for an high pass filter...
Thank you in advance,
Guido
|
|
|
|

|
I got great help from your article, thanks!
but, there's some question puzzle me, it is the muscle flutter, what frequency that are, and how to filt them? thank you!
|
|
|
|

|
Hi, wondering if you have an actual schematic of your circuit?
What is the resolution of the system? e.g. Bits/uVolt ?
Thanks,
Tony.
|
|
|
|

|
Sir..I m a .net developer. and currently as a part of r & d work i m putting my hands over EKG interfacing to PC. as u have supplied your PCB here. i wants to know how this pcb to be interfaced with the EKG machine and to pc. and Could you please mail me the Exact PCB ?? please ..becasue i m confused between the PCB you have shown and the isolation circuit..i cant understand which one to implement!! so sir please help me out...
My email is gandhi.ashish@hotmail.com
I would wait for your reply.....
Thanks in advance....
ashish gandhi
|
|
|
|
|

|
Ok
that is good!
how many hour do u want?
and $50/h USA or Euro or Belgium
This my rs232 protocol:
setbaud(BAUD9600);
puts("Test ADC Ch1-8 & Floating Point Math Display By ICC11\n");
puts("ADC1 ADC2 ADC3 ADC4 ADC5 ADC6 ADC7 ADC8\n");
OPTION = 0x93;
do
{ convert1();
result = ADR1;
printf("%3.1fV ",(float)0.019*result);
result = ADR2;
printf("%3.1fV ",(float)0.019*result);
result = ADR3;
printf("%3.1fV ",(float)0.019*result);
result = ADR4;
printf("%3.1fV ",(float)0.019*result);
convert2();
result = ADR1;
printf("%3.1fV ",(float)0.019*result);
result = ADR2;
printf("%3.1fV ",(float)0.019*result);
result = ADR3;
printf("%3.1fV ",(float)0.019*result);
result = ADR4;
printf("%3.1fV \r",(float)0.019*result);
} while(1); /* Loop Continue */
I can send to you QRS , Norva & cardioline PC installation s/w
for you as reference
Regards
JN
|
|
|
|

|
Hi OK,
let me know more about your application
gpetrov@nbu.bg
regards,
do you like this to be done on C, C++, C#
Regards,
|
|
|
|

|
Hi author
Can you help me change your source from LTP to Rs232?
I am a Biomedical Technician live in Brisbane Austrlia
My ECG Project
I am using Schiller patients floating circuit,
BC group Safety analyers 2010S to simulate ECG signals,
Micro-control HC11 from PMB_ZN (ADC and send through RS232)
and your source code to display on PC
If you want any info regarding about biomedical please let me know
My email: jacknguyen8@yahoo.com.au
|
|
|
|

|
Hi,
yesw I can consult you for 50$/h you may use my pay pal account for this.
regards
|
|
|
|
|

|
Hi,
bluetooth is not good ptotocol!
please refer to FSK radio modems.
Regards,
|
|
|
|

|
helo georgi petrov.i'm haryanti from malaysia.i have interested about u'r ecg project.can i know what sofware u use?
|
|
|
|

|
Hi....
I'm beginner in C++, and now i still learn about this code. learning
about your code, I'm very excited. because it can be a subject
addition for my task. but i have a problem to compile it.
can you explain me about your code which has been given by you in your
article??
i will be appreciate it if you can help me.. please.....
so you can reply my question in my email
my email address : aa_esa@yahoo.com
Thank you.
|
|
|
|

|
Georgi, could you post a schematic for the EKG front end circuit in the next revision of the article?
Cheers,
Nikolai
|
|
|
|

|
Hi,
I am sure there is a lot of interest in your project even after four years. I am trying to compile your project on VS-2005, I know it was made to compile on VC++-6.0 but I tried compiling two separate projects and created library files. I overwrote the library files which came with ECG1 project with the libraries I got after compiling ECG_VIEW and ECG_Statistic_View projects. But yet it complains about symbol references. I am not sure if you have latest version of your project which compiles on VS-2005.
Thanks
Jayesch
|
|
|
|

|
Can you send me more ECG Test File ?
May I know that how is your ECG Test File looked like?(I can't open the file to view).Is that same like the standard MIT/BIH or AHA database?
If I wish to know more about your way to write the source code, is that any documentation available or others methods?
I will be very appreciate it if you able to reply me.
my email address is : sinkuin_toh@yahoo.com
Thank You.
sinkuin
|
|
|
|

|
dear G. Petrov
I need some help from you. Your source code is very brilliant. But it can't be compiled on my computer. The error message is "Can't link .obj : fatal error".
Can you help about this ?
Oh, I have another problem. Can somebody help me to make an VB program that can detect the QRS, QT, ST, and other segment and display it on the screen ?
Please contact me at i_iyan_to@yahoo.com
Thanks
|
|
|
|

|
There is no any arrors
use VC++ 6.0
.NET is something very stupid!!!
But I can reprogram it for ~2500$ in VB if you whant
|
|
|
|
|

|
sir, we have connected the external circuit...but when we are recording ..we met with an error wincore.cpp something in 879..will you please give the instructions for the proper running of the software .. is there any changes required in the external circuit..expecting your reply....
|
|
|
|

|
sir could u sent me ur mail id at kannans88@yahoo.co.in
|
|
|
|

|
hi,
first,thank you for job.
i have a question.i have some ecg data,but how can i make this data file into a .ecg file and usd your ECG_1.Or,can you send me some more test files.Thank you very much.
best wish!
|
|
|
|

|
sorry ,i forgot my email address.huanggqi1981@126.com.Thank you.
|
|
|
|

|
can u send the circuit picture to cetiner.alper@yahoo.com
|
|
|
|

|
i am very new at ecg. if you have got a circuit picture can u send it to me. Because i have to use your circuit with proteus in my project. i want to be sure about the circuit i use in proteus. Thanks for your help....
|
|
|
|

|
Hi I would like to ask you if there any chance to get some more test files.. please write me on my e-mail.
sirnick@op.pl
regards
Woocash
|
|
|
|

|
Hello sir,
i want some more test files as right now i am working on ECG and filters so please if you can get it for me i will be thankful to you.so please send it to me on my mail-id
Thanks for ur cooperation
Yours sincerely
- Anay Kulkarni
-- modified at 8:48 Monday 7th August, 2006
|
|
|
|

|
Dear friends,
I'm working on NET implementation on my code, so I'm no longer suporting this file format
|
|
|
|

|
Hello Mr. Georgi,
My name is Sérgio Vaz da Silva, i am a computer programer here in Goiânia - Goiás -Brazil, i working in a final high school project, and my project proposed is a portable ECG using a Nintendo GameBoy Advance, i have a GBA Movie Player Card and i am developing the ECG softwares with PE Visual Ham, my dificult is converter digital signals to draw a curve on a GBA display. I make very donwloads about FFT, but nothing help-me how to draw a curve. I know how make filters, and conversions with FFT but i like know how to draw a curve with digital data entered in a serial port of Gameboy. The PE Visual Ham language is a C or C++ compiler dedicated to GameBoy development. Please help-me.
|
|
|
|

|
hello all,
I am new this Visual studio environment and am unable to start the execution of the software. I have downloaded all the zip files and unzipped them. I have compiled the source file without any errors but the building is giving me some errors. I need to solve this problem, Can anybody answer?
Thanking you
vasant
|
|
|
|

|
Hi,
I am working on the project of Sleep apnea related to ECG.
If you can help me out in reading the ECG data into my system, it will be very helpful to me. also if you have any code to detect the QRS segment.
My email id is rakesh_306@rediffmail.com
Thanks for the help.
|
|
|
|

|
Good job. I like your ECG .
|
|
|
|

|
i want to use your code as a reference but i dont know how would i test it? i mean i dont know how to run it. Brief explanation about how to run it will be really appriciated.
thanks..
Prashant
|
|
|
|

|
Hi
I'm very new to this ECG thing and I have the following problem:
I can identify the QRS and to get the points between the peaks.
What I need to do is to fix the baseline. If the patient moves while the ECG test my base line looks like a sine instead of a straight line. In this case I must fix the curve. If anyone has an idea (or a code )for the baseline fix I will be grateful
Thanks a lot,
Daniel
|
|
|
|

|
Im from brazil, and develop a ECG, SPO2, RESP program in VB.NET, i need to filter 60hz. please help me...
Fred Werneck
|
|
|
|

|
we want to use your ecg project we use visual studio 2005,windows server 2003 but we didnt run your project and we didnt see user interface
two error occurred one of them is cvt1110:dublicate resource,type:versionname1,language:0x0409 ,the other is
lnk1123:failure during conversation to COFF:fail invalid or corrupt
what can we do for error?
in addition to this which compiler did you use? Are you have c# code for ecg ? thanks for help.....
|
|
|
|

|
we want to use your ecg project we use visual studio 2005,windows server 2003 but we didnt run your project and we didnt see user interface
two error occurred one of them is cvt1110:dublicate resource,type:versionname1,language:0x0409 ,the other is
lnk1123:failure during conversation to co:fail invalid or corrupt
what can we do for error?
in addition to this which compiler did you use? Are you have c# code for ecg ? thanks for help.....
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
Full open code project for making driver and application software for ECG medical measurements.
| Type | Article |
| Licence | |
| First Posted | 16 Jun 2003 |
| Views | 368,924 |
| Bookmarked | 129 times |
|
|