Help in understanding the Power Spectral Density estimates using FFT

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일

1 개 추천

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개)

카테고리

제품

릴리스

R2017b

질문:

2020년 10월 9일

댓글:

2020년 10월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by