Is there any Matlab function to find peak width?

2 ビュー (過去 30 日間)
Dong-Gyu Jang
Dong-Gyu Jang 2014 年 12 月 26 日
回答済み: Image Analyst 2014 年 12 月 28 日
Hello.
For phase shift analysis in interferometry and spectral analysis, sometimes automatic finding of peak width of the data is required.
For my case, peak location is simply obtained by using max function but don't know which function I can use to detect peak width.
Could you suggest relevant function for me?
  1 件のコメント
Shoaibur Rahman
Shoaibur Rahman 2014 年 12 月 26 日
編集済み: Shoaibur Rahman 2014 年 12 月 28 日
What do you mean by peak width? A bit more explanation would be easier to understand your requirement, and hence, answer your question. Thanks.
You can also see the link below if this may be helpful to you: http://stackoverflow.com/questions/17424147/define-the-width-of-peak-in-matlab

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2014 年 12 月 28 日
You can start at the top of the peak and "fall down" either side until you get to either (A) half way down the peak to get a common full width half max (FWHM), or (B) until the signal starts increasing again. You can use a for loop to do either of those methods.

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by