LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Peak detection on tracking basis

Hello everyone,

How can i track indiviusal peaks in a signal coming as an array.

I have already used the peak detector vi but it takes the complete array as an input, but i want to work on indiviual peaks.

Can anyone pls help me.

Thanks

0 Kudos
Message 1 of 3
(2,308 Views)

You mean you have multiple waveforms as an 2D array? If so, you need to use for loop or index array to do peak detection on by one.

0 Kudos
Message 2 of 3
(2,292 Views)

Thanks for replying

I have waveform as 1D array, but the waveform in the 1D array vaires in its peak volltages and therefore the calculations changes, what i want to do is to track indivisual peak rather than the complete set of waveforms present in the 1D array.

Regards

0 Kudos
Message 3 of 3
(2,280 Views)