-
Monte-Carlo
蒙特卡罗方法课件,内含9个PPT文件,包括简介和实际应用(Monte Carlo methods courseware, containing 9 PPT file)
- 2012-09-07 16:46:26下载
- 积分:1
-
栅格法路径规划
栅格法,机器人路径规划完整程序,用的是MATLAB语言。(This is a complete procedure for robot path planning, using a traditional grid algorithm.)
- 2018-04-01 16:25:28下载
- 积分:1
-
OOFDM
optisystem搭建的相干光OFDM的各种例子,包括单偏振和双偏振,以及WDM的(Various examples of coherent optical OFDM optisystem structures, including single-polarization and dual polarization, and the WDM)
- 2014-12-25 15:31:54下载
- 积分:1
-
shexing
%%目标在监控区内运动轨迹为蛇型曲线时的定位( Target in the surveillance area for the snake trajectory curve when positioning)
- 2007-11-14 08:33:18下载
- 积分:1
-
tfaMATLAB
目标因子分析,用于找寻主因子数的个数,清晰明了的看出其步骤(Target factor analysis, to find the main number for the number of factors, see the steps clarity)
- 2014-01-14 13:12:48下载
- 积分:1
-
chap9
说明: 用的是图像处理的知识 非常实用 可以参考学习(Using a very practical knowledge of image processing can refer to learn)
- 2010-03-27 21:04:57下载
- 积分:1
-
lab2
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:56下载
- 积分:1
-
pde_TwoTemperature_solve
双温方程的数值解法,隐函数的数值求解方法matlab源代码(Dual equation numerical method, a numerical method of the implicit function Matlab source code)
- 2012-05-25 10:49:57下载
- 积分:1
-
CPN_VC
CPN网络,即对向传播网络,是将Kohonen特征映射网络与Grossberg基本竞争网络相结合,发挥各自特长的一种新型特征映射网络。(CPN network, the right to communication networks, Kohonen feature is the mapping of network and basic Grossberg competing networks combined play to their strong points of a new feature mapping network.)
- 2007-04-06 11:44:46下载
- 积分:1
-
Centroid
质心定位算法源码,分三种情况考虑,只有锚节点,被定位到的未知节点也作为锚节点,有邻居锚节点的未知节点只利用邻居锚节点进行定位,没有邻居锚节点的未知节点才利用已经定位了的邻居未知节点进行定位。
(Centroid localization algorithm source,Three cases to consider.Only the anchor nodes,unknown nodes to be positioned as anchor nodes,neighbor anchor node of the unknown node using only neighbor anchor node positioning, not unknown neighbor anchor node node neighbor has positioned the unknown node positioning.)
- 2013-03-21 20:05:47下载
- 积分:1