Integral of Power Spectral Density

25 views (last 30 days)
Amin Gharib
Amin Gharib on 29 Apr 2020
Answered: Pratyush Roy on 5 Feb 2021
I am creating a code which analyses an EMG signal which required me to compute the power spectral density. I done this using the spectrum.welch function, but it now required to find the integral of the PSD which is what i have been unable to do. Any help would be greatly appreciated.

Answers (1)

Pratyush Roy
Pratyush Roy on 5 Feb 2021
Hi,
The avgpower method available with the dspdata object in the Signal Processing Toolbox calculates the integral of the power spectral density. One can visit the documentation link here for more details.
Hope this helps!

Community Treasure Hunt

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

Start Hunting!