-
zweipunkt_regelung
simulink model of a two point control function
- 2011-06-13 00:53:23下载
- 积分:1
-
BER_codigoHamming
Hamming code. Simulation the BER to a code Hamming
- 2013-07-28 06:18:07下载
- 积分:1
-
PSO_pathplanning
说明: 以PSO与三次样条插值结合的移动机器人路径规划算法,主函数为pso.m(Mobile robot path planning algorithm combining PSO and cubic spline interpolation, the main function is pso.m)
- 2020-11-17 18:29:40下载
- 积分:1
-
hybtbx2014
hybrid toolbox 2014公布最新版,可用于混杂系统建模(mld,pmw),以及模型预测控制。(The hybrid toolbox is published in 2014!!)
- 2014-05-03 11:26:18下载
- 积分:1
-
MATLAB2
for 3 G matlab code develop for gold sequence
- 2010-06-17 05:45:55下载
- 积分:1
-
matlab-Optimization5
这是关于matlab当中的非线性变规划当中的一维搜索的一个源程序 很实用 经常能得到一个很满意的值(This is often a source of about one-dimensional search matlab nonlinear variable which planning which is very useful to get a very satisfactory value)
- 2012-08-27 13:31:05下载
- 积分:1
-
ekf
ekf在无源导航中的应用,涉及到了cv模型的仿真(EKF passive navigation in the application, relates to the cv model simulation)
- 2008-01-04 16:27:40下载
- 积分:1
-
simulink_communicationsystems
文件中包含有AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM和Delta Modulation的simulink环境下的实现 (This project allows you to learn the communication systems in greater depth by giving you
the reins to play with it ! It contains the simulink files (*.mdl) which are block design
files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital
Data Transmission, PCM and Delta Modulation. )
- 2009-10-17 13:18:04下载
- 积分:1
-
CallerID_V23
Caller ID detection V23 foramt
- 2011-07-27 14:29:58下载
- 积分: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