フィルターのクリア

Improving the peak detection

5 ビュー (過去 30 日間)
Stefan
Stefan 2014 年 8 月 23 日
編集済み: Chinnaiah Golla 2014 年 11 月 5 日
Hello,
I am using the peakfinder from peakfinder from finding the peaks in a signal as shown in the attachment using the following code
[peakLoc,peakMag]=peakfinder(signal,0.002,0);
plot(1:length(e),e,'-',peakLoc,peakMag,'ro');
But it is detecting the unwanted peaks(peask which are close to each other) which can be seen at samples 331,396,7672,8746,9613(in attached matlab figure).
Can someone suggest if
1)any preprocessing is needed for the signal before finding peaks and
2)how to change the parameters of the peak finder function such that it doesn't detect the peaks which are very close to each(above the samples numbers are given) (can be seen in attached matlab figure).
Thanks.
  2 件のコメント
Image Analyst
Image Analyst 2014 年 8 月 23 日
Did you try contacting the author who wrote the software?
Stefan
Stefan 2014 年 8 月 24 日
Hi,I wrote a mail to him but got not reply.
I am unable to adjust the function parameters.Can I know how to adjust them in a better way such that it won't detects the nearest peaks. Thanks,

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

回答 (1 件)

Chinnaiah Golla
Chinnaiah Golla 2014 年 11 月 5 日
編集済み: Chinnaiah Golla 2014 年 11 月 5 日
It may be useful to you to find the peaks..... Peak Analysis

カテゴリ

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