Power spectrum of audio signal
29 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
If i have an audio file, an .m4a file for example, how do i plot the power spectrum of such a signal (without redundant data) with the frequency axis in Hz given that the audio signal is sampled at 40000 Hz?
Respuestas (1)
Roshni Garnayak
el 11 de Dic. de 2019
To import the audio file into MATLAB workspace, use the ‘audioread’ function. Refer to the link below to get the details of ‘audioread’ function:
To obtain the power spectrum of the audio signal, refer to the following links:
The first link gives examples of power spectrum computation for audio signals. The second link is about the ‘dspdata.psd’ function which computes the power spectral density.
0 comentarios
Ver también
Categorías
Más información sobre Audio Processing Algorithm Design 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!