-
Analysis
LabView vi as an example
- 2010-11-02 11:05:02下载
- 积分: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
-
20110907
求解有约束非线性规划实例MATLAB源程序(Solving constrained nonlinear programming)
- 2011-09-06 10:36:55下载
- 积分:1
-
MATLAB
signal proccessing and furier transform
- 2014-10-24 00:52:36下载
- 积分:1
-
Procedures-for-the-ICA
程序为ICA的调用函数,输入为观察的信号,输出为解混后的信号(Procedures for the ICA call the function, enter the observed signal, the output signal unmixing)
- 2013-05-14 08:40:09下载
- 积分:1
-
产生ALPHA稳定分布信号matlab函数
产生ALPHA稳定分布信号matlab函数。适用于仿真带有尖峰的噪声信号。(ALPHA stable distribution signals generated matlab function. For the simulation of the noise signal with a spike.)
- 2013-06-27 10:45:14下载
- 积分:1
-
mono
一个计算单极子天线表面电流的小程序,需要调试!(a calculated monopole antenna surface currents in small procedures, require debugging!)
- 2007-04-20 21:07:01下载
- 积分:1
-
henonbif
henon bifurcations for matlab
- 2013-03-19 04:33:57下载
- 积分:1
-
imageenhancement
图像增强 灰度变换增强 空域滤波增强 频域增强 色彩增强 小波增强 (Enhanced gray-scale image enhancement transform spatial filter to enhance the frequency domain to enhance color enhanced wavelet enhanced)
- 2009-12-18 23:31:06下载
- 积分:1
-
bragg-fiber
在层状光子晶体中,由于折射率不同,能量分布不同,此程序用于模拟此效果(Layered photonic crystals, due to the different refractive index, energy distribution, this procedure is used to simulate the effect of)
- 2012-06-25 16:13:19下载
- 积分:1