how to find the probability and display the value in matrix

2 ビュー (過去 30 日間)
mohanish
mohanish 2018 年 10 月 31 日
コメント済み: mohanish 2018 年 10 月 31 日
I am writing a code where I am comparing one vioce signal with one saved audio file in my computer. I am comparing them using lmultigauss and plotting the gmm of the these audios. How can I find the likelihood number of these two audios? I am trying to use the following code to display the value of likelihood..
[lY,lYM]=lmultigauss(c(:,no_coeff)',mu_user1,sigma_user1,c_user1);
graph_gmm(c(:,no_coeff)',mu_user1,sigma_user1,c_user1);
A(1) = mean(lY);
A(2) = mean(lYM);
Any help will be appreciated!
  1 件のコメント
mohanish
mohanish 2018 年 10 月 31 日
this is .m file which i am working on..

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio I/O and Waveform Generation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by