-
16QAM
实现AWGN信道16QAM调制、解调及误码率分析(AWGN channel to achieve 16QAM modulation, demodulation and BER Performance Analysis)
- 2010-10-27 20:50:57下载
- 积分:1
-
vqLBG
Vector quantization using LBG method of center splitting
- 2006-12-26 19:36:42下载
- 积分:1
-
Particle-Swarm-Optimization-MPPT
simulates the MPPT algorithm using PSO
- 2018-09-26 04:57:51下载
- 积分:1
-
ZigbeeMatlabPartCode
this is about zigbee matlab code
- 2010-08-25 18:36:15下载
- 积分:1
-
ThemethodsofFDTDbyPro.WangChangqing.pdf
这是王长清教授的关于时域有限差分解光子晶体的书,这本和高本庆教授的结合看能深刻理解FDTD方法。(This book is about the method of FDTD that is written by Pro.Wang Changqing,one can read it with the book that written by Pro.Gao Benqing to obtain FDTD.)
- 2010-09-24 14:51:53下载
- 积分:1
-
Matlab2010
Matlab2010经典超强数据教程,适合初学者使用学习(Matlab2010 classic super data tutorial)
- 2012-06-15 15:56:12下载
- 积分:1
-
Alamouti-MIMO-MRC
Alamouti code, 2*1 MIMO, 2 transmitter 1 reciever, use MRC techniques.(Alamouti code, 2* 1 MIMO, 2 transmitter 1 reciever, use MRC techniques.)
- 2014-02-20 03:14:03下载
- 积分:1
-
MATLAB-lizi100
关于Matlab的100个经典例子,对学习Matlab会有很大帮助!(Matlab on the 100 classic example of learning Matlab will be of great help!)
- 2007-10-17 14:17:39下载
- 积分:1
-
kohonen1
this program apply the kohonen method to classify some data.
- 2009-07-10 18:58:39下载
- 积分: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