How do I get the fft from the audio wav file?
Afficher commentaires plus anciens
Hi guys, I am new to MATLAB. I need help on how to get FFT plot from an audio file that i have?
Réponse acceptée
Plus de réponses (2)
Emin ORUÇ
le 29 Oct 2019
0 votes
Hi,how can we shift the signal to the left or right and then return to the time domain?
1 commentaire
Walter Roberson
le 29 Oct 2019
For your purposes, what does it mean to shift the signal to the left or right?
To some extent, increasing or decreasing the "bin number" of data within an fft result corresponds to frequency shifting; however this idea tends to break down when you think about negative time or think about the frequencies between 0 and the shift.
Frantz Bouchereau
le 10 Déc 2024
0 votes
Here is a popular MATLAB doc page that explains the relationship between FFT and true power spectra: Power Spectral Density Estimates Using FFT. USe this to scale the FFT to obtain true power values.
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!