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 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Cris LaPierre
2022-10-3
编辑:Cris LaPierre
2022-10-3
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!