How to envelope a FFT dataset?

22 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by