How to save points on a graph
이전 댓글 표시
Hello everyone, there is a data set of a heart beat signals of a patient I am working on. I automatically labeled most of the peaks of the signals. However, there are some peaks that needs to be labeled manually. The data is a matrix, first column is the index number and the second column is the sensor value.

As you can see, this point is missing and I want to add it to the data by clicking it on the graph. It needs to be the peak.
Thank you for your help and supporting medical science!
댓글 수: 3
jessupj
2022년 5월 19일
how are you finding & labeling the other ones?
i use findpeaks for exactly this purpose (biomedical monitor/sensor data) and it usually takes some minor analysis to specifiy distance and prominance parameters to get them just right
Omer hakan Yaran
2022년 5월 19일
Star Strider
2022년 5월 19일
You need to bandpass or highpass filter them to eliminate the baseline offset and baseline drift. (The highpass cutoff frequency and the bandpass low frequency should be about 1 Hz.) You can then use those location indices with the original EKG to label the R-wave deflections.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



