搜索资源列表
检测语音信号
- 语音的端点检测要用短时平均能量来检测 语音特征的提取要用13阶的lpc 模式匹配要用欧氏距离。
最短距离聚类的matlab的实现
- 最短距离聚类的matlab的实现,最短距离聚类 %说明:此程序的优点在于每一步都是自己编写的,很少用matlab现成的指令, %所以更适合于初学者,有助于理解各种标准化方法和距离计算方法。 %程序包含了极差标准化(两种方法)、中心化、标准差标准化、总和标准化和极大值标准化等标准化方法, %以及绝对值距离、欧氏距离、明科夫斯基距离和切比雪夫距离等距离计算方法。
GSNNSimulation
- 本文针对SLAM算法中数据关联过程,提出了一种简单易行的改进方法,将欧氏距离与马氏距离结合用于数据关联。算法不必计算地图所有特征与所有量测之间的马氏距离,而是首先利用相对简单的欧氏距离计算缩小了待关联特征的搜寻范围。利用人工合成数据的仿真结果表明,改进后的数据关联方法可以大幅减少系统计算量,提高关联效率,且不会造成错误关联的增加。-This article SLAM algorithm for data association process, a simple method to Euclid
IDASimulation
- 本文针对SLAM数据关联中使用最为广泛的最近邻方法作了改进,利用特征估计位置与载体预测位置之间的欧氏距离计算代替了全部特征与每个量测之间的马氏距离计算,避免了大量的矩阵乘法计算。该算法简单易行,降低了算法的计算复杂度,有利于SLAM算法的实时执行,且关联效果与全局最近邻法相同-In this paper, SLAM data association in the most widely used methods of improving the nearest neighbor, using t
hashing
- 将图像提取gist向量,然后计算各向量之间的欧氏距离,进行比较。-Extracted gist vector image, and then calculate the Euclidean distance between vectors, for comparison.
oushi
- 基于欧氏距离求解带状区域二值图的目标区域宽度-Solving Euclidean distance-based binary image of the band region the width of the target area
qam
- 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,计算误比特率。-First, the program uses 16QAM modulation, the source of a string of two binary modulation, with the Raised Cosine modulated baseband functions, a
ISOMAP-Algorithm-Function-xiugai
- 一种实现流形学习ISOMAP的matlab算法 即将mds中的欧氏距离替换为测地距离 保证其拓扑空间不变 实现数据的特征提取-An matlab program that can realize ISOMAP algorithm. To replace the Euclidean distance to the distance measurement.To ensure the realization of the same topological space data feature ext
Mode_similarity
- 按照模式相似性测度算法计算待测样品与样品库中的样品相似度,包括模块匹配法、基于PCA的模块匹配法、基于类中心的欧氏距离法和马氏距离法-Similarity measure in accordance with the mode algorithm to calculate the sample similarity in the sample and sample libraries , including the module matching method based on PCA modu
apsk
- 关于4-12APSK,5-11APSK,6-10APSK几种星座构造的最优化设计及仿真,通过欧氏距离的对比,得出最优化设计-4-12APSK ,5-11APSK ,6-10APSK several constellations constructed optimization design and simulation, optimization design obtained by the comparison of the Euclidean distance
rect_rayleigh
- 对qam在瑞利信道下的性能进行仿真,使用最小欧氏距离法进行判别-On QAM performance in Rayleigh channel simulation, using the minimum Euclidean distance method to discriminate
qam
- QAM调制的欧氏距离法解调过程,较之硬判决性能更好-The Euclidean distance of the QAM modulation demodulation process, performance is better than the hard decision
Plate-recognition-system-source-code
- 本源码是基于MATLAB实现车牌识别并语音播报。 本系统针对家庭小型车蓝底白字车牌进行识别。根据彩色图像的RGB比例定位出近似蓝色的候选区域。但是由于RGB三原色空间中两点间的欧氏距离与颜色距离不成线性比例,在设定蓝色区域的定位范围时不能很好的控制。因此造成的定位出错是最主要的。这样在图片中出现较多的蓝色背景情况下识别率会下降,不能有效提取车牌区域。对此本文提出了自适应调节方案。对分割出来的区域进行识别调整。根据长宽比,蓝白色比对候选区域进行多次定位。最终找到车牌区域。 对字符正确识别之
Radial-basis-function
- 径向基函数是一个取值仅仅依赖于离原点距离的实值函数,也就是Φ(x)=Φ(‖x‖),或者还可以是到任意一点c的距离,c点称为中心点,也就是 Φ(x,c)=Φ(‖x-c‖)。任意一个满足Φ(x)=Φ(‖x‖)特性的函数Φ都叫做径向量函数,标准的一般使用欧氏距离,尽管其他距离函数也是可以的。一些径向函数代表性的用到近似给定的函数,这种近似可以被解释成一个简单的神经网络,径向基函数在支持向量机中也被用做核函数。-Radial basis function depends only on the valu
Neighbor-classification
- 近邻分类,属于模式识别类的。对两类数据分别产生高斯分布数据,用KNN算法看这个数属于哪个类的,并求测试数据和类中每个数据的欧氏距离-Neighbor classification, pattern recognition belongs to the class. Two types of data were generated Gaussian distribution data, to see with this number belongs KNN algorithm class and
NMFPSVM
- 本程序用于基因数据的分类,我自己写了一个基于欧氏距离的费舍尔判据,选取有代表性的基因,最后用NMF将矩阵分解,对得到的矩阵进行分类,分类用的是自带的svm算法-It is used for classfication, I wrote a fisher criterion based on Euclidean distance, selecting representative genes,after NMF,classification with the SVM algorithm is sh
bvh2xyz
- 用于运动捕获数据所读取文件的转换,最终得到欧氏距离的数据-Motion capture data for converting files to read, and ultimately get the data Euclidean distance
knnalgorithm
- k最近邻算法,给出训练样本和测试样本,通过样本间欧氏距离或是绝对距离来寻找测试样本的k个近邻,并根据k个实例里多数所属的类将该测试样本归为该类。-k-nearest neighbor algorithm, given the training and testing samples by the Euclidean distance between the samples or the absolute distance to find the k nearest neighbors of th
欧氏距离
- 计算数据欧氏距离,很详细的资料,个人编写(Calculation data Euclidean distance, very detailed information, personal preparation)
基于欧氏距离的yes和no的语音识别
- 基于欧氏距离的yes和no的语音识别,matlab,时域、频域,数字信号处理。可以直接录音也可以读取音频文件