Is there any algorithm to find out how much time it took the signal to reach it's peak point. We can find it out manually, but is there any function or algorithm to calculate?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Réponse acceptée
Cris LaPierre
le 3 Oct 2022
Modifié(e) : Cris LaPierre
le 3 Oct 2022
What comes to mind are the following:
- Find change points live task - add this task in a live script to interactively find abrupt changes in your data
- Find local extrema live task - add this task in a live script to interactively find peaks of interest
- findpeaks - locate the peaks at the bottom and top using this function
For the live tasks, if you need the code, first find the settings that work, and then coonvert the task to code in the Task menu options.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!