photo

Khalid Sherif


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
75,160
of 300,950

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,120

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,885

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答