How to save points on a graph
Mostrar comentarios más antiguos
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 comentarios
jessupj
el 19 de Mayo de 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
el 19 de Mayo de 2022
Star Strider
el 19 de Mayo de 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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Parametric Spectral Estimation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



