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

搜索资源列表

  1. mfcc

    0下载:
  2. 采用间接方法提取MEL倒谱,先计算自相关系数,然后由自相关系数计算LPC预测系数和反射系数,再计算LPC倒谱系数,最后由LPC倒谱系数计算MFCC 。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:152331
    • 提供者:大夹馅
  1. speechsignalprocessingincar

    0下载:
  2. 汽车中的话音拨号系统是自动语音识别技术的应用热点. 自动语音识别系统是一个 基于训练的系统. 在汽车噪声中, 由于实际应用环境与形成系统参数的训练环境的失配, 传统 语音识别系统的性能会大幅度地下降, 从而无法实用. 为了提高语音识别系统在特定环境下的 识别率及实用性, 首先根据汽车环境中语音的失真模型分析了系统性能下降的原因, 然后针对 加性汽车噪声与信道失真对系统的影响, 讨论了在汽车噪声中改善语音识别系统性能的方法. 提出了在识别系统中用基于子带的语音增强算法和倒谱均值
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:306746
    • 提供者:stoeky
  1. melcepst

    0下载:
  2. 一种简单的求梅尔倒谱的方法,运用该种方法能较快得到mel倒谱。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2398
    • 提供者:ssuunnttyy
  1. DSP程序组

    1下载:
  2. 包括iir,fir,功率谱,复倒谱等-including IIR, fir, power spectrum, such as Cepstrum
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:85897
    • 提供者:张满洲
  1. lpcc

    1下载:
  2. 用MATLAB开发的语音识别中语音特征提取方法之一LPCC(线性预测倒谱系数)。-A MATLAB program for speech signal recognition using LPCC (Linear Predictive Cepstral Coding) one of the method for the pick up of speech character
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1093
    • 提供者:陈亮
  1. mfc5

    0下载:
  2. 用的是倒谱,加神经网络~不过没有成功,稳定性很差-using the cepstrum, neural network to increase but not a success, poor stability
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51678
    • 提供者:潘小丰
  1. 语音信号的短时分析

    2下载:
  2. 语音信号的短时分析,主要包括:分帧、短时能量、短时平均幅度、短时过零率、短时自相关函数、短时幅度差、倒谱、复倒谱、lpc系数、lpc谱估计等
  3. 所属分类:其它程序

    • 发布日期:2009-05-17
    • 文件大小:6167
    • 提供者:w_cnmdb@126.com
  1. melbankm函数的源程序

    4下载:
  2. melbankm函数的源程序。这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组-function [x,mn,mx]=melbankm(p,n,fs,fl,fh,w) MELBANKM determine matrix for a mel-spaced filterbank [X,MN,MX]=(P,N,FS,FL,FH,W)
  3. 所属分类:matlab例程

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:小智
  1. LPCC.rar

    0下载:
  2. 可以在CCS中运行的LPCC程序,包括语音参数分析主函数,信号的自相关函数,由自相关函数计算LPC预测系数,由LPC预测系数计算LPC倒谱系数,由LPC预测系数计算MEl到普系数等函数,CCS can be run at the LPCC procedures, including analysis of voice parameters of the main function, the signal autocorrelation function, autocorrelation func
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:2968
    • 提供者:renmay
  1. lpcmel.rar

    0下载:
  2. 此C++程序同时包含了语音信号的lpc参数,LPC倒谱,以及mel倒谱的提取程序,This C++ program also includes a voice signal lpc parameters, LPC cepstrum, and mel cepstrum extraction procedures
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:3534
    • 提供者:junyizhang
  1. test-two

    0下载:
  2. 对录音信号集 中的某一语音,利用MATLAB设计一美尔倒谱算法,并实现。-Focused on the recording of a voice signal, using MATLAB to design a Mel cepstrum algorithms, and implementation.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-10
    • 文件大小:2077063
    • 提供者:Dean
  1. Cepstrum

    0下载:
  2. 语音识别的倒谱源码,保证能运行,用倒谱提取共振峰-Cepstral Speech recognition source code, guaranteed to run, with the cepstrum extraction of formant
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:77226
    • 提供者:唐明
  1. melcepst.rar

    0下载:
  2. 计算Mel倒谱系数的matlab程序: MELCEPST Calculate the mel cepstrum of a signal C=(S,FS,W,NC,P,N,INC,FL,FH) 使用: c=melcepst(s,fs) % calculate mel cepstrum with 12 coefs, 256 sample frames,Mel cepstrum coefficients calculated the matlab procedure: MELCEPST Calcu
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2531
    • 提供者:凝空子
  1. tai_daopu.rar

    1下载:
  2. 对图像加模糊,并用倒谱法实现对所得模糊图像的模糊参数估计,Additive fuzzy image, and cepstral method from fuzzy images of the fuzzy parameter estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:537
    • 提供者:台啸
  1. fft2ftftE

    0下载:
  2. 修改的倒谱处理语音的函数,将fft转为倒谱,采用了遮掩原理-Modify the function of speech cepstrum processing
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:2586
    • 提供者:leeandxx
  1. wv2fftE

    0下载:
  2. 修改的倒谱处理语音的函数,将wav转为fft,采用了遮掩原理-Modified speech cepstrum processing function, fft into cepstrum by the cover principle
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-05
    • 文件大小:2593
    • 提供者:leeandxx
  1. MEL

    2下载:
  2. 该程序适用于语音识别系统,其用G语言实现了美尔倒谱的labview程序,非常推荐-This procedure applies to speech recognition systems, with the G language of Simmel cepstrum labview program, highly recommended
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:4578
    • 提供者:sun kai
  1. MATLAB-Mel

    0下载:
  2. MATLAB下使用Mel倒谱特征进行说话人识别源代码-MATLAB using Mel Cepstrum for Speaker Recognition Source Code
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:756776
    • 提供者:李宁
  1. lpcc

    2下载:
  2. 提取线性预测倒谱系数的matlab程序,使用的是自相关法-Linear prediction cepstral coefficients extracted the matlab program, using the autocorrelation
  3. 所属分类:matlab

    • 发布日期:2014-06-15
    • 文件大小:1024
    • 提供者:zhupeng
  1. matlabFor-Pitch

    0下载:
  2. 使用Matlab进行wav文件的基音频率提取,包括自相关法、平均幅度差法和倒谱法等。-Wav files in Matlab to extract the pitch frequency, including the auto-correlation method, average magnitude difference method and the cepstrum method.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:82904
    • 提供者:梁静
« 1 2 3 4 56 7 8 9 10 ... 44 »
搜珍网 www.dssz.com