搜索资源列表

  1. matlab

    0下载:
  2. 是一个语音识别的程序,有LPCC,MFCC等的代码,最后用SVM进行分类-Is a voice recognition program, there LPCC, MFCC and other code, the final classification with SVM
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-11
    • 文件大小:1783808
    • 提供者:nietianle
  1. LPCctoLPC

    0下载:
  2. 使用LPCC参数来生成源滤波器模型的的线性预测系数-LPCC parameters to generate the linear prediction coefficients of the source filter model
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:asdfg
  1. lpc

    0下载:
  2. 1.用matlab实现对一个元音和一个清辅音的LPC系数,LPCC系数和MFCC系数的提取。 2,用LPC对这两个语音信号的功率谱进行估计,其中,LPC系数要分别有5阶,10阶,15阶和20阶四种情况,并在一个图里画出信号本身的FFT功率谱和四条不同阶数的LPC谱估计图,以作比较。注意,LPC和LPCC只考察自相关法。 3,用对数面积比的方法来求出这两个发音的变截面声管模拟图形,10阶即可-Using matlab to ach
  3. 所属分类:DSP编程

    • 发布日期:2024-05-11
    • 文件大小:72704
    • 提供者:houjam
  1. myuyingshibiea

    0下载:
  2. matlab实现的很有用的语音识别源代码,包括MFCCC,LPCC,DTW,Mel滤波器,端点检测等程序的实现。 -Matlab to achieve useful speech recognition source code, including MFCCC, LPCC, DTW, Mel filters, endpoint detection procedures.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:xiying
  1. SLPCCp

    0下载:
  2. 语音识别中的LPCC特征提取,其中包括经典的算法函数如DDurbin,协方差函数求法等,对学习提取特征参数非常有用。 -LPCC feature extraction in speech recognition, including classic algorithmic functions such as DDurbin covariance function evaluation method, the feature extr
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:谨防
  1. yuyinshibie

    0下载:
  2. dtw的语音识别,里面有lpcc mfcc参数的提取 -dtw speech recognition, there of lpcc mfcc parameter extraction
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:吕西宝
  1. I9(2)

    1下载:
  2. MATLAB program for speech signal recognition using lpcc (Linear Predictive Cepstral Coding) one of the method for the pick up of speech character.
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:5917696
    • 提供者:ericwodan
  1. lpmfcc

    1下载:
  2. 非线性特征倒谱系数lpcc与美尔倒谱系数mfcc融合进行说话人识别的程序。-Nonlinear characteristics Cepstral Coefficients lpcc the Mel cepstral coefficients mfcc fusion speaker recognition program.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:毛燕湖
  1. GetFeature

    0下载:
  2. 提取语音信号特征参数 lpcc 语音信号处理-speech process
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:yewei
  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
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:365568
    • 提供者:lhj
  1. LPCC-VAD

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

    • 发布日期:2024-05-11
    • 文件大小:49152
    • 提供者:zb
  1. mfcc

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

    • 发布日期:2024-05-11
    • 文件大小:604160
    • 提供者: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例程

    • 发布日期:2024-05-11
    • 文件大小:726016
    • 提供者:靳双燕
  1. chmm

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

    • 发布日期:2024-05-11
    • 文件大小:724992
    • 提供者:靳双燕
  1. lpcctezheng

    0下载:
  2. 语音情绪识别中用到的lpcc特征参数的提取,所用的方法为LPC参数提取。-Used in speech emotion recognition lpcc characteristic parameter extraction, the use of the LPC parameter extraction method.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:5120
    • 提供者:小小
  1. hcopy

    0下载:
  2. 实现htk的特征提取,得到mfcc等lpcc等语言特征数据-Achieve htk feature extraction, etc. lpcc get mfcc language features such as data
  3. 所属分类:绘图程序

    • 发布日期:2024-05-11
    • 文件大小:183296
    • 提供者:楚博策
  1. LFCC-FEATURE-EXTRACTION

    0下载:
  2. function for lpcc feature extractions.functions taken from voicebox toolbox
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:suman
  1. lpccself

    0下载:
  2. 语音识别中求取LPCC系数,即语音信号的特征参数-Speech Recognition feature parameters strike LPCC coefficients, namely the speech signal
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:123o
  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 algorith
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:sicily
  1. lpcc

    0下载:
  2. 这是应用MATLAB求解线性预测倒谱的程序代码,验证有效-this is the application of MATLAB to solve linear predictive cepstrum code, validated
  3. 所属分类:文件格式

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:mana
« 1 2 3 4 5 6 78 »

源码中国 www.ymcn.org