-
SVMDTC_close
空间矢量调制用于直接转矩控制,希望可以互相借鉴(Space Vector Modulation in Direct Torque Control )
- 2010-01-05 21:32:18下载
- 积分:1
-
mm1
单服务台排队理论,到达时间间隔和服务时间都服从指数分布(mm1)
- 2010-05-07 20:40:31下载
- 积分:1
-
Wavelet-Recognition-matlab
基于Yale-B和CMU-PIE 人脸库上的实验结果显示本文算法对复杂光照具有较强鲁棒性,具备提取复杂光照条件下人脸图像有效特征的能力。小波变换 特征提取 matlab仿真(Experimental results based on Yale-B and CMU-PIE face show that the proposed algorithm has a strong light on the complexity of robustness, with the extraction of complex lighting conditions in human face images effective feature capabilities. Wavelet transform feature extraction matlab simulation)
- 2015-03-28 15:12:19下载
- 积分:1
-
MR_test_for_dummies_100.m
The code in matlab help user do statistical analysis of time series
- 2013-01-11 20:47:33下载
- 积分:1
-
UNIFAC4
Calculo de los coeficientes de actividad por el metodo UNIFAC cuaternario para mezcla de acido acetico n butanol produciendo agua y acetato de nbutilo
- 2013-03-22 12:14:03下载
- 积分:1
-
4matlab
Gabor Filter implementation in Matlab
- 2011-02-03 20:57:25下载
- 积分:1
-
Harris-corner
Harris采用了一种新的角点判定方法。矩阵M的两个特征向量l1和l2与矩阵M的主曲率成正比。Harris利用l1, l2来表征变化最快和最慢的两个方向.若两个都很大就是角点,一个大一个小就是边缘,两个都小就是在变化缓慢的图像区域.(Harris adopted a new method of determining the corner. Matrix M of two feature vectors l1 and l2 with the matrix M is proportional to the principal curvatures. Harris use l1, l2 to characterize changes in the fastest and slowest in two directions. If both are great that corner, a little is a big edge, both small change is slow in the image area.)
- 2014-11-08 11:56:19下载
- 积分:1
-
code
在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。(In process control, according to the ratio of deviation (P), integral (I) and differential (D) to control the PID controller (also known as PID regulators) is the most widely used an automatic controller.)
- 2008-07-23 23:33:27下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
chap7
MATLAB 神经网络 刘金琨著<智能控制的MATLAB >实现(MATLAB neural network)
- 2015-01-18 20:52:09下载
- 积分:1