-
pso
matlab的微粒群算法,有需要可以直接和我联系(matlab the particle swarm algorithm, there is a need to contact me directly and)
- 2007-12-23 10:23:53下载
- 积分:1
-
I-change-RETINEX
自己进行试验并且试验成功的关于retinex的matlab代码(I experimented and tested successfully on the Retinex matlab code
)
- 2012-08-06 10:53:12下载
- 积分:1
-
QuadRotor_MA8.2
MB8四旋翼自动驾驶仪的源码,包括姿态采集,状态估计以及控制输出。不推荐直接使用,但是可以作为学习(MB8 four rotor autopilot source, including posture acquisition, state estimation and control output. Not recommended for direct use, but can be used as learning)
- 2014-01-15 16:52:27下载
- 积分:1
-
QSGS
说明: 运用随机四参数生成法形成多孔介质,可更改孔隙率(Using random four parameter generation method to form porous media, the porosity can be changed)
- 2021-03-04 16:19:32下载
- 积分:1
-
blindsignal
研究盲信号的盲分离原仿真程序,其中有一个是应用ICA的(Of blind signal separation from the original simulation program, one of which is the application of ICA,)
- 2010-06-24 22:30:29下载
- 积分: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
-
rayleigh
瑞利信道matlab仿真源代码。简单,描述如何进行信道仿真(Rayleigh channel simulation matlab source code. Easy to describe how the channel simulation)
- 2009-02-15 20:53:46下载
- 积分:1
-
Monte-Carlo
利用matlab实现的蒙特卡罗算法代码,大家可以一起究研一下!(Monte Carlo algorithm is implemented using matlab code, we can study with the study look at!)
- 2010-03-13 11:23:23下载
- 积分:1
-
Modele-ettenuation
modelisation de l attenuation d une onde
- 2011-05-13 19:44:26下载
- 积分:1
-
6
说明: 卡尔曼滤波器的滤波性能。被控对象是二阶传递函数,采用M语言。该滤波器对控制干扰和测量噪声具有良好的滤波作用。(The performance of Kalman filter)
- 2011-04-03 22:18:22下载
- 积分:1