How to perform a zoom FFT on certain portion of a signal
6 ビュー (過去 30 日間)
古いコメントを表示
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/497872/image.png)
2 件のコメント
Matt Gaidica
2021 年 1 月 25 日
@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.
採用された回答
Star Strider
2021 年 1 月 23 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Signal Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!