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 view (last 30 days)
Show older comments
Accepted Answer
Cris LaPierre
on 3 Oct 2022
Edited: Cris LaPierre
on 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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!