필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
fadams18
fadams18 2022년 8월 31일
편집: fadams18 2022년 8월 31일
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?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by