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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
Cris LaPierre
il 3 Ott 2022
Modificato: Cris LaPierre
il 3 Ott 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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!