필터 지우기
필터 지우기

Plot time-Frequency for mp3.

조회 수: 7 (최근 30일)
sidra Rafique
sidra Rafique 2018년 8월 20일
답변: Chad Greene 2018년 8월 24일
hi, i need to read audio .mp3 file, which i am doing using below code:
[y,fs] = audioread('A_haunted_1.mp3');
Now i want to create its time-frequency plot. but i couldnt find any method. is there a way to make T-F plot of .mp3 file? if yes then please help me through this. thanks waiting for your response.

채택된 답변

Chad Greene
Chad Greene 2018년 8월 24일
If you have the signal processing toolbox,
spectrogram(y,'yaxis')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by