-
cp0201_Transmitter_2PPM_TH
这是仿真跳时序列超宽带带的源代码,希望我能给所需的人提供一点帮助。(This is the simulation dancers sequence UWB with the source code, I hope I can provide the necessary assistance.)
- 2006-06-13 08:11:38下载
- 积分: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
-
Piecewise-linear-interpolation
使用分段线性插值算法对数据进行内插,有效的避免了高次插值时产生的龙格现象。(Using piecewise linear interpolation of data interpolation algorithm, effectively avoids the high order interpolation when the runge phenomenon.)
- 2013-05-07 20:31:30下载
- 积分:1
-
BLDC5
UN PROGRAMM DE BRUSHLESS DC MOTOR IN M FILE PART 5
- 2012-09-03 00:54:20下载
- 积分:1
-
Super-resolution-reconstruction
超分辨率图像重建基础教程,Super-resolution image reconstruction(Super-resolution image reconstruction)
- 2013-11-23 17:14:49下载
- 积分:1
-
matlabdeal
说明: 2008年全国数学建模竞赛用matlab程序(In 2008 by the National Mathematical Contest in Modeling matlab program)
- 2008-10-02 11:59:12下载
- 积分:1
-
Matlab50
Matlab经典50题,从简单入手,对新手有很大的帮助。(Matlab classic 50 questions, ranging from simple start, there is a great help to the novice.)
- 2010-01-18 11:02:24下载
- 积分:1
-
Music
波束形成music经典算法 matlab程序 喜欢的下(Beamforming algorithm matlab program like classical music the next)
- 2010-05-26 22:00:45下载
- 积分:1
-
Practical_Malware_Analysis
a practical malware analysis book
- 2014-01-22 04:49:00下载
- 积分:1
-
fourierslice
验证傅里叶切片定理,可减少傅里叶变换的计算量(fourier slice)
- 2021-05-06 17:58:37下载
- 积分:1