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 で Parametric Spectral Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



