-
MATLABalfx
matlab源码,适用于数学建模计算等多功能实现(matlab source code)
- 2012-06-22 15:29:40下载
- 积分:1
-
Fengzhuang_test
vc matlab混合编程小例子!希望能给大家一点启示里面的链接库需要设置下!(vc matlab small example of mixed programming! An inspiration to give us hope that the links inside the library to set the next!)
- 2011-04-25 17:15:27下载
- 积分:1
-
New-folder
this is a one program about active contour
- 2011-05-10 15:33:06下载
- 积分:1
-
dipole_exp
A program to find the directivity of the dipole for various wavelengths
- 2017-05-04 13:38:44下载
- 积分:1
-
code
matlab下mpeg编码源程序,高效,帮助文件详细。(matlab source code for the mpeg encoding.)
- 2009-04-07 11:25:58下载
- 积分:1
-
yuyinzengqiang
很好的介绍语音增强的论文资料,包括各种算法的MATLAB的实现程序,可供读者学习运用。(very good for studying pitch.)
- 2010-10-03 22:13:33下载
- 积分:1
-
fuzzy_system_data
模糊控制系统的例子,易于学习,简单实用,方便(fuzzy controler)
- 2013-12-14 15:40:42下载
- 积分:1
-
KNN
K最邻近密度估计技术是一种分类方法,不是聚类方法。
不是最优方法,实践中比较流行。
通俗但不一定易懂的规则是:
1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。
2.选出最小的前K数据个距离,这里用到选择排序法。
3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method.
It is not the best method, but it is popular in practice.
Popular but not necessarily understandable rule is:
1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov).
2. select the minimum distance from the previous K data, where the choice sorting method is used.
3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)
- 2020-10-23 14:37:22下载
- 积分:1
-
brownianMotion
Brownian motion of particles
- 2013-03-04 12:03:20下载
- 积分:1
-
sift
David G.Lowe的SIFT算子在Matlab环境下的实现,尺度不变的特征提取,并对两幅图片的特征点进行匹配,运行前要把siftWin32文件放在Matlab的win目录下,具体请参照README。默认为输入为灰度图像,要处理彩色图片请先转灰度rgb2gray() (The realization of SIFT operator David G.Lowe in the Matlab environment, the scale invariant feature extraction, matching and pictures of the two feature points, the siftWin32 file in the Matlab win directory to run before, please refer to the specific README. The default is the input for the gray image to color image processing, please turn gray by rgb2gray ())
- 2015-01-09 11:39:12下载
- 积分:1