Power spectrum of audio signal

조회 수: 59 (최근 30일)
Quant.Phys42
Quant.Phys42 2019년 12월 7일
답변: Roshni Garnayak 2019년 12월 11일
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?

답변 (1개)

Roshni Garnayak
Roshni Garnayak 2019년 12월 11일
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.

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by