MATLAB: Speech_dft_8kHz.wav

speech dft 8khz.wavwav

how do I listen to the speech dft 8kHz.wav file and display the input samples

Best Answer

Start with the audioread (link), then sound (link) functions.
To plot it, create a time vector from the ‘Fs’ (sampling frequency) value and the length of your file ‘y’ in the audioread output.
I leave the rest to you.
Related Question