03-10-2008 12:05 AM
03-10-2008 03:51 AM - edited 03-10-2008 03:53 AM
The simplest way would be to plot the P-QRS-T wave on a 'Waveform Graph' and use 2 cursors
The user will maually select the beginning-end of P wave and find the x2-x1 ( with x axis being the time scale)
03-11-2008 05:11 AM
03-12-2008
12:52 PM
- last edited on
03-10-2025
05:14 PM
by
Content Cleaner
Hi 098,
I'm not sure I fully understand what you are asking, but if you simply want to display all 30 "beats" on the same graph, what you could do is put the data acquisition in a loop, send the output to a shift register, and then take that waveform in the beginning of the next iteration of the loop and use the "merge signals" VI to combine it with the latest signal. So ultimately, what you would do is merge the 30 waveforms into a single waveform to be displayed on the same graph.
You may also be interested in the NI LabVIEW Advanced Signal Processing toolkit if you will need to do more complicated operations.
03-12-2008 11:52 PM
03-13-2008 03:10 AM
03-13-2008 03:13 AM