Plot time-Frequency for mp3.
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
sidra Rafique
am 20 Aug. 2018
Beantwortet: Chad Greene
am 24 Aug. 2018
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.
0 Kommentare
Akzeptierte Antwort
Chad Greene
am 24 Aug. 2018
If you have the signal processing toolbox,
spectrogram(y,'yaxis')
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!