How do i plot matrix in spectogram
Ältere Kommentare anzeigen
HI i have matrix. I took 13 MFcoeficients for each frame
How do i plot it into spectrogram please

I want something lke this

1 Kommentar
Mathieu NOE
am 3 Dez. 2020
hi
use imagesc(data) ; where data is your matrix
Antworten (1)
KSSV
am 3 Dez. 2020
0 Stimmen
You can use pcolor, imagesc. Read about pcolor.
Kategorien
Mehr zu Annotations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!