analyse vibration data by FFT
1 回表示 (過去 30 日間)
古いコメントを表示
hello all,
could someone help me with analyze attached csv file by FFT?
this data recorded from vibration sensor.
I want to do a spectral analysis for the data נט FFT.
thanks alot.
Freddy.
1 件のコメント
Star Strider
2020 年 5 月 24 日
The ‘Time’ column indicates that the data are not regularly sampled (with a uniform sampling interval), and does not have the necessary precision required to interpolate it to a regulatr sampling frequency (for example using the resample function). That needs to be corrected before any analysis can be done.
As it exists, you can do anything you want to with it, however the results will be meaningless.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Vibration Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!