-
psosourcecode
了解粒子群算法的功能,怎么用matlab来编写粒子群算法(Understand the functions of particle swarm optimization, how to write using particle swarm optimization matlab)
- 2010-05-07 09:05:15下载
- 积分:1
-
LTEfeedbackprecoding
该代码是lte信道反馈预编码的仿真源代码(The code is pre-coded channel feedback lte simulation source code)
- 2010-12-17 10:51:32下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
linear-degree-and-residues
可用于拟合化学分析中的一元线性回归并绘制残差图,找出可疑数据,对化学分析工作者很有用!(Caculated the linear degree and residues of all values you got.Very important for the chemical engineers and scientists.)
- 2012-06-17 16:22:52下载
- 积分:1
-
gurobi562
Gurobi Mex is a free MATLAB interface for Gurobi 2, 3, and 4 written by Wotao Yin with contributions by Jon Dattorro, Imre Polik, and Tomáš Strnad. It calls Gurobi to solve linear/quadratic/mixed-integer optimization problems.
- 2014-02-11 17:10:56下载
- 积分:1
-
frame_win
语音分帧程序,对一个语音信号进行分帧,并研究分帧后的短时能量和过零率特性(Voice framing procedures, a voice signal framing, and to study the sub-frame after the short-term energy and zero crossing rate characteristics)
- 2011-02-08 18:17:36下载
- 积分:1
-
HDF5TOOLS
Prior to release 0.40, H5DUMP relied upon HDF5INFO to provide the
metadata necessary, but now it now relies entirely on the low-level
interface. Since it is not backwards compatible with prior releases,
the old version is provided in the obsolete directory.
(Prior to release 0.40, H5DUMP relied upon HDF5INFO to provide the metadata necessary, but now it now relies entirely on the low-level interface. Since it is not backwards compatible with prior releases, the old version is provided in the obsolete directory.)
- 2009-12-23 14:45:54下载
- 积分:1
-
fuzzypid
模糊自适应PID控制器(Simulink)
使用模糊控制器根据设定的模糊规则自适应调节PID控制器的三个参数(Fuzzy adaptive PID controller(Simulink)
use fuzzy controller to tune three parameter of the PID controller through fuzzy rule )
- 2015-03-15 10:17:44下载
- 积分:1
-
MDVR
自适应波束形成 mvdr算法与基于GSC结构的smi算法的比较(Adaptive beamforming algorithm based smi mvdr GSC structure comparison algorithm)
- 2016-04-18 19:31:18下载
- 积分:1
-
ActiveContourwithoutEdgeMatlabCode
以前下载的一些用matlab编写的关于运动轮廓模型程序(Previously downloaded some prepared using matlab contour model on the campaign process)
- 2007-07-29 12:06:28下载
- 积分:1