フィルターのクリア

Reduce peaks below -20 dB using findpeaks function

1 回表示 (過去 30 日間)
YOSRA BOUCHOUCHA
YOSRA BOUCHOUCHA 2018 年 10 月 22 日
編集済み: dpb 2018 年 10 月 23 日
Hi all, I am finding my peaks in my Array factor using 'findpeaks',i want to reduce the peaks -30 dB.
[Peaks, Locs] = findpeaks(af) ; %Find Y value of the peaks
X_peakVal = X(Locs) ; %Find X value of the peaks
nbPeaks=length(Peaks);%Find the number of peaks
I want to reduce my peaks with dB and replot the optimized array Factor.
Thanks in advance for your help

回答 (0 件)

カテゴリ

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