-
Matlab-R14-brief-introduction
Matlab R14 brief introduction
- 2012-06-22 18:05:51下载
- 积分:1
-
SLM
用SLM方法来减小OFDM系统的PAR,给出在不同的M值下,系统的PAR曲线图。(To reduce the use of SLM OFDM system PAR, gives the different values of M, the system PAR of Fig.)
- 2013-11-18 13:53:58下载
- 积分:1
-
zhangzhixing
张智星教授的数据聚类和模式识别MATLAB工具箱。(MTALAB)
- 2010-07-21 14:49:09下载
- 积分:1
-
Active-Contours
Active contour with level set and Kass methods. start with initial circles around objects and then converge in edges of objects, matlab
- 2014-01-13 01:39:56下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
10.1.1.93.5736
Reducing MAC Layer Handoff Latency
- 2010-08-11 16:37:40下载
- 积分:1
-
.GPS_aided_INS_-_Integration_and_Application_in_t
For the first time In Croatia an airborne application of hyperspectral imaging was introduce under recent technologic project "System for the Multisensor Airborne Reconnaissance and Surveillance in the Crisis Situations and the Environment protetion"
- 2013-05-12 22:22:28下载
- 积分:1
-
hologram-recon
傅里叶全息图的光学重建,利用菲涅尔衍射,透镜菲涅尔衍射三部 仿真光学重建过程(simulating optical reconstruction hologram through fresnel diffraction, fourier lens,fresnel diffraction )
- 2014-12-30 15:57:31下载
- 积分:1
-
pso-2wei
二维路径规划,蚁群算法实现,程序注释清楚详细,运行顺畅(Two-dimensional path planning, ant colony algorithm, clear and detailed program notes, running smoothly)
- 2013-11-03 16:02:29下载
- 积分:1
-
30个智能算法模型
1-8遗传算法,9 多目标Pareto最优解搜索算法,10 基于多目标Pareto的二维背包搜索算法,11-12免疫算法,13-17粒子群算法,18鱼群算法,19-21模拟退火算法,22-24蚁群算法,25-27神经网络,28 支持向量机的分类,29 支持向量机的回归拟合,30 极限学习机的回归拟合及分类(1-8 genetic algorithm, 9 multi-objective Pareto optimal solution search algorithm, 10 multi-objective Pareto based two-dimensional knapsack search algorithm, 11-12 immune algorithm, 13-17 particle swarm algorithm, 18 fish swarm algorithm, 19-21 simulated annealing algorithm, 22-24 ant colony algorithm, 25-27 neural network, 28 support vector machine classification, 29 support vector machine regression simulation Regression Fitting and Classification of Combination, 30 Extreme Learning Machines)
- 2018-12-03 11:17:41下载
- 积分:1