how do i convert time domain signal to frequency domain signal?
    5 views (last 30 days)
  
       Show older comments
    
    Heartrin
 on 7 Dec 2015
  
    
    
    
    
    Commented: Mohammad Abouali
      
 on 8 Dec 2015
            I have a sensor data signal of lenth 4000*1.
It is time domain.
How can i convert it into frquency domain.
Any commands in MAtlab doing this conversion.
Please Help.
0 Comments
Accepted Answer
  Mohammad Abouali
      
 on 7 Dec 2015
        fft() is one
4 Comments
  Mohammad Abouali
      
 on 8 Dec 2015
				Yes, FFT or Fast Fourier Transform converts the signal from the (usually) time domain to the frequency domain.
ifft() performs the inverse, i.e. moving from freq. domain to time domain (usually).
More Answers (0)
See Also
Categories
				Find more on Fourier Analysis and Filtering in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
