필터 지우기
필터 지우기

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 CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by