how to find duration of peak; starting and ending points
55 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Raheema Al Karim Damani
le 25 Fév 2020
Réponse apportée : Lam Ha
le 9 Juin 2023
I've used findpeaks to isolate the largest peak in my signal. I wanted some help in finding the duration of the peak aka the starting and ending points of this peak, so that I could calculate area under curve? Right now Im having to visually inspect and pick arbitrary points to define this start and end points.
0 commentaires
Réponse acceptée
Star Strider
le 25 Fév 2020
Experiment with ths ischange function, and if you have the Signal Processing Toolbox, the findchangepts function.
7 commentaires
Plus de réponses (3)
Alexis
le 9 Juil 2021
Modifié(e) : Alexis
le 9 Juil 2021
I had a similar issue, although I was working with biological signals. You could try the function I wrote to solve my problem: https://uk.mathworks.com/matlabcentral/fileexchange/81066-breathtimes?s_tid=srchtitle
0 commentaires
Lam Ha
le 9 Juin 2023
Hi, I'm doing my research and meet the same problems as you. Have you calculated the peak duration? Can you share to me how to calculate the peak duration? Thank you so much in advance
0 commentaires
Voir également
Catégories
En savoir plus sur Get Started with Signal Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!