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?
조회 수: 2 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1143055/image.png)
채택된 답변
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!