how do i convert time domain signal to frequency domain signal?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Heartrin
el 7 de Dic. de 2015
Comentada: Mohammad Abouali
el 8 de Dic. de 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 comentarios
Respuesta aceptada
Mohammad Abouali
el 7 de Dic. de 2015
fft() is one
4 comentarios
Mohammad Abouali
el 8 de Dic. de 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).
Más respuestas (0)
Ver también
Categorías
Más información sobre Fourier Analysis and Filtering 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!