Power Spectral Density Estimates Using FFT

조회 수: 169 (최근 30일)
Mo
Mo 2018년 3월 1일
답변: Omer Sayli 2024년 9월 9일
I used PSD through FFT and the numbers in my plot (Y-axis) are not less than 1 as I expected to see in PSD result. I attached the sample function and the plot. Is something wrong with my function that should be changed?

답변 (2개)

vijaya lakshmi
vijaya lakshmi 2018년 3월 22일
Hi Mo,
To compute the power spectral density using the FFT function, the absolute value FFT output has to be squared and scaled by (1/length(data))*(1/Fs) where Fs is the sampling frequency. This result is then converted to decibels.
I observe that you haven't converted the result in decibels.This might be causing to the numbers along y-axis to be greater than 1.

Omer Sayli
Omer Sayli 2024년 9월 9일

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by