How to envelope a FFT dataset?
    8 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Amirhossein Fathi
 le 23 Juil 2023
  
    
    
    
    
    Réponse apportée : Star Strider
      
      
 le 23 Juil 2023
            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?

0 commentaires
Réponse acceptée
  Star Strider
      
      
 le 23 Juil 2023
        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 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!