janor
- 3
- 0
I'm trying to plot the PSD of a signal, I did it using the fft function but I was wondering if there is another direct method?
The discussion focuses on calculating the Power Spectral Density (PSD) of a signal using MATLAB. The user is utilizing MATLAB 7.8 R2009a and mentions the 'dspdata.psd' function from the Signal Processing Toolbox as a method to compute the PSD. However, they express a desire for a direct command that outputs the PSD without requiring the Fast Fourier Transform (FFT) first. The conversation highlights the need for a more straightforward approach to PSD calculation in MATLAB.
PREREQUISITESSignal processing engineers, MATLAB users, and researchers looking to efficiently compute Power Spectral Density without relying on FFT.