How to save points on a graph
Afficher commentaires plus anciens
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 commentaires
jessupj
le 19 Mai 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
le 19 Mai 2022
Star Strider
le 19 Mai 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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



