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

搜索资源列表

  1. mpcc

    1下载:
  2. MFCC,即倒谱系数,也是语音的一个特征之一,能够充分利用人耳的特性 % 具体的求法就是预处理,然后加窗,进行傅立叶变换,再求出功率普 % 然后得出其自然对数,最后进行dct变换 % 代码是用matlab写的,用到的一个语音工具箱,可以从网络上下载。-MFCC, that is, just a few pedigree, as well as a voice of one, to take full advantage of people's ears% of the spe
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1040
    • 提供者:杨海
  1. hmmPlatform

    0下载:
  2. 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:159121
    • 提供者:何洁
  1. echocancel

    0下载:
  2. 用同态滤波方法(倒谱)解决回声干扰问题。给出了一句语音,并在此信号上叠加回声干扰,通过倒谱的方法将信号和回声的冲击响应分开。-using the same state filtering method (cepstrum) Echo solve the interference problem. Given a voice, and in this echo superimposed on the signal interference, through cepstrum approach wo
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:153349
    • 提供者:黄晓砥
  1. cepstrum2

    1下载:
  2. 利用了抽样及倒谱算法,进行图像分解和重建过程。-use of sampling and cepstrum algorithm for image decomposition and reconstruction process.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:889
    • 提供者:袭乐宣
  1. SR3

    0下载:
  2. 基于倒谱特征的说话人识别技术 提取语音的倒谱特征进行说话人识别-based Cepstral Speaker voice recognition technology from the Cepstral for Speaker Recognition
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:165398
    • 提供者:溪鱼
  1. Cepstrum

    1下载:
  2. 这是语音信号处理中求倒谱的程序,我自己编的,很简单,实现了一段序列求倒谱的功能-This is the voice signal processing for cepstrum procedures, I developed, is very simple. achieve a sequence for the functional cepstrum
  3. 所属分类:语音合成与识别

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

    1下载:
  2. 用DSP实现的一个简单的语音识别系统,只要实现单个词的识别即可,采样率8k,帧长30ms,帧移10ms,系统采样后分帧--端点检测,将检测到的原始语音信号保存下来,基本上一个字在30帧左右,然后提取每帧的LPC参数--将LPC参数转换为LPC倒谱系数,然后利用DTW方法和模板比较.-a brief speech recognition system, as long as the realization of a single word can be identified. 8 k sampli
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:yautou
  1. Calculate_LPC

    1下载:
  2. LPC美尔倒谱特征的C源程序 这是我根据赵力那本“语音信号处理”后面的源代码写的LPC美尔倒谱特征的C源代码, 基本上没做什么修改,需要的朋友就可以不用自己再录入了。 程序调试通过,可以直接用。 -LPC Cepstrum C source code is under Zhao The "speech signal processing," the source generation behind code written by LPC Cepstrum
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1296
    • 提供者:handman
  1. DespPitchSpeakerRecog

    3下载:
  2. 关于说话人识别方面的五个子程序,包括倒谱基音周期混合特征系数的话者识别,能频积端点检测、语音基音周期检测等C++源代码,本人整理编译过,比较紧凑高效;-Speaker Recognition of the five subroutines, including cepstrum Pitch mixed coefficient of the recognition, the frequency can plot endpoint detection, Pitch detection C sourc
  3. 所属分类:语音合成与识别

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

    0下载:
  2. 说话人识别是语音识别的一种特殊方式,其目的不是识别语音内容,而是识别说话人是谁,即从语音信号中提取个人特征。采用矢量量化(VQ)可避免困难的语音分段问题和时间归整问题,且作为一种数据压缩手段可大大减少系统所需的数据存储量。本文提出了识别特征选取采用复倒谱特征参数和对应用VQ的说话人识别系统改进的一种方法。当用于训练的数据量较小时,复倒谱特征可以得到比较稳定的识别性能。VQ的改进方法避免了说话人识别系统的训练时间与使用时间相差过长从而导致系统的性能明显下降以及若利用自相关函数带来的大量运算。-Sp
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:23925
    • 提供者:张开
  1. cep_mark

    2下载:
  2. 语音信号的倒谱计算程序,通过倒谱的计算能更好的提取基音和共振峰信息-voice signals cepstrum calculation procedure for the adoption of the cepstrum better terms from the pitch and formant information
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:856
    • 提供者:许慧燕
  1. melcepst

    3下载:
  2. 求mel频率倒谱系数的matlab程序-for mel frequency cepstrum coefficients of Matlab procedures
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:wh
  1. dspwork

    0下载:
  2. 一堆数字信号处理的小程序,打个包发上来,上数字信号处理课写的,包括复倒谱、傅立叶变换、各种滤波器等~-heap of digital signal processing procedures for small, one packet onto fat, digital signal processing course was made, including the complex cepstrum, Fourier transform, various filter ~
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:17000
    • 提供者:heartbeat
  1. pinyuchuli

    0下载:
  2. 对语音信号进行倒谱分析 和前面传的一样都是对语音信号的参数的提取 -the audio signal cepstrum analysis and front-right is the same as the voice signal parameter extraction
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:4013
    • 提供者:赵云
  1. cepstr

    0下载:
  2. 二次采样以确定像素间的相关性,然后对两个采样结果同时嵌入水印,利用的是倒谱变换-second sampling to determine the correlation between pixels, then the two sampling results also embedded watermark, make use of Cepstrum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:889
    • 提供者:杨辉
  1. mfccCchengxu

    0下载:
  2. 语音识别中提取特征系数-美尔倒谱系数(mfcc)C程序-Speech Recognition feature extraction coefficient-America Fall cepstrum coefficients (mfcc) C Program
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:11088
    • 提供者:刘强彦
  1. MFCCtiqumatlab

    0下载:
  2. 语音处理中的美尔倒谱参数提取,matlab程序实现,该参数是语音处理中常用的到的参数,希望有帮助-speech processing of America Fall cepstrum parameter extraction, Matlab program. The speech processing parameters are commonly used parameters to the hope that the help
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:wxy
  1. lpc

    2下载:
  2. 根据赵力那本“语音信号处理”后面的源代码写的LPC美尔倒谱特征的C源代码
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:1573
    • 提供者:熊敏
  1. recognizedemo

    1下载:
  2. 本程序是用MATLAB编写的孤立词的语音识别的程序,包含mel倒谱分析以及单个词的语音识别。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:6466
    • 提供者:刘永哲
  1. vqRecognition

    1下载:
  2. 说话人识别程序特征参数为MEL倒谱,模型为VQ量化
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5401
    • 提供者:joe
« 1 2 34 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com