搜索资源列表
Hamming_NN
- Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类. Hamming 网络是一个双层神经网络,第一层网(即匹配子网络)是用来计算输入模式与该网络已经学习过的各样本之间的匹配测度.第二层网(即竞争子网络)接收从匹配子网络送来的未知模式与已存各样本的匹配测度,然后经过多次迭代运算就可以求得与输入模式相匹配的样本.-Hamming neural network from the functional point o
java_Grou
- 在计算机和各类数据通信中传递二进制信号的时候,由于存在各种干扰,会使得传递的信息发生失真现象,这时候就要用到纠错码。 为了能够发现或纠正编码中的错误,我们必须通过一定的手段来对信息的编码谨慎选择,经过选择的编码在出错的时候能够很容易的发现和纠正。比如我们选择了编码{000,111},当传输中发生了一位错,我们就能够发现并纠正,比如收到的编码是001,我们就可以将它纠正为000。 汉明距离用于表示两个码字中不同位的数目。群码是一种纠错码,根据群码中不同的汉明距离,群码可以保持一定的纠错能力
gethammingdistance
- % gethammingdistance - returns the Hamming Distance between two iris templates % incorporates noise masks, so noise bits are not used for % calculating the HD
Convulutional_Encode_Viterbi_D
- Encoded by Systematic convolutional code, decoded by Viterbi using Hamming distance.,Encoded by Systematic convolutional code, decoded by Viterbi using Hamming distance.
chxu
- 本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。-Calculates the average log-spectral distance between CLEAN and NOISY signals. Frames are 25ms long with 60 percent (15ms) overlap, hamming windowed. RS is the remove
LFM_radar_simulation
- 文件中包含word文档报告 设雷达采用匹配滤波完成脉冲压缩,采集频率fs=420MHz,仿真雷达回波,并绘出家Hamming窗前后的脉压波形。(提示:通过正确设定采集波门,减少数据量) 设雷达采用Dechirp方式完成脉冲压缩,其中参考距离位于(0,0),采集频率为10MHz,距离采样点数512点,仿真雷达回波,并绘出加Hamming窗前后的脉压波形(提示:通过正确设定采集波门,减少数据量)。-Word document file contains the report of the
rate_1_N_convolution_code
- matlab code for hamming distance
iris
- it is used to find the hamming distance between the two iris templates.The shift bits file will taken into the rotational inconsistency
Hamilton
- 提出一种新的Hamilton阵列编码的设计方法。在不用求出整个Hamilton阵列编码前提下,根据码距和维数要求,直 接求出编码阵列中的某一具体的码元,预先构造出系数矩阵。和以往模型不同的是借助这个设计模型可以实现以任意顶点为起始点 的Hamilton阵列编码,从而使得构造整个Hamilton阵列编码更灵活、更快速-This paper proposes a new design method for Hamilton array codes.According to the hammi
Mygethammingdistance
- Haming Distance- This MATLAb Code is Use to get the Hamming Distance for images, it was downloaded for other site and submited here
hamming_distance
- Hamming distance calculator Calculates the hamming distance between any two bit pattern. The bit pattern must be of same length.-Hamming distance calculator Calculates the hamming distance between any two bit pattern. The bit pattern must be of
veterbi
- 利用matlab实现维特比编解码,采用的是汉明距离,[3 1]-Using Viterbi decoding matlab implementation, using the Hamming distance, [31]
Matlab
- hamming distance in viterbi by leduy
VC_IRIS
- 基于MFC的虹膜检测识别,使用canny算子探测边缘,霍夫变换找到区域,海明测距识别-Iris detection and recognition based on MFC, using the canny operator edge detection, Hough transform to find areas identified Hamming distance
metric
- 系统过滤评价指标 AUC以及top-L-precision 以及汉明距离-AUC and evaluation system filter top-L-precision and the Hamming distance
tio
- 基于海明距的改进免疫算法及其在SAT中的应用-Hamming distance based on improved immune algorithm and its application in the SAT.
String-Matching
- String matching - The Hamming Distance Case
Hamming-distance
- 计算汉明距离的说明文件,计算二进制特征描述子时需要。-Calculate the Hamming distance file, it can be used to match the binary feature descr iptor .
calculating-hamming-distance
- 汉明距离是以理查德• 卫斯里• 汉明的名字命名的,有兴趣的朋友可以了解下这位先辈。除了汉明距离,还有汉明重量、汉明码等理论在信息论、编码理论、密码学等领域都有应用。-Hamming distance is Richard Wesley, named after hamming, interested friends can see the ancestors. In addition to the hamming distance and hamming weight, ha
walsh-decoding-with-hamming-distance
- Aim: do walsh coding with hamming distance.To compare WALSH decoding for synchronous CDMA with decoding using hamming distance. a) System should be supplied with correct/ corrupted version (one/ two bit) of transmitted walsh code(s)