Hello,
I have a time-temperature table. There are 6 opeations cycles in the table, and in each cycle, there are mutiple peaks of temperature. I need to find all local max values (peaks) and all local minimums (drops) within each cycle, and label them as cycle1-Peak1, cycle1-Drop1,cycle1-Peak2, cycle1-Drop2......cycle2-Peak1, cycle 2-Drop1.......
Does anyone how to do that?