How to find the coordinate of a peak from a dataset
1 answer
For this dataset, I would do the following:
- Make the data stationary while accepting the first differences
- Signal when data exceeds a certain threshold level. You can use fixed threshold or adaptive threshold (like this answer )
When I use the dataset from this question , for illustration purposes, I get the following in Excel:
It should be easy to implement in Java.
Good luck!
0
source to share