02-06-2006 09:23 AM
02-06-2006 09:56 AM
02-06-2006 10:05 AM
02-06-2006 10:05 AM
02-06-2006 10:09 AM
02-06-2006 10:25 AM
Did you see my example?
02-06-2006 10:39 AM
02-06-2006 10:42 AM
Can we make any assumptions about the array order?
In your example the array is sorted, if that is the case then I suggest you use the Threshold 1-D array VI. You can give it your Hz array and then the value you want to fine the corresponding index at. You do that for both and it is then easy to grab the subset of data from the other array. No need for a for loop etc.
See the attached VI