04-02-2019 12:51 AM
Can anybody help me how to find pulse rate per minute from a waveform chart .
04-01-2019 11:35 AM
Hi can you help me to find how to find pulse rate per minute from a obtained waveform in waveform chart
@nelghazawy wrote:
Hi,
You can use an XY graph for this which you can find by right clicking on the block diagram>> Graph>> XY Graph.
For different methods of how to use it please see this Article.
Kind Regards,
Nour Elghazawy
Technical Support Engineer
04-02-2019 01:13 AM
You posted the same in three different places already. Once is enough!
Instead, I would recommend to refine the question. A waveform chart has nothing to do with pulse rate, it is just a display that can even show nothing. What matters is the data displayed on it. You simply need to provide significantly more detail.
What does the chart display? What is the time spacing of the data points?
04-02-2019 01:59 AM - edited 04-02-2019 02:04 AM
I am measuring pulse rate using webcam and IR led in real time , with the help of vision acquisition and color histogram i have got an output waveform (X-axis as amplitude and Y-axis as time )as shown in the attachment
Now from that i need to calculate pulse rate per minute.
04-02-2019 10:57 AM
@vinod1997 wrote:
i have got an output waveform (X-axis as amplitude and Y-axis as time )as shown in the attachment
The attachment is a picture of the block diagram and does not show us any typical waveform obtained by your measurement. We need to see how the measured data looks like (noise, shape, etc.)
Since you are only getting a single scalar with every iteration, maybe one of the pbypt tools would work (e.g. Peak Detector PtByPt VI or similar).
04-03-2019 12:44 AM
the output waveform looks like as shown in the attachment
04-03-2019 10:08 AM
and the block diagram is shown in the attachment
04-03-2019 10:57 AM
Sorry, I don't have the vision tools, but your data looks pretty clean, basically a single frequency with a huge DC components that you probably want to subtract. Simplest would be to save the time in a shift register whenever you get a peak and look at the time difference of successive peaks, then apply some simple math. You might need some filtering and other cleanup. Still, seems pretty trivial.
Currently, we can only look at your data from a small image, do you have some real and typical data? Can you record and store a typical time trace over e.g. a minute and attach it so we can play?
What is the loop rate?
04-04-2019 10:31 AM
can you attach what you have told to the block diagram using shift registes
04-04-2019 11:21 AM
@vinod1997 wrote:
can you attach what you have told to the block diagram using shift registes
Not before I can test with some typical data. You have not answered any of my questions.