LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Extract values from waveform

How do I extract following values from attached waveform?

 

1. Normal peak value/Most common peak value. In sample waveform  it is around 0.21V

 

2. Spike value/Some peak values. In sample waveform  it is around 0.28V.

 

I can use array max function get 0.28 spike value but sometimes my spike values are very close to my normal peak values. For example spike value is 0.235. In this case I wouldn't know if 0.235 is normal peak or spike. First I have to find normal peak value and then use that number to find spike values if any spike is there.

  

Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 3
(2,808 Views)
I have attached sample waveform data vi.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 2 of 3
(2,800 Views)

Hi Test man,

 

I recommend taking a look at the peak detection examples that ship with LabVIEW. You may also consider once you have identified the largest peak, you can remove it from the waveforma dn then calculate the average of the other peaks.

 

Let me know if you have any questions or more details.

Sappster
0 Kudos
Message 3 of 3
(2,770 Views)