![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12827682_1526132083664_DEF.jpg)
May Thu
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Can someone explain me about how Gaussian Mixture Model work in singing voice detection?
Can someone explain me about how Gaussian Mixture Model work in singing voice detection?
5年以上 前 | 0 件の回答 | 0
0
回答質問
Why is the threshold value of peak detection is 10^-4?
threshold = 1e-4; [f0, loc] = pitchdet(frame, threshold); function [f0, loc] = pitchdet(frame, threshold) dt=...
6年以上 前 | 1 件の回答 | 0
1
回答質問
In the equation ?_???=1127 ln〖(1+?/700)〗 , what is 1127 and 700?
When I calculate the mel scale, there is an equation ?_???=1127 ln〖(1+?/700)〗 In the above equation, what does 1127 and 700 ...
6年以上 前 | 0 件の回答 | 0
0
回答質問
In audio processing, why stereo channel are changed to mono channel?
In audio processing, why stereo channel are changed to mono channel?
6年以上 前 | 1 件の回答 | 1
1
回答質問
What is the maximum number of features can we extracted from MFCC?
What is the maximum number of features can we extracted from MFCC?
6年以上 前 | 0 件の回答 | 0
0
回答質問
Hi. I'm doing my thesis on vocal and non-vocal classification. In the pre-emphahsis step of MFCC, y2 = filter([1, -a], 1, y); what does it mean? I can't relate the code of pre-emphasis with its equation H(z)=1-a*z-1. Help me Please.
a=0.95; y2 = filter([1, -a], 1, y);
6年以上 前 | 0 件の回答 | 0
0
回答質問
Undefined function or variable framing
Hello! I am a beginner of using MATLAB. I make my thesis on signal processing to separate vocal and non-vocal from input wav aud...
6年以上 前 | 1 件の回答 | 0