Clear Filters
Clear Filters

Find the frequency range in which peaks are coming in FFT

1 view (last 30 days)
Hi all,
I've FFT plot for a signal. I want to find the frequency ranges in which the peaks are coming.
For example, in this case, I've marked 6 frequency ranges.
How do I get that??? I really need your help as I'm new to Matlab and signal processing.
I'm attached sample time domain data also. [ts=.5*10^-6; Fs=1/ts;]
  1 Comment
Adam
Adam on 20 Jun 2017
doc findpeaks
if you have the Signal Processing Toolbox. It has various parameters that you would have to play around with. How you are defining the regions around a peak I don't know though. You'll have to find a way to put that into a condition you can test for.

Sign in to comment.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!