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

搜索资源列表

  1. Gvqprog

    0下载:
  2. An old source code. It contains C source code for training vector quantization (VQ) codebook. Three algorithms, GVQ [1], LBG [2] and LVQ [3] have been implemented
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2.34mb
    • 提供者:站长
  1. IQ2_DC

    0下载:
  2. 这是我自己写的关于H.264解码反量化(IQ)部分的ARM汇编程序.请版主给以指教,多谢!-that I write on the H.264 codec - quantization (IQ) of ARM assembler. Please enlighten giving moderator, Thank you!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:38.18kb
    • 提供者:毕松林
  1. VQ方法做的说话人辨识vq

    0下载:
  2. 利用矢量量化(VQ)的方法实现的说话人辨认的程序,有兴趣者可以把它转换为C的-vector quantization (VQ) method to identify the Speaker of the proceedings, interested persons can transform it to C
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5.27kb
    • 提供者:陈建文
  1. HMM_CLUSTERING

    0下载:
  2. HMM的C++详细源代码和矢量量化的C++源代码-HMM C source code and detailed vector quantization of C source code
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:10.81kb
    • 提供者:陆雯
  1. LBGwlee

    0下载:
  2. 这是我写的用c语言实现LBG算法的一个程序。LBG算法是语音信号处理中一种矢量量化的方法。我的邮箱:wleechina@163.com-This is what I wrote with C Language LBG algorithm a procedure. LBG is the voice signal processing a vector quantization method. My mail : wleechina@163.com
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:27.13kb
    • 提供者:李伟
  1. vqLBG

    0下载:
  2. Vector quantization using LBG method of center splitting
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:黎思
  1. quantizing

    0下载:
  2. 应用LBG算法对语音信号进行矢量量化。本压缩包共有两个主文件,training.m对训练数据进行处理并得到四个初始码本,quantizing.m对待量化数据进行矢量量化。其余为自编功能函数。-application of voice signal VQ. The compressed into two main documents, training.m right training data to be processed and four of the initial code, quant
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3.77kb
    • 提供者:王崇
  1. VQVC

    0下载:
  2. 神经网络学习中的矢量量化算法,VC编写完整源代码,很有参考价值。-neural network learning vector quantization algorithm, the preparation of VC source code integrity, of great reference value.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:32.58kb
    • 提供者:赵振刚
  1. vq

    0下载:
  2. 语音识别中的矢量量化(vq)的matlab程序,希望可以帮到需要的人-Speech Recognition vector quantization (vq) Matlab procedure, the desire to help people in need
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2.06kb
    • 提供者:柳俊峰
  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
    • 文件大小:4.91kb
    • 提供者:dream
  1. PCMsimulation

    0下载:
  2. In Matlab 模拟与分析PCM不同量化级别的量化噪声 可以直接运行-In Matlab, simulation and analysis of different quantization levels of PCM quantization noise ,can be run directly
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1.93kb
    • 提供者:luocheng
  1. lbg

    0下载:
  2. 矢量量化lbg算法的c语言实现。对训练序列实时N维矢量量化。适用于语音信号处理。-VQ lbg algorithm c language. Real-time vector quantization of the training sequence.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:2kb
    • 提供者:liuqingfeng
  1. vectorcprogram

    0下载:
  2. 自己用c语言写的关于语音识别中预处理过程中的矢量量化的程序,希望大家能用的上-C language used to write their own on the speech recognition pre-processing in the process of vector quantization procedure, the last hope that we can
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:4.66kb
    • 提供者:李正
  1. weightedVQ

    0下载:
  2. vector quantization with the weight for the speaker recognization-vector quantization with the weight forthe speaker recognization
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-13
    • 文件大小:2.62kb
    • 提供者:陈哲
  1. duojishilianglbgvq

    0下载:
  2. 对于语音编码参数的有权重多级矢量量化,主要是对LSP码本训练,这个权重学习语音的都应知道,且这个可以训练大的语音参数,完全自已写的。上传前已调试成功。-Speech coding parameters for the right to re-multistage vector quantization, mainly for LSP codebook training, the right to re-learn voice should know, and that this can be t
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-22
    • 文件大小:5.91mb
    • 提供者:马庆利
  1. shilianglianghua

    0下载:
  2. 一本绝版的书,不过很不错,我一直想买,网上也买不到,关于矢量量化的,图像,语音的量化等-An out-of-print books, but very good, I have always wanted to buy, buy online, on the vector quantization, image, voice and other quantitative
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-06-02
    • 文件大小:14.05mb
    • 提供者:马庆利
  1. vectorquant

    0下载:
  2. VQLBG Vector quantization using the Linde-Buzo-Gray algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-07
    • 文件大小:1009byte
    • 提供者:gaurav
  1. GAUSS

    0下载:
  2. Gray先生的大作,描述高斯混合矢量量化方法进行说话人识别的方法-Daisaku Mr. Gray describes the Gaussian mixture vector quantization approach to speaker recognition method
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:333.75kb
    • 提供者:高斯
  1. IMGCaputre

    0下载:
  2. 图像的感知和获取,基础的获取,采样,现实量化等-Image perception and access to, basic access, sampling, quantization reality
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:195.68kb
    • 提供者:han
  1. Vector-quantization

    0下载:
  2. 语音识别提取特征向量后用到的矢量量化代码。含有中文注释,感兴趣的可以参考一下。-Used in the speech recognition feature extraction vector vector quantization code. With Chinese comments, interested can refer to.
  3. 所属分类:Speech/Voice recognition/combine

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