-
matlabPyr
图像处理的经典matlab code,包含图像的各种滤波程序,金字塔分解等matlab工具箱。(image processing matlab code)
- 2009-04-28 10:00:37下载
- 积分:1
-
QAM
16QAM调制解调,不用系统自带命令,完全按照调制解调系统进行。(16QAM modulation and demodulation, without the system comes with command, in full accordance with modulation and demodulation system.)
- 2020-07-02 12:40:02下载
- 积分:1
-
Addtheenvironmentaleffects
适用于MATLAB中的小程序,功能是:添加环境效果,已经验证,可以使用。(Applicable to the small MATLAB program functions are: add environmental effects, has been verified, you can use.)
- 2010-05-30 14:51:24下载
- 积分:1
-
Particle-Swarms
粒子算法,特征提取,比较详细的文献解释。(Particle algorithm, feature extraction, and a more detailed interpretation of the literature.)
- 2013-01-23 21:07:12下载
- 积分:1
-
MPA code
说明: 海洋捕食者算法(MPA)是一种自然启发式的优化算法,它遵循在最佳觅食策略中自然支配的规则,并且在海洋生态系统中遇到捕食者与猎物之间的速率策略。(Marine predator algorithm (MPA) is a natural heuristic optimization algorithm, which follows the rules of natural dominance in the optimal foraging strategy, and encounters the rate strategy between predators and prey in the marine ecosystem.)
- 2020-03-20 00:49:42下载
- 积分:1
-
virtual
提高了摄像机标定仿真实验的一些源码,主要内容是虚拟图像生成的源码(Improve the calibration of some source simulation, the main contents of the virtual image generated source code)
- 2010-08-19 00:45:50下载
- 积分: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
-
nmi
very useful try this
- 2013-01-12 21:09:00下载
- 积分:1
-
all_filter_kalman
All estimator filter kalmans
- 2015-02-23 14:15:39下载
- 积分:1
-
二阶椭圆偏微分方程的差分算法
二阶椭圆偏微分方程的差分算法,适用于求解矩形区域,任意边界条件。(elliptic partial differential equation algorithm applied to solving rectangular region, arbitrary boundary conditions.)
- 2007-07-04 18:43:52下载
- 积分:1