How to perform a zoom FFT on certain portion of a signal

11 vues (au cours des 30 derniers jours)
Austin Ukpebor
Austin Ukpebor le 23 Jan 2021
Commenté : Star Strider le 26 Jan 2021
I have a signal with a sample rate of 200HZ, see attached. I am interested in a certain portion of the signal, so I zoomed in that section from the original signal (see figure below). I want to compute FFT (maybe zoom FFT) on that portion to see the frequencies within that region. Please I need help, thank you.
  2 commentaires
Matt Gaidica
Matt Gaidica le 25 Jan 2021
@Star Strider has you covered on the FFT. I would offer that unless your hypothesis is that this phenomenon is rhythmic, an FFT may not be what you want. If your question is, rather, about how many times does my subject spawn over some amount of time, I think you would want to identify peaks in your data and come up with a mean rate (i.e. occurences / time). See also peakseek.
Austin Ukpebor
Austin Ukpebor le 26 Jan 2021
Matt, your contributions on this platform and privately are a great deal to the success of my project. Thank you.

Connectez-vous pour commenter.

Réponse acceptée

Star Strider
Star Strider le 23 Jan 2021
First, see if the pspectrum funciton using the 'spectrogram' option will do what you want. It will segment the Fourier transform as a function of time as well as frequency. You can then easily see how the frequency content changes over time.
If that does not do what you want, please be a bit more specific.
  7 commentaires
Austin Ukpebor
Austin Ukpebor le 26 Jan 2021
You are absolutely right, those are harmonics. I learned a lot from your contributions. Thank you.
Star Strider
Star Strider le 26 Jan 2021
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by