Hi i have a signal. i want to calculate peak and area of the signal.
이전 댓글 표시
답변 (2개)
Image Analyst
2014년 8월 6일
0 개 추천
How about findpeaks() in the Signal Processing Toolbox?
댓글 수: 3
Image Analyst
2014년 8월 6일
Archana's answer moved here:
findpeaks() is not working i tried. can u explain.
Image Analyst
2014년 8월 6일
Not unless you show your code and data.
Image Analyst
2014년 8월 6일
If you don't want to show your code so we can help you, then maybe you can try this: http://billauer.co.il/peakdet.html
Sagar Dhage
2014년 8월 6일
0 개 추천
[peaks, location]= findpeaks(data)
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
