CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 语音合成与识别 搜索资源 - Coding algorithm

搜索资源列表

  1. G.711

    0下载:
  2. 语音信号的G.711编码。 The source code has been modified by simplifying the ADPCM algorithm to increase running speed. Here, the quantizer scale factor, y(k), is determined by \"unlocked\" factor yu(k) only. The factor yl(k) and speed-contral fact
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4.16kb
    • 提供者:Zhou
  1. G.723

    0下载:
  2. G.723语音编码 The source code has been modified by simplifying the ADPCM algorithm to increase running speed. Here, the quantizer scale factor, y(k), is determined by \"unlocked\" factor yu(k) only. The factor yl(k) and speed-contral factor a
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:6.39kb
    • 提供者:Zhou
  1. LPCToolbox

    2下载:
  2. Matlab下语音信号的线性预测编码算法,单独建一个工作目录就可使用-under Matlab voice signal linear predictive coding algorithm, built a separate working directory may be used
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:21.52kb
    • 提供者:杨莉莉
  1. PDFFILES

    0下载:
  2. 基于ARM7TDMI的SoC片内AC97模块和片外CODEC-UCB1400,采用ITU-T的G.721算法设计语音处理系统 提出一种基于低端RISC核的语音系统设计方案。该方案结合SoC的片内eSRAM模块进行性能优化;通过在流片后的实际样机上验证,编码速率为19.88 KB/s,解码速率为22.68 KB/s,达到了语音实时性要求。-ARM7TDMI-based SoC chip AC97 module and off-chip CODEC-mated 00. using the ITU-T
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:958.13kb
    • 提供者:李瑶
  1. g[1].711code

    0下载:
  2. g[1].711编码算法,用C编制而成,希望对大家有所帮助。-g [a] .711 coding algorithm, compiled from C, we hope to help.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4.17kb
    • 提供者:李守轩
  1. g[1].723speechcode

    0下载:
  2. g[1].723语音编码算法,用C编制而成,希望对大家有所帮助。-g [a] .723 speech coding algorithm, compiled from C, we hope to help.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:6.4kb
    • 提供者:李守轩
  1. G723

    0下载:
  2. G.723 音频编码与解码算法,其中包括了线性预测编码,线谱对的寻找等等过程-G.723 Audio Encoding and Decoding Algorithm.G.723 Implement linear predictive coding algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-27
    • 文件大小:53.33kb
    • 提供者:damocris
  1. project_matlab

    0下载:
  2. Levison-Durbin 语音信号处理中的线性预测编码LPC 理论、格型滤波器以及求解现行预 测方程的算法,可以实现对语音信号重要元素的分析、合成甚至识别。 基于现有的实验平台,我们可以利用 Matlab 函数来获得几个固定语音元素(如元音) 的模型系数,LPC 得到的系数组成 IIR 滤波器。利用冲击脉冲 序列作为输入,我们就可以得到原来的语音。这是一种简单的语音合成功能。-Levison-Durbin speech signal processing in li
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-04-13
    • 文件大小:277.2kb
    • 提供者:Ender Lee
  1. durbin_test

    0下载:
  2. Durbin算法是语音处理中的一种线性预测编码算法,它对语音的线性预测有很好的效果。-Durbin algorithm is a speech processing in a linear predictive coding algorithm, it has a good voice of the linear prediction results.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:746byte
    • 提供者:alex
  1. 2400MELP

    1下载:
  2. 2400 bps MELP语音编解码器浮点算法,主要列出了语音编码算法的c语言实现程序。-2400 bps MELP speech codec floating-point arithmetic, the main list of speech coding algorithm c language program.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-05
    • 文件大小:639.92kb
    • 提供者:snowb
  1. celp3.3_9Jan98

    0下载:
  2. 语音编码中的一种码激励线性预测编码(CELP)算法代码,C语言编写,具体用法见readme-Speech coding in a CELP (Code Excited Linear Predictive Coding )algorithm code, C language, see the readme specific usage
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:104.48kb
    • 提供者:高宁
  1. ACELP-algebra-codebook

    0下载:
  2. ACELP语音编码中代数码书的快速搜索算法-ACELP speech coding digital books on behalf of Fast Search Algorithm
  3. 所属分类:Speech/Voice recognition/combine

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

    0下载:
  2. 在语音编码算法中,混和激励线性预测(MELP)算法因为能更好的模拟自然语言特征,在低速率上能合成较高质量的语音,而成为现代低速率语音编码中最有潜力的算法之一。-In the speech coding algorithm, the mixed excitation linear prediction (MELP) algorithm because it can better simulate the natural language features can be synthesized at
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1.32mb
    • 提供者:杨亚欣
  1. LSP

    0下载:
  2. 语音线性预测分析,莱文森德斌算法求解参数编码-Voice linear predictive analysis, Levin Sunderbans Bin Algorithm parameters coding
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-07
    • 文件大小:4.5kb
    • 提供者:赵瑞丰
  1. g723_standard

    0下载:
  2. g723语音编码算法,可以用在各种低速率传输的系统中。-g723 speech coding algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-24
    • 文件大小:211.2kb
    • 提供者:nigoukasou
  1. chapter8_1_G721

    1下载:
  2. G.721ADPCM语音编码算法,包括子程序adpcm.m的编写(G.721ADPCM speech coding algorithm, including subprogram adpcm.m)
  3. 所属分类:语音合成与识别

    • 发布日期:2021-04-14
    • 文件大小:116kb
    • 提供者:CHAOERY
搜珍网 www.dssz.com