Clint,
Your question is a good one. The problem you are facing can be solved using shift registers. I attached an example that does what you need, find peaks in a data array. As you will see, I use a shift register as a counter to count the number of samples in every peak sequence. If the number of samples is higher than the defined minimum value, the program considers it a peak and outputs the index for the first sample in a result array (the program can handle multiple peaks in an array. The VI is compatible with LabVIEW versions 4.1 and higher. I hope this helps. /Mikael Garcia