Clear Filters
Clear Filters

Findpeaks for powerspectrum ignores maxima at first or last index of power spectrum array.

1 view (last 30 days)
I am trying to use findpeaks to get teh full width half maximum of band different peaks in a power
spectrum. I have used a dummy signal which is a simple sine wave sinx+ sin7x with some noise, but I can see from my power spectrum that there are two frequencies as expected, but findpeaks will only identify peaks that are not at the very first index.
I have enclosed an example. The annotated peak is the only one identified. The other peak, which is the maximum value as well, is completely neglected so I cannot get the width at half max data from it. Screen Shot 2019-12-19 at 3.00.15 PM.png
  9 Comments
dpb
dpb on 20 Dec 2019
Edited: dpb on 20 Dec 2019
"fft and multiplying the the complex conjugate."
NB: The normalization of 2X the 2-sided spectrum for one-sided should NOT include either the DC or Fmax bins; there's only one of them each and all the energy is already there. If don't account for, the apparent DC component is twice the magnitude should be.
See the example at doc fft; it does account for this.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!