-
sanshe1
c++ and matlab 散射电流可视化、球体(c++ and matlabScattering current visualization, sphere
)
- 2012-03-30 11:15:00下载
- 积分:1
-
3
说明: 层次分析法,简单易操作,可用于计算权重,选择出比较重要的元素。(ahp,easy to operate。Can be used to calculate the weight, the more important the selected element.)
- 2014-10-07 14:35:16下载
- 积分:1
-
wolf_lyapunov
对于混沌系统进行李雅普诺夫指数计算以及其指数谱仿真(chaos system lyapunov)
- 2021-03-14 15:49:23下载
- 积分:1
-
value_iteration-master
说明: 一种路径规划算法,实现三维路径下的规划,使用的是价值迭代法(A path planning algorithm, which realizes the planning under the three-dimensional path, uses the value iteration method)
- 2020-05-19 20:25:44下载
- 积分:1
-
matlab
matlab课程设计,基于matlab的图像处理课程设计(matlab)
- 2010-07-02 18:15:13下载
- 积分:1
-
robot.tar
robot-gyro and gsensor(kalman filter-state space)
- 2011-04-20 23:07:29下载
- 积分:1
-
tongjiguochengjianzhi
:在介绍过程监控主要内容及方法的基础上,归纳分析了统计过程监控的发展,详细阐述了传统
的PCA、PCR、PLS、FDA、HMM 和几种改进的PCA方法.指出,将人的经验和专家知识融人到PCA统计过程
监控,提高PCA的故障检测、隔离能力,完善故障诊断与评价能力,将是一个有价值的研究方向(: In the introduction the main content and methods of process monitoring based on the inductive analysis of the statistical process monitoring of development, elaborated on the traditional PCA, PCR, PLS, FDA, HMM, and several improved PCA method. Pointed out that the human experience and financial expertise to the PCA statistical process monitoring of people and improve the PCA fault detection, isolation, and improve fault diagnosis and evaluation capacity, will be a valuable research)
- 2011-05-16 10:27:55下载
- 积分: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
-
2D-FDTD-Cylinder-Scatter
使用matlab通过fdtd实现一维到三维的光子晶体模拟(Using MATLAB FDTD to achieve through the one-dimensional to three-dimensional simulation of photonic crystal)
- 2014-10-31 12:48:41下载
- 积分:1
-
equizer
说明: HART协议的均衡器设计 DCT LMS 设计 + 位同步设计,仿真证明了设计的有效性(HART protocol design DCT LMS equalizer design+ Bit synchronous design, simulation proves the validity of the design)
- 2008-10-01 21:06:01下载
- 积分:1