10-25-2005 09:05 PM
10-26-2005 10:44 AM
10-26-2005 10:54 AM
Hi,
Had a look at ur VI
tell me, do u need a single peak for every iteration or a series of peaks above a certain threshold?
If it is a single peak for each acquired waveform , then extract y array from the waveform cluster( you have already done it in ur VI) and connect it to 'find array min max' function found in array functions palette and u get the single peak for each waveform.
If it is a series of peaks u are interested in, then compare all these values inside a for loop.
Index each element inside a 'for' loop, check it for threshold using a conditional case structure and put it inside a shift register.
regards
Dev
10-26-2005 11:29 AM