-
AdaBoost-train-code
经典的Adaboost分类器训练过程详细的matlab代码解释,对做模式识别的人很有用(Classic Adaboost classifier training process explained in detail matlab code, to do pattern recognition is useful)
- 2014-03-13 21:07:47下载
- 积分:1
-
xiangliang_midh
针对磨耗性踏面和60kg轨道利用半赫兹算法完成接触斑形状计算,相比传统赫兹算法更加准确符合实际情况(For the calculation of the tread wear and 60kg semi Hertz algorithm to complete the track contact patch shape, the algorithm is more accurate compared to traditional Hertz realistic)
- 2021-04-19 12:48:51下载
- 积分:1
-
pcamatlab
使用MATLAB实现主成分分析,可以去除数据间的共线性及对大量数据进行降维处理。(Using the matlab to realize the principal component analysis to remove the liner of the date and reduce the dimension of the large amont of the date.
)
- 2011-01-13 13:33:15下载
- 积分:1
-
SR
说明: IBP matlab source code for super resolution application
- 2010-06-09 14:50:27下载
- 积分:1
-
MPRO
以Matlab与C语言、Visual Basic、Excel为核心语言,配有大量的代码实例,系统地介绍了常用的代码优化方法和功能扩展程序(In Matlab and C language, Visual Basic, Excel as the core language,配有大量code example, the system commonly used to introduce a code optimization method and function of the expansion process)
- 2009-03-17 11:34:23下载
- 积分:1
-
clutter
雷达杂波仿真程序,仿真雷达瑞利分布、高斯分布、K分布等(Radar clutter simulation program, simulation radar, Rayleigh distribution, Gauss distribution, K distribution, etc.)
- 2017-06-19 22:25:36下载
- 积分: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
-
zigzager
Zigzag scanner of 2d matrix or images! it is usefull to convert the images or matrixes for comrepssion
- 2010-05-07 17:46:44下载
- 积分:1
-
MATLAB
MATLAB的学习,PDF资料,很适合新手的学习资料,希望可以采取,谢谢,万分感谢。(It can be use to learn MATLAB. )
- 2012-04-25 21:55:13下载
- 积分:1
-
Exchange1
交换网络中节点的连边,保持网络总度数不变(Exchange randomly node link with total degree numbers unchange. )
- 2013-08-17 16:30:40下载
- 积分:1