Help in understanding the Power Spectral Density estimates using FFT

조회 수: 2 (최근 30일)
I came across this article in documentation which has this particular line:
psdx(2:end-1) = 2*psdx(2:end-1);
I couldn't quite get why only the indices 2 to last but one is taken i.e, first and last indices are discarded.
It would be great if anyone could help me understand why this is being done.

채택된 답변

Mathieu NOE
Mathieu NOE 2020년 10월 9일
hi
the explanation is just above
Zero frequency (DC) and the Nyquist frequency do not occur twice.
thats why the factor 2 on the psdx amplitude does not apply to indice "1" and "end"

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Parametric Spectral Estimation에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by