-
uongluong1
it is very imoportant file
- 2010-05-13 01:26:39下载
- 积分: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
-
ofdm
介绍了ofdm的原理,发展历史,关键技术等内容(Describes the principles of ofdm, development history, key technologies, etc.)
- 2013-07-27 10:47:30下载
- 积分:1
-
PAM_QPSK_System_BER_Simulation
QPSK的误码率仿真和瑞利信道在AWGN下的仿真。(QPSK BER simulation and Rayleigh channel simulation in AWGN' s.)
- 2014-12-12 21:01:14下载
- 积分:1
-
Buck-Circuit
实现BUCK电路参数辨识,误差小于百分之二(Buck Circuit identification)
- 2012-10-11 15:41:12下载
- 积分:1
-
face-towards
LVQ神经网络的预测——人脸朝向识别,MATLAB的经典算法(LVQ neural network prediction- face towards the identification, MATLAB classical algorithm)
- 2013-10-20 00:01:43下载
- 积分:1
-
HHT-MATLAB
这是希尔伯特--变换的MATLAB程序,希望对大家有用(hitbert matlab)
- 2011-11-24 14:30:51下载
- 积分:1
-
Lecture8-2.Fisher-Linear-Discriminant-and-MDA
Fisher Linear Discriminant
- 2011-01-24 03:42:40下载
- 积分:1
-
JGPC
面向单变量系统的隐式广义预测控制,时域预测域6,控制域3(Length of time domain nn=6
Length of prediction n=6
Length of control domain m=2
control weighting efficient=0.8
Diffusion coefficient a=0.3
format of (n+1) order square P:0- duijiao,1-square1
original value of (n+1) order square P:0
)
- 2013-08-14 10:12:58下载
- 积分:1
-
rls
RLS matlab code which means Recursive lease square algorithm
- 2015-02-24 12:20:58下载
- 积分:1