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?
6 years 前 | 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=...
7 years 前 | 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 ...
7 years 前 | 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?
7 years 前 | 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?
7 years 前 | 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);
7 years 前 | 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...
7 years 前 | 1 个回答 | 0
