10-01-2013 12:37 AM
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
10-01-2013 03:24 AM
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.
10-01-2013 05:50 AM
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