Plot time-Frequency for mp3.

4 ビュー (過去 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 Center および File ExchangeAudio Processing Algorithm Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by