09-26-2007 10:37 PM
09-26-2007 10:51 PM
Are you saying you want to section the graph at the peaks?
You can use the array of peaks as the indices for your waveform. So your first peak is 43.8. Round up to 44. Use array subset to get the subset of the array from 0, length 44.
Your 2nd peak is 102.9. Round to 103. Use array subset to start at 44, length of 59 (103-44). And so on. Then you can put each array into to its own graph or different plots on the same graph.