-
Antenna-Design-Wizards
天线设计方面的资料,里面有详细的说明,希望对大家有用。(Antenna design information, which is described in detail, in the hope that useful to everyone.)
- 2007-11-11 12:05:10下载
- 积分:1
-
algoritmoconvolucion2
algoritmo convolucion en matlab
- 2009-03-25 00:06:37下载
- 积分:1
-
OFDM
ofdm.m为主程序,可以运行,将得到迭加噪声之后的误码率曲线,并与理论QPSK加高斯白噪声误码率曲线比较,两者将重合(ofdm.m-based program, you can run, will be after the noise superposition error rate curve, and with the theoretical QPSK plus white Gaussian noise bit error rate curves, which will coincide)
- 2009-05-09 16:57:52下载
- 积分:1
-
NewtonRoot
牛顿法求解非线性方程Matlab编程实现(Newton method for solving nonlinear equations Matlab programming
)
- 2010-12-25 17:05:22下载
- 积分:1
-
OFDM_baseband_systems
说明: OFDM基带系统的MATLAB程序,基带系统相比二次调制系统具有实现简单,误码率低的特点(MATLAB programme with OFDM baseband system)
- 2010-04-06 16:41:29下载
- 积分:1
-
vpi_issue
vpi photonics toolbox issues
- 2018-01-24 18:52: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
-
binary-dilate-and-erode
二值图像的膨胀与腐蚀函数matlab源代码(binary image dilate and erode)
- 2012-05-10 21:47:34下载
- 积分:1
-
SVMcgForRegress
SVM(支持向量机)参数寻优代码,可自动实现支持向量机的参数寻优(SVM (support vector machine) parameter optimization code that can automatically support vector machine parameter optimization)
- 2020-12-25 20:29:05下载
- 积分:1
-
MAPEL
A Power Control for Wireless Networks Algorithm
- 2009-11-28 22:10:32下载
- 积分:1