How do I get the fft from the audio wav file?
Show older comments
Hi guys, I am new to MATLAB. I need help on how to get FFT plot from an audio file that i have?
Accepted Answer
More Answers (2)
Emin ORUÇ
on 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 Comment
Walter Roberson
on 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
on 10 Dec 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.
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!