-
programmoffuzzypid
这是一个关于模糊pid控制源程序,希望对大家有用,(this is a program of fuzzypid contol)
- 2010-11-04 11:16:39下载
- 积分:1
-
gauss-seidel
Implementacion del metodo Gauss-Seidel para la solucion de sistemas
de ecuaciones, tomando como aproximacion inicial x0.
- 2009-06-12 11:20:37下载
- 积分:1
-
paper3
LTE WLAN异构网络中无线资源分配方案性能的评估.pdf(Assessment LTE WLAN heterogeneous network performance radio resource allocation scheme)
- 2014-11-02 20:47:39下载
- 积分:1
-
chap18
关于matlab编译器的一些教学源代码,共四个代码(About the matlab compiler some teaching source code, a total of four code)
- 2013-03-24 22:27:35下载
- 积分:1
-
bpwangluo
测试样本集对每个模式进行加噪处理,噪声值为±0.1。若网络能对加噪模式进行正确分类,则认为该网络已训练完成。(Test sample set for each pattern plus noise processing, the noise value of ± 0.1. If the network can add noise to the model correctly classified, then that the network has completed the training.)
- 2009-12-17 10:36:11下载
- 积分:1
-
final
关于AUV的深度控制的误差空间模型的控制方法的Matlab仿真,只有代码,可以自己复制粘贴到Matlab(ARIES ERROR SPACE CONTROL CODE)
- 2012-05-14 11:46:33下载
- 积分:1
-
saidaishibie
用于飞思卡尔小车比赛摄像头组的赛道识别的matlab仿真程序。包含matlab源程序和试验图片,适合初期的赛道是弯道还是直道的判别(Freescale car for the race track camera group identified matlab simulation program. Matlab source code and test images included for the initial track is the discriminant curve or straight)
- 2020-07-04 12:40:02下载
- 积分:1
-
m
说明: 基于置信传播算法和Viterbi检测的ISI信道估计,比较两种算法的性能(ISI channel is estimated based on the belief propagation algorithm and Viterbi detection, compare the performance of the algorithm)
- 2012-05-24 09:50:00下载
- 积分: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
-
FIRtest
FIR code in MATLAB, Time domain plots of signal and filters, plotting filter response of filters and the two speech bands(lower and upper) in freq domian
- 2013-03-02 20:35:11下载
- 积分:1