フィルターのクリア

How to envelope a FFT dataset?

19 ビュー (過去 30 日間)
Amirhossein Fathi
Amirhossein Fathi 2023 年 7 月 23 日
回答済み: Star Strider 2023 年 7 月 23 日
Hi,
I have an excel file of FFT data including frequency, amplitude and phase of a bearing signal. I want to montitor the condition of the bearing using elvelope method.
How can i plot x-t of the signal and also find envelope of this signal?

採用された回答

Star Strider
Star Strider 2023 年 7 月 23 日
It depends on what you want to do. The Signal Processing Toolbox has the envspectrum function that can do this, however the signal must be in the time domain, so that would require either using that signal (if you have it) or using ifft with the Fourier transformed data. A more direct approach would be to use the envelope function with the absolute value of the Fourier transform (so the frerquency and magnitude values only), most likely using the 'peak' option. (I have not done machinery diagnosis so I have not used envspectrum, however I am familiar with envelope.)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by