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

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?

Answers (0)

Categories

Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange

Asked:

on 31 Aug 2022

Edited:

on 31 Aug 2022

Community Treasure Hunt

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

Start Hunting!