フィルターのクリア

Find only the top peaks

4 ビュー (過去 30 日間)
OliK
OliK 2015 年 10 月 9 日
回答済み: Thorsten 2015 年 10 月 9 日
I have an array in which I wish to find the value of the top most peaks. Using findpeaks finds ALL of the peaks, there is alot of noise in the data which produces over 5000 peaks. Even if I remove the low freq noise there is still noise in the top most peaks. I only want the top '36 peak' values:
Thanks

回答 (1 件)

Thorsten
Thorsten 2015 年 10 月 9 日
pks = findpeaks(data, 'MinPeakHeight', 3.5);

カテゴリ

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