02-20-2013 07:00 AM
HELLO FRENS!
I am working withlabVIEW 2011 .I need to find the following parameters in a Pulse plethysmographic signa;l
-PULSE HEIGHT
-Pulse width
-AREA under the curve
Can anyone plase help me out with the same i have tried Extracting the PULSE Height and here i am attaching my VI?
please do help me out i am in urgent need !
thanks
Shine Augustine
02-21-2013 07:59 AM
We cannot answer your question because you only posted your top level VI. All the subVIs are missing. In the future, use File»Save As.. and choose to duplicate the hierarchy to a new location. Pack the new code in a ZIP file and post that. Alternately, you can create a source distribution using the application builder (you are using projects?).
I will assume you need the height, width, and area for each pulse, since that is normally how a pulse plethysmographic signal is used. LabVIEW has standard VIs to measure all of these parameters. Look in the Signal Processing » Waveform Measurements palette for most of them. Use one of the integration VIs to find your area.
If you need further help, please post all your code.
03-06-2013 12:39 AM