How to plot the NMF factorized matrices of a spectrogram as spectrograms too?

5 visualizaciones (últimos 30 días)
I apply non-negative matrix factorization to my spectrogram and obtain the 2 matrices W and H
[W, H] = nmf(mySTFT,rank) % rank =3
% where W and H hold the spectral and temporal information respectively
I would like to visualize W and H to see if i can understand whats going on. Is it possible to make a spectrogram of the Matrix W and H?

Respuestas (0)

Categorías

Más información sobre Signal Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by