-
forecasting-matlab
关于预测的matlab源程序,很实用的,很有参考价值的(forecasting projects Matlab source, it is predictable and practical, a good reference)
- 2012-04-29 20:34:07下载
- 积分:1
-
lingo-example-4
lingo 程序,此为工件排序的代码,可以归为运筹学的时间序列问题。(lingo (how to range))
- 2011-08-23 11:36:52下载
- 积分:1
-
energy_detection_v2
This code plots the receiver operating characteristics (ROC) curve for Rayleigh channel.
- 2015-03-03 06:19:38下载
- 积分:1
-
MatLab-app
matlab中关于工程数学的应用例程,适合工科学生,针对性强(the common use of matlab to engineering problems)
- 2012-01-03 02:16:02下载
- 积分:1
-
THzVer5
matlab数据处理程序,用于光谱数据的解读和计算(matlab data processing program for the interpretation of spectral data and calculations)
- 2013-07-27 12:44:06下载
- 积分: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
-
VLC-using-OFDM
将OFDM技术运用在可见光通信的研究,并且把OFDM的高峰均比这一缺点进行了建设性的运用。(In
particular, the use of OFDM (orthogonal frequency division
multiplexing) for intensity modulation is investigated. The high
peak-to-average ratio (PAR) in OFDM is usually considered
a disadvantage in radio frequency transmission systems due
to non-linearities of the power amplifier. It is demonstrated
theoretically and by means of an experimental system that the
high PAR in OFDM can be exploited constructively in visible light
communication to intensity modulate LEDs. It is shown that the
theoretical and the experimental results match very closely, and
that it is possible to cover a distance of up to one meter using a
single LED.)
- 2013-11-27 16:14:24下载
- 积分:1
-
mcmc
for markov random field
- 2012-05-22 06:15:28下载
- 积分:1
-
TSP
免疫克隆选择算法打求解ts问题 可直接运行 功能强大(Immune clonal selection algorithm fight solving ts problems can be directly run powerful)
- 2013-04-23 19:30:13下载
- 积分:1
-
DifferentialEquations
用matlab解决微分方程中的问题,提供一些实例和代码,希望大家支持(Using matlab to solve differential equations of the problem, provide some examples and code, I hope you will support)
- 2009-05-06 21:49:52下载
- 积分:1