-
zhuji
获取本地主机IP和本地主机的名称,。。。。(获取主机IP)
- 2009-11-27 08:44:21下载
- 积分:1
-
Particle-Swarm-Toolbox
说明: 另一个matlab环境下pso的工具箱,里边有n个例子(Another matlab environment PSO toolbox, inside there are n examples)
- 2008-10-29 11:06:21下载
- 积分:1
-
conv_coding
这是一个卷积码的编码的源程序,适用于实现卷积码编码的MATLAB仿真(This is a convolution code coding the source program, suitable to achieve convolution code coding of MATLAB simulation.)
- 2012-05-15 17:04:21下载
- 积分:1
-
Predict_duffing_with_bp
利用matlab自带的BP神经网络工具箱对duffing混沌背景模型进行相空间重构与预测,程序中已经给出duffing函数,主函数中也给出了主要注释,方便大家学习交流。(BP' s own use matlab neural network toolbox for duffing chaotic background model and prediction of phase space reconstruction, the program has been given duffing function, the main function also gives the main note, we facilitate learning exchanges.)
- 2014-01-04 09:48:04下载
- 积分:1
-
00946293
无模型预测控制,也就是根据过去的输入输出和未来的输入来一边建模一边控制,这篇论文还是很值得参考(No model predictive control, which is based on past and future input-output modeling while controlling the input side, the paper is still worth considering)
- 2014-07-15 20:36:09下载
- 积分:1
-
Dijkstra
图与网络论中求最短路径的Dijkstra算法(Graph and network theory for the Dijkstra shortest path algorithm)
- 2008-07-27 12:24:39下载
- 积分:1
-
pwm_inverter
说明: matlab 做的仿真 SPWM 单相 全桥逆变(Matlab do simulation SPWM inverter single-phase bridge)
- 2011-04-09 10:30:31下载
- 积分:1
-
dtmf2_d
dtmf with scope simulation
- 2012-05-17 16:29:59下载
- 积分:1
-
LEACH
this is the leach protocol simulation in matlab of wireless sensor network
- 2013-09-29 10:05:55下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1