-
toup
taup 变换MATLAB代码 可以自己修改(taup transform MATLAB code can make changes to)
- 2010-08-11 10:24:14下载
- 积分: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
-
calculate_line_residual_3d
Calculate line residual in 3D
- 2013-03-13 07:19:36下载
- 积分:1
-
case10
离散Hopfield的分类——高校科研能力评价(Case 10 intelligent algorithm matlab source code)
- 2014-12-29 17:44:15下载
- 积分:1
-
second-order-ABC
second-order Engquist-Majda ABC in an FDTD program for 2D-TMz.
- 2013-12-04 22:04:52下载
- 积分:1
-
chirp
包含了雷达系统中线性调频信号的时频仿真,匹配滤波和去调频两种压缩算法以及回波信号的模拟
(When the system contains a radar frequency chirp signal simulation, and the simulation algorithm and matched filtering and echo signal to FM two compression)
- 2015-04-19 15:47:25下载
- 积分:1
-
16QAMperformenceInAWGN
详细讲解了AWGN信道下16QAM编解码的设计及误码率性能分析(gave a detailed account of the AWGN channel codecs 16QAM the design and analysis of BER performance)
- 2007-07-01 09:18:56下载
- 积分:1
-
pinjunshengqiangqifangweigujipinyu
说明: 利用平均声强器法测定目标方位,经验证,估计方位与假设方位一致(The average sound intensity using target orientation determination device, proven, estimates and assumptions bearing the same direction)
- 2010-04-15 11:28:32下载
- 积分:1
-
MosaicKit
一种图像拼接技术,是一个内嵌拼接。基于特征点的图像内嵌技术,里面有测试图像。(An image display technology, is an inline splice. Image based on feature points embedded technology, there are test images. Embedded image)
- 2011-06-06 18:37:31下载
- 积分:1
-
vgg_matlab
matlab code for vgg matlab
- 2013-01-31 02:34:31下载
- 积分:1