Feeds
질문
fitgmidsit problem, Failed to converge in 10 iterations for gmdistribution with 4 components
I want to do a a gmm training for a data set with 10 iteration for 4, 8 and 16 components. I made my recording length 2 secs, 3 ...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
How to plot cost matrix and accumulated cost/distance matrix for dynamic time warping
I am trying to figure out how to plot these two plots in the picture but clueless how to. I found a function that someone has ma...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
problem to implement an algorithm
I want to implement the algorithm in matlab but what I underlined with red is confusing me a little bit. Is there a function in...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
Computing Delta for mfcc
I am trying to make a code for to compute delta for mfcc but I am confused to what to do with Ct-n as it will show me an error e...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
Designing a Filter bank
I am trying to desgin a filter bank with 25 points using this formula and the code that I made is this [melHigh, mr] = v_frq...
대략 5년 전 | 답변 수: 0 | 0
0
답변질문
Random number generator with max and min values included in the matrix
I would like to know how to add minimum and maximum values to a matrix of random generated numbers but I am unable to find anyth...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
defining functions that are equal to each other
y(t) = u(t) syms y(t) syms u(t) y(t) = u(t); t = 0:0.1:2; y=subs(y); u=subs(t); plot (t,y); hold on ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Defining variables inside of a function
t = 0:0.1:2; y(t) = cos(2*t); Array indices must be positive integers or logical values. My problem here is that I want to ...
7년 초과 전 | 답변 수: 2 | 0
