How to plot FFT in MATLAB by executing Vibration data recorded in Excel?

11 ビュー (過去 30 日間)
Wakeel Mohammed
Wakeel Mohammed 2021 年 1 月 3 日
コメント済み: Star Strider 2021 年 1 月 9 日
Hi,
I have several recorded vibration measurements in Exel files as Time vs. Acceleration. Now I need to plot Time Vs. Acc and FFT graphs for further analysis.
Thank in Advance for all put their comments and suggestions below!

採用された回答

Star Strider
Star Strider 2021 年 1 月 3 日
Use the fft function. The documentation will tell you how best to implement it for your signal.
Note that the sampling intervals must be constant, so if they are not, first use the Signal Processing Toolbox resample function to interpolate them to a constant sampling interval. Then use the fft function to calculate the spectra.
  8 件のコメント
Wakeel Mohammed
Wakeel Mohammed 2021 年 1 月 9 日
It really worked Star Strider! You have no idea how much this help worths for me. Thank you so much! Thanks a lot.
Star Strider
Star Strider 2021 年 1 月 9 日
As always, my pleasure!
I am happy that you got everything sorted!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDiscrete Fourier and Cosine Transforms についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by