02-18-2010 09:06 PM
Hello experts,
I am trying to use peak detection.vi / waveform peak detection.vi on an ECG waveform which has 2 pqrst waveforms, essentialy like 3 peaks each, 1 bigger than other 2 in each.
so peaks are:
1.18434
1.22711
but max value found in the array is only 1.15084, can anybody explain me what is happening, does peak detection just guess/ manipulate to get a peak or is it actually finding values from the array because none of the values are in the array at those locations (indices) or anywhere else in the given array. same is the case for valleys and min of array
its giving little bit more than what i am asking !!
Thanks
02-18-2010 09:30 PM
02-18-2010 11:23 PM
Hi,
Can you provide some code of yours so that we can have alook at it,
Regards,
Shrek
02-19-2010 12:15 AM
Hi
If you just want the waveform max and min, then you can use Waveform min max.vi.
hope this helps
Regards,
Santosh
02-19-2010 07:41 AM

02-19-2010 04:16 PM
Thanks all,
coq Rogue: can you tell me where is a tuning function, i cant find it.
Peak detection is also off by little amount either to left or right in position, and 1st peak/valley amplitudes are more than the array value max/min, 2nd peak and third peak are also little off,
tried varying the width parameter but gives weird results ( i dont fully understand what is width doing)
can you post an example with tuning?
Thanks,