Help in understanding the Power Spectral Density estimates using FFT
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spectral Measurements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!