CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hamming distance

搜索资源列表

  1. Hamming_NN

    0下载:
  2. Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类.    Hamming 网络是一个双层神经网络,第一层网(即匹配子网络)是用来计算输入模式与该网络已经学习过的各样本之间的匹配测度.第二层网(即竞争子网络)接收从匹配子网络送来的未知模式与已存各样本的匹配测度,然后经过多次迭代运算就可以求得与输入模式相匹配的样本.-Hamming neural network from the functional point o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:112.77kb
    • 提供者:东方云
  1. java_Grou

    0下载:
  2. 在计算机和各类数据通信中传递二进制信号的时候,由于存在各种干扰,会使得传递的信息发生失真现象,这时候就要用到纠错码。 为了能够发现或纠正编码中的错误,我们必须通过一定的手段来对信息的编码谨慎选择,经过选择的编码在出错的时候能够很容易的发现和纠正。比如我们选择了编码{000,111},当传输中发生了一位错,我们就能够发现并纠正,比如收到的编码是001,我们就可以将它纠正为000。 汉明距离用于表示两个码字中不同位的数目。群码是一种纠错码,根据群码中不同的汉明距离,群码可以保持一定的纠错能力
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:90.58kb
    • 提供者:海易
  1. gethammingdistance

    0下载:
  2. % gethammingdistance - returns the Hamming Distance between two iris templates % incorporates noise masks, so noise bits are not used for % calculating the HD
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:wpf
  1. Convulutional_Encode_Viterbi_D

    0下载:
  2. Encoded by Systematic convolutional code, decoded by Viterbi using Hamming distance.,Encoded by Systematic convolutional code, decoded by Viterbi using Hamming distance.
  3. 所属分类:matlab例程

    • 发布日期:2013-10-13
    • 文件大小:2.55kb
    • 提供者:Quy
  1. chxu

    0下载:
  2. 本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。-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
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3.02kb
    • 提供者:阿铁
  1. LFM_radar_simulation

    4下载:
  2. 文件中包含word文档报告 设雷达采用匹配滤波完成脉冲压缩,采集频率fs=420MHz,仿真雷达回波,并绘出家Hamming窗前后的脉压波形。(提示:通过正确设定采集波门,减少数据量) 设雷达采用Dechirp方式完成脉冲压缩,其中参考距离位于(0,0),采集频率为10MHz,距离采样点数512点,仿真雷达回波,并绘出加Hamming窗前后的脉压波形(提示:通过正确设定采集波门,减少数据量)。-Word document file contains the report of the
  3. 所属分类:matlab例程

    • 发布日期:2014-01-14
    • 文件大小:3.69kb
    • 提供者:ljk05
  1. rate_1_N_convolution_code

    0下载:
  2. matlab code for hamming distance
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:481.14kb
    • 提供者:archana
  1. iris

    0下载:
  2. it is used to find the hamming distance between the two iris templates.The shift bits file will taken into the rotational inconsistency
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.05kb
    • 提供者:barakkath
  1. Hamilton

    0下载:
  2. 提出一种新的Hamilton阵列编码的设计方法。在不用求出整个Hamilton阵列编码前提下,根据码距和维数要求,直 接求出编码阵列中的某一具体的码元,预先构造出系数矩阵。和以往模型不同的是借助这个设计模型可以实现以任意顶点为起始点 的Hamilton阵列编码,从而使得构造整个Hamilton阵列编码更灵活、更快速-This paper proposes a new design method for Hamilton array codes.According to the hammi
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:699.12kb
    • 提供者:chengzi
  1. Mygethammingdistance

    0下载:
  2. Haming Distance- This MATLAb Code is Use to get the Hamming Distance for images, it was downloaded for other site and submited here
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:799byte
    • 提供者:Tapan
  1. hamming_distance

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:7.8kb
    • 提供者:tiko
  1. veterbi

    0下载:
  2. 利用matlab实现维特比编解码,采用的是汉明距离,[3 1]-Using Viterbi decoding matlab implementation, using the Hamming distance, [31]
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.39kb
    • 提供者:shiww
  1. Matlab

    0下载:
  2. hamming distance in viterbi by leduy
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.95kb
    • 提供者:duy
  1. VC_IRIS

    0下载:
  2. 基于MFC的虹膜检测识别,使用canny算子探测边缘,霍夫变换找到区域,海明测距识别-Iris detection and recognition based on MFC, using the canny operator edge detection, Hough transform to find areas identified Hamming distance
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:110.65kb
    • 提供者:Xyolong
  1. metric

    0下载:
  2. 系统过滤评价指标 AUC以及top-L-precision 以及汉明距离-AUC and evaluation system filter top-L-precision and the Hamming distance
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5.98kb
    • 提供者:zhuyuxiao
  1. tio

    0下载:
  2. 基于海明距的改进免疫算法及其在SAT中的应用-Hamming distance based on improved immune algorithm and its application in the SAT.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:483.61kb
    • 提供者:
  1. String-Matching

    0下载:
  2. String matching - The Hamming Distance Case
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:radu
  1. Hamming-distance

    0下载:
  2. 计算汉明距离的说明文件,计算二进制特征描述子时需要。-Calculate the Hamming distance file, it can be used to match the binary feature descr iptor .
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:354.21kb
    • 提供者:陶佳秋
  1. calculating-hamming-distance

    0下载:
  2. 汉明距离是以理查德• 卫斯里• 汉明的名字命名的,有兴趣的朋友可以了解下这位先辈。除了汉明距离,还有汉明重量、汉明码等理论在信息论、编码理论、密码学等领域都有应用。-Hamming distance is Richard Wesley, named after hamming, interested friends can see the ancestors. In addition to the hamming distance and hamming weight, ha
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:15.84kb
    • 提供者:zhongdecai
  1. walsh-decoding-with-hamming-distance

    0下载:
  2. 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)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:39.72kb
    • 提供者:dhara
« 12 3 »
搜珍网 www.dssz.com