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

搜索资源列表

  1. speech_analysis

    10下载:
  2. 这时一个语音特征提取的程序源码,除了包含矩阵运算和矢量运算外,还包含了很多语音特征的提取算法,包括:共振峰(formant)提取、基音(pitch)提取、端点(endpoint)检测、线性预测系数(LPCC)、MFCC、LSF、PLCC、EPOCH等。这是我见到的最全的语音分析源码,推荐!-Then a voice feature extraction procedures source, in addition to containing matrix and vector operation
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:484516
    • 提供者:吕学刚
  1. vad_vqs_lpcc

    0下载:
  2. 关于双门限法的语音端点检测,及其量化和LPCC算法及倒谱参数的计算。-limit on the two-door method of voice endpoint detection, and quantification and LPCC algorithm and Cepstrum calculations.
  3. 所属分类:屏幕保护

    • 发布日期:2008-10-13
    • 文件大小:3090
    • 提供者:yxcgm
  1. speakerrecognition

    0下载:
  2. 语音识别中的两种特征提取方法lpcc和mfcc,还有一个是文本无关的识别算法dtw,另外还有一个是预处理消噪部分的。共享一下,这些都是我调试过的,好用。-Speech Recognition two feature extraction methods and mfcc lpcc. There is a text-independent recognition algorithm dtw, in addition to a pretreatment is part of the noise so
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1741
    • 提供者:杨洁
  1. DTS

    0下载:
  2. 在DSP TMS320VC5402上实现的语音识别算法,使用代数汇编编程,编译器为CCS2.2。使用LPCC算法提取语音特征,DTW算法进行特征匹配-TMS320VC5402 DSP in the realization of speech recognition algorithm, the use of algebraic compilation of programming, compiler for DSP. LPCC Features extraction algorithm to u
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:98083
    • 提供者:彭洪
  1. LPCC-MFCC-VAD

    1下载:
  2. 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。在对语音数据进行特征提取前,可对语音数据进行16K到8K的降采样率处理,包含180阶FIR滤波器的频率压缩程序。-this program includes voice compression and voice recognition requirements in the area of the LPCC Features. MFCC feature extraction algorithm and v
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:39720
    • 提供者:王小飞
  1. vq

    1下载:
  2. 使用lpcc参数的vq算法,vq为主函数,lpcc是提取线性倒谱系数-The use of the VQ algorithm lpcc parameters, vq-based function, lpcc is the extraction of linear cepstrum coefficients
  3. 所属分类:语音合成与识别

    • 发布日期:2017-05-16
    • 文件大小:2112
    • 提供者:cao
  1. 97288435Speech_signal_short_time_analysis

    0下载:
  2. 关于双门限法的语音端点检测,及其量化和LPCC算法及倒谱参数的计算-limit on the two-door method of voice endpoint detection, and quantification and LPCC algorithm and Cepstrum calculations.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:6167
    • 提供者:杨开开
  1. xinbanben

    0下载:
  2. 基于MSP430单片机,我在2008年电子设计竞赛时编写的程序,验证过,程序没错,用workbench环境,基于LPCC算法,实现简单的语音识别。-MSP430-based microcontroller, and I in 2008 when the preparation of electronic design contest procedures, verified, the program is true, the workbench environment, LPCC-based a
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:27215
    • 提供者:来来
  1. Research_0n_Speech_Cepstral_Features

    0下载:
  2. 该文在研究基于线性预测倒谱和非线性MEL刻度倒谱特征的基础上,研究了LPCC和MFCC参数提取的算法原理及提取算法,提出了一级、二级差分倒谱特征参数的提取算法。识别实验验证了MFCC参数的鲁棒性优于LPCC参数。-In this paper, research is based on linear prediction and nonlinear MEL Cepstrum Cepstrum scale, based on studies of LPCC and MFCC parameter ex
  3. 所属分类:Project Manage

    • 发布日期:2017-03-27
    • 文件大小:147585
    • 提供者:Decheng Yu
  1. dtw

    5下载:
  2. dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet envir
  3. 所属分类:语音合成与识别

    • 发布日期:2013-06-10
    • 文件大小:8474
    • 提供者:于军
  1. dtw0

    0下载:
  2. dtw0文件是运用DTW算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw0 file DTW algorithm is to use speech recognition in noisy env
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1084448
    • 提供者:于军
  1. LPCC

    0下载:
  2. lpcc的基本算法。使用matlab实现-lpcc the basic algorithm. Implementation using matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:834
    • 提供者:海边贝壳
  1. MATLAB-environment-voice-recognition

    1下载:
  2. 介绍了一种基于 MA T L A B的多个特定人连接词语音识别的方法,并提出了在进行端点检测时,引入平均的概念能进一 步提高识别率。 此设计是以 L P C C系数、 D T W 算法为核心的基于图形界面的设计。 通过大量的实验测试 ,表明该方法基本达 到屏蔽外界环境的影响 , 具有非常高的精度识别-: In this paper based on a number of specific persons MA TLAB conjunctions speech recognition
  3. 所属分类:matlab

    • 发布日期:2017-01-06
    • 文件大小:247808
    • 提供者:薛莉
  1. Speech-recognition-in-MATLAB-

    0下载:
  2. 介绍了一种基于MATLAB的多个特定人连接词语音识别的方法,并提出了在进行端点检测时,引入平均的概念能进一步提高识别率。此设计是以LPCC系数、DTW算法为核心的基于图形界面的设计。-A Based on MATLAB more specific conjunctions speech recognition, and during endpoint detection, the introduction of the concept of average to further improve
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:365279
    • 提供者:lhj
  1. LPCC-VAD

    0下载:
  2. 用于语音特征提取算法matlab实现,以及重构语音信号-For voice feature extraction algorithm matlab realize, as well as reconstruction of the speech signal
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:49592
    • 提供者:zb
  1. mfcc

    0下载:
  2. 语音识别中的lpcc算法,可以运行得出结果-Speech Recognition lpcc algorithm, you can run the outcome
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:604192
    • 提供者:xie
  1. myhmm

    0下载:
  2. 数字0-9的语音识别算法,采用双门限端点检测算法,mfcc和lpcc相结合的特征参数提取。-Numbers 0-9 speech recognition algorithm, adopts double threshold endpoint detection algorithm, the combination of MFCC and LPCC feature parameter extraction.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:725524
    • 提供者:靳双燕
  1. chmm

    1下载:
  2. 数字0-9的语音识别实现,采用双门限端点检测算法,mfcc和lpcc相结合的特征参数提取,识别率较高。-Numbers 0-9 of speech recognition, adopts double threshold endpoint detection algorithm, the combination of MFCC and LPCC feature parameter extraction, the recognition rate is higher.
  3. 所属分类:matlab

    • 发布日期:2015-05-15
    • 文件大小:724992
    • 提供者:靳双燕
  1. lpcc

    0下载:
  2. 此程序的功能是用自相关法求使信号s均方预测误差为最小的预测系数 算法为Levinson-Durbin快速递推算法 -The function of this procedure is signal s with autocorrelation method for the prediction of the minimum mean square prediction error coefficient algorithm for Levinson- Durbin quick r
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1325
    • 提供者:sicily
  1. lpcc

    1下载:
  2. 通过matlab编程,提取心音的lpc和lpcc特征。主要用到lenvinson-durbin算法,包含心音的分帧处理,并含有程序解析-By matlab programming, extracting and lpcc lpc features heart sounds. Mainly used lenvinson-durbin algorithm, including sub-frame processing of heart sounds, and contains analytical
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:265028
    • 提供者:Wu
« 12 »
搜珍网 www.dssz.com