How to save points on a graph
Show older comments
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 Comments
jessupj
on 19 May 2022
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
on 19 May 2022
Star Strider
on 19 May 2022
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.
Accepted Answer
More Answers (0)
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


