I have a huge 1D array that I would like to find the location of a repetitive peak. The peakfinder.vi can't handle the whole array so I need to window the array in a for loop to isolate one peak at a time. The problem is the frequency of the peak drifts throughout the array so I need an adaptive array subset function