Hi All,
I'm wondering if the following is possible.
I have a set of data, lots of numbers against a time and the resulting x y scatter plot resembles a comb, with lots of peaks or teeth separated by lesser values. Each peak is made of about 100 points and there are say 120 peaks on the comb.
What I want to do is reduce the data set to 120 values, each one is the maximum height of each comb. This would involve breaking the data into 120 chunks and searching each chunk for the highest number, then recording it.
Is anyone able to help on how to do this?
Thanks alot.
Bookmarks