-
Selecdiversity
simulating BER for BPSK in Rayleigh channel with selection diversity
- 2010-09-16 20:20:50下载
- 积分:1
-
myconv
修改过后的离散信号的线性卷积函数,输入为两信号,输出为卷积函数(The modified linear convolution function)
- 2009-12-11 18:02:14下载
- 积分:1
-
flowshopcoding
the coding of genetics algorithm in 5 machines and 5 jobs...the coding uses matlab 7.0 release 14
- 2009-12-15 11:33:20下载
- 积分:1
-
seaswell
计算并模拟海表面的涌浪杂波传播和大小 m文件(generates sea surface swell realizations.)
- 2013-10-03 21:23:08下载
- 积分:1
-
GA
说明: 实用的遗传算法,用matlab编写,完美运行。(good as it is !you will have a wonderful feeling!)
- 2013-04-02 22:17:43下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
code
文件中给出了Matlab7.x图像处理各个方面的程序源代码(Paper presented Matlab7.x all aspects of image processing source code)
- 2010-06-01 20:47:51下载
- 积分:1
-
AlgorithmsForProgrammersIdeasAndSourceCode
Algorithms For Programmers Ideas And Source Code英文的,希望对大家有帮助。()
- 2007-09-17 08:51:58下载
- 积分:1
-
Slider_Box
控制程序,滑动变阻箱控制,以实现电阻可调(Control procedures, sliding variable resistance box control, in order to achieve resistance adjustable)
- 2010-10-29 16:18:36下载
- 积分:1
-
CostModel
用MATLAB建立COST模型,并展示其特性(COST model using MATLAB to establish and to demonstrate its characteristics)
- 2008-06-15 00:39:49下载
- 积分:1