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

搜索资源列表

  1. 声音识别匹配算法的研究与实践

    0下载:
  2. 匹配两个wav文件相似程度的论文,可还原为匹配算法,使用了VQ,DTW等算法
  3. 所属分类:技术管理

    • 发布日期:2011-02-09
    • 文件大小:227088
    • 提供者:topreap@126.com
  1. LBG.rar

    0下载:
  2. 使用LBG演算法來做影像訓練簿分群動作,此影像訓練簿是為了之後用於向量量化壓縮VQ的部分。,The LBG algorithm is for the VQ codebook generation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:542868
    • 提供者:wen-chuan wu
  1. vq.zip

    0下载:
  2. 自己写的一个矢量量化(VQ)码本生成程序。调试已通过,码本保存目录“../DATA/CODEBOOK/”下。,To write a vector quantization (VQ) codebook generation procedure. Debugging has been passed, the preservation of code directory " ../DATA/CODEBOOK /" under.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-03-30
    • 文件大小:5029
    • 提供者:dream
  1. H2Mtoolbox.rar

    0下载:
  2. 此工具箱里面有关于HMM、VQ、SVQ算法的原代码,可以方面的被调用。,H2M tool box is a advantageous tool box.there are HMM\VQ\svq and orther uesful algorithms.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:981604
    • 提供者:陈娟
  1. vq

    1下载:
  2. 语音识别VQ全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-VQ whole process of speech recognition matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure, the hum
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:18034
    • 提供者:wang
  1. wavcvt_tree

    0下载:
  2. VQ 矢量量化算法压缩 wav 音频,Tree 树搜索模式,不使用任何其他函数库。-VQ VQ wav audio compression algorithm, Tree tree search mode, do not use any other library.
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:278266
    • 提供者:
  1. a

    0下载:
  2. Matlab矢量量化图像压缩程序 矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于 训练序列的Vector Quantization (VQ)算法。-Matlab vector quantization image compression procedures for vector quantization VQ, is a common compression technology. Linde, Buzo, and Gray proposed
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:47153
    • 提供者:adu
  1. LBG

    0下载:
  2. Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of v
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:87561
    • 提供者:龙鹏
  1. vq

    0下载:
  2. 语音矢量量化编码是一项在语音编码中应用广泛的技术,相信对做语音编码的很有用。-Voice coding vector quantization in speech coding is a widely used technology, speech coding do believe that the very useful.
  3. 所属分类:Audio program

    • 发布日期:2017-04-01
    • 文件大小:77264
    • 提供者:马致远
  1. VQ

    0下载:
  2. 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expresse
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:4645
    • 提供者:王曉明
  1. sbc

    0下载:
  2. Wavelet Subband coding for speaker recognition The fn will calculated subband energes as given in the att tech paper of ruhi sarikaya and others. the fn also calculates the DCT part. using this fn and other algo for pattern classification(VQ,GMM
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:88123
    • 提供者:chan man man
  1. ASRCODE

    3下载:
  2. DTW+VQ实现的语音识别 UIUC提供,包含样本 只需将.txt改成.m-DTW+ VQ implementation of speech recognition . provide by UIUC, including samples simply. Txt into. M
  3. 所属分类:matlab例程

    • 发布日期:2013-06-10
    • 文件大小:572482
    • 提供者:reco19
  1. CH3

    0下载:
  2. L3_1.m: 純量量化器的設計(程式) L3_2.m: 量化造成的假輪廓(程式) L3_3.m: 向量量化器之碼簿的產生(程式) L3_4.m: 利用LBG訓練三個不同大小與維度的碼簿並分別進行VQ(程式) gau.m: ML量化器設計中分母的計算式(函式) gau1.m: ML量化器設計中分子的計算式(函式) LBG.m: LBG訓練法(函式) quantize.m:高斯機率密度函數的非均勻量化(函式) VQ.m: 向量量化(函式) L3
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:191635
    • 提供者:Oki
  1. vq

    0下载:
  2. this file is for speech recognition based on vector quantisation. it has all the functions in 1 file-this file is for speech recognition based on vector quantisation. it has all the functions in 1 file..
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:6505
    • 提供者:pulkit sharma
  1. speakercode1

    0下载:
  2. Speaker Identification using MFCC feature and VQ training, very clear MATLAB code
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1985310
    • 提供者:Cutie Babe
  1. VQ_LBG_newdistortion

    0下载:
  2. 语音编码中对LSF系数进行VQ处理,LBG方法生成VQ码书,且采用了新的失真测度-Speech Coding for VQ processing LSF coefficients, LBG method of VQ codebook generation, and adopted a new measure of distortion
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:3061
    • 提供者:Beth Chen
  1. vq

    0下载:
  2. 说话人识别的matlab实现,供大家参考-tell the speaker s voice
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:711380
    • 提供者:BruceLee
  1. VQ

    0下载:
  2. 用matlab实现基于LBG算法的向量量化编码-Matlab by LBG algorithm based on vector quantization coding
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1339
    • 提供者:vvvpig
  1. VQ-kmmr

    0下载:
  2. Vecter quantification by kmmr
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-13
    • 文件大小:1624
    • 提供者:chen_zhoa
  1. vqlbg

    0下载:
  2. Using vqlbg to implement the vq algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:704
    • 提供者:Ant
« 1 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com