how do i convert time domain signal to frequency domain signal?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Heartrin
le 7 Déc 2015
Commenté : Mohammad Abouali
le 8 Déc 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 commentaires
Réponse acceptée
Mohammad Abouali
le 7 Déc 2015
fft() is one
4 commentaires
Mohammad Abouali
le 8 Déc 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).
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!