how to find fft
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
hai frnds,
i have 7653 values for bond length of OH bond in water during spectral analysis.so now the next step is to find the fft of the bond length.value of time varies as (0:.725:5548.425).please generate the code for me.I am stucked
1 comentario
  Behind The Sciences
 el 18 de Abr. de 2016
				Have a look to this post to understand what you want to do: http://www.behindthesciences.com/signal-processing/fouriertransformtheory
Then,have a look to this post to get code that you need: http://www.behindthesciences.com/signal-processing/fouriertransformmatlabtutorial
Respuestas (1)
  Star Strider
      
      
 el 18 de Abr. de 2016
        See this documentation for the fft function. The code between the top two plot figures has everything you need to analyse and plot your Fourier transformed data.
6 comentarios
  Star Strider
      
      
 el 19 de Abr. de 2016
				The frequencies sort themselves.
To find the peaks and the associated frequencies, use the findpeaks function on the absolute value of the fft, just as you plotted them here.
  shilpa s
 el 20 de Abr. de 2016
				
      Editada: Walter Roberson
      
      
 el 20 de Abr. de 2016
  
			
		Ver también
Categorías
				Más información sobre Transforms en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!