12-07-2008 05:32 PM
please help me to finish this project (ecg) see the attachment file. i try to view the graph of heart beat in heart rate history from DAQ that connect with some circuit but it never show up. why the value from the filter and the threshold sometime is 0, can you explain that?
can you help me, anyone?and maybe any suggest to make this project or any evaluations for this project too.
please help me please.....
tanx before...
12-07-2008 06:09 PM
12-08-2008 03:42 AM - edited 12-08-2008 03:43 AM
A quick look at your program tells my two things
1) You can not have invested more than a few programming hours in your project up to now.
2) Your program has not, and will never give you any useful data
We have all sometime been a Labview greenhorn once. To be honest, today I am very glad some of my LV 3.1 can not be opened in newer version of Labview. I can not solve your project for you. This is your job. But I can give some advice. First of all take a deep dive into all examples concerning your project. This is a treasure chest just waiting for you to open it. Just remember to use the “save as” function so you do not destroy them. Check out the peak detection function and the appurtenant examples (By giving you this tip I have almost solved your project)
12-08-2008 10:51 PM
can you give the ecg with peak detector project or sample?
tanx
12-08-2008 11:05 PM - edited 12-08-2008 11:07 PM
The MCC AIn only takes one measurement at a time. You will either need to do the AIn in a loop to collect several measurements, or better yet use the AInScBg or AInScFg to get an array of voltages at a known sample rate over a known period of time. The easiest to start with is the AInScFg.
As you are trying to get this to work you should plot your data so you can see what the signal looks like. There are several exaples in the NI Examples that came with LabVIEW for peak detection and filtering.
12-08-2008 11:08 PM
do you ever make ecg project with MCC, maybe can you send the file?
tanx
12-08-2008 11:11 PM
No, I haven't. You are not going to find anyone here who will do your project for you. Focus on the components. Collect the signal first, plot it and see that it makes sense. Then use the filtering and peak detection. Depending on your circuitry, you may not even need to filter in LabVIEW. As I stated, there are several examples which ship with LabVIEW that cover filtering and peak detection. Your big problem right now is that you are not sampling your signal correctly.
People here will help you, but you need to make the effort and do most of the work.
12-09-2008 04:10 AM
Some years ago I worked on a project measuring blood pressure and extracting heart beat from this signal. The programming was straight forward. No pitfall as I remember. Use a least 1KHz as sample rate. The ECG signal has sharp leading and trailing edges. The heart rate itself do not change so rapidly so an update every second is OK. But you can ofcourse plot the heart beat as beat to beat intervals if you prefer
12-10-2008 12:03 PM
i just new person that use labview then i try to make some ecg for my homework, so i try to make it but it doesn't work well. maybe someone can help me to give some project that is try to analys the heart beat or ecg with threshold or peak detection. i wonder to know how must i do to make the ecg, how process to analys the heart beat, and maybe the flow diagram for ecg process.
Ever someone make this project and succesfull? coz i get confused for this project.
tanx so much...
12-10-2008 12:31 PM