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!
