-
LearnMatleb
说明: 学习Matleb的入门和提高材料,包含详细的讲解的大量实例。(Learning Matleb entry and increase the material, contains a detailed explanation of the large number of examples.)
- 2010-04-25 21:32:03下载
- 积分:1
-
uniform_pcm
Phase Code Modulation function coding
- 2012-04-17 09:35:22下载
- 积分:1
-
multiclass
说明: 多分类算法 matlab源代码 multiclassify(multiclassify)
- 2010-04-07 23:01:59下载
- 积分:1
-
tz
说明: 这个程序是EMD进行后对IMF的各个能量进行计算得出每个分量的能量分布,这个种方法也是一种常见方法,其中还包括这特征提取后的绘制可视程序。(This procedure is carried out after the IMF EMD various energies calculated energy distribution of each component, this method is also a common method.)
- 2013-09-20 17:13:59下载
- 积分:1
-
-ga--BP-
根据遗传算法和BP神经网络理论,在MATLAB软件中编程实现基于遗传算法优化的BP神经网络非线性系统拟合算法。(According to the theory of genetic algorithm and BP neural network, in the MATLAB software programming to realize BP neural network nonlinear systems based on genetic algorithm optimization fitting method.)
- 2015-01-21 15:59:37下载
- 积分:1
-
emd
说明: EMD matlab实现代码,可以直接用。经验模态分解(Empirical Mode Decomposition,EMD)是由 Huang等人于1998年提出的一种针对非线性、非平稳信号的自适应信号分解算法。(Empirical Mode Decomposition (EMD) is an adaptive signal decomposition algorithm for non-linear and non-stationary signals proposed by Huang et al. in 1998.)
- 2020-06-16 12:00:01下载
- 积分:1
-
random_sample_conse
Random Sample Consensus & matching two image
- 2011-08-01 05:15:08下载
- 积分:1
-
iniparser
INI parser impelemantation for LPC1769
- 2013-05-08 06:37:27下载
- 积分:1
-
discrete_convolution
离散卷积图法的MATLAB实现程序,MATLAB函数conv只能计算从零开始的两个右边序列的卷积,此程序对序列没有此限制,适用范围更广。(MATLAB discrete convolution diagram method to achieve the program MATLAB function conv can only calculate the convolution of the right sequence from scratch, this program sequence does not have this restriction applies to a wider range.)
- 2012-05-12 10:38:33下载
- 积分:1
-
Canny
anny边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。
Canny边缘检测算法:
step1:用高斯滤波器平滑图象;
step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
step3:对梯度幅值进行非极大值抑制;
step4:用双阈值算法检测和连接边缘。(anny edge detection operator is John F. Canny developed in 1986 out of a multi-level edge detection algorithm. Canny edge detection algorithm: step1: Gaussian smoothing filter image step2: first-order finite difference to calculate partial derivatives of the magnitude and direction of the gradient step3: the gradient magnitude non-maxima suppression step4: use dual-threshold algorithm for detecting and connecting edges.)
- 2017-01-13 21:24:23下载
- 积分:1