-
bpsk
bpsk 调制方法及电路图 系统设计方案(Binary Phase Shift Keying)
- 2012-05-13 16:09:38下载
- 积分:1
-
The-Multi-user-Detection-ALGORITHM
联合智能(JI-MUD)多用户检测算法是由粒子群优化(PSO)算法,遗传算法(GA)和模拟退火(SA)算法(the joint intelligent multi-user detection (JI-MUD) algorithm which was composed by particle swarm optimization (PSO) algorithm, genetic algorithm (GA) and simulated annealing (SA) algorithm was proposed)
- 2020-09-22 10:07:51下载
- 积分:1
-
transmissivity_dbr
transmissivity of a microcavity resonator in a DBR stack,and emission pattern of different incident angles
- 2010-09-22 18:41:55下载
- 积分: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
-
QAM64
64-ary QAM (64QAM) BER simulation
- 2015-02-24 17:17:05下载
- 积分:1
-
Dijkstra算法找最短路径代码
说明: Dijkstra算法找最短路径代码,包括43个案例分析(Dijkstra algorithm to find the shortest path code, including 43 case studies)
- 2020-12-23 15:36:27下载
- 积分:1
-
S4-matlab
Infonet一篇经典论文,一种基于虚拟坐标的紧凑路由协议S4的Matlab仿真代码( a classic paper at Infonet, based on the virtual coordinates of compact routing protocol S4, Matlab simulation code)
- 2012-06-28 22:59:30下载
- 积分:1
-
MOEAD
solving moead by evolutionary algorithem
- 2017-11-10 20:35:59下载
- 积分:1
-
MATLAB数学建模 代码
说明: matlab数学建模 (李昕)清华大学出版社 全书附带源码(The Chinese book of "Matlab Mathematics Modelling" from Tsinghua University Press original code.)
- 2020-06-21 02:40:01下载
- 积分:1
-
基本蝙蝠算法
说明: 根据蝙蝠回声定位原理,建立的基本蝙蝠算法过程,可有效解决全局性优化。(According to the principle of echolocation of bats, the basic bat algorithm process established can effectively solve the global optimization.)
- 2020-03-29 20:45:59下载
- 积分:1