Help in understanding the Power Spectral Density estimates using FFT

1 view (last 30 days)
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.

Accepted Answer

Mathieu NOE
Mathieu NOE on 9 Oct 2020
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"

More Answers (0)

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!