简体   繁体   中英

How to find the peak coordinate from dataset

I have a group of dataset.

This is the graph I draw using this dataset. 在此处输入图片说明 How to find the coordinate of peak value from this dataset? Anyone got good java algorithm regarding this issue?

For this dataset specifically, I would do the following:

  1. Make the data stationary by taking first differences
  2. Signal when the data is above some threshold level. You can use a fixed threshold or an adaptive threshold (as in this answer for example)

When I use the dataset from this question , for illustration purposes, I get the following in Excel:

心率检测

That should be easily implementable in Java.

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM