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

搜索资源列表

  1. Speech-processing

    1下载:
  2. 几个关于语音信号处理的源程序,语谱图、三角波频谱、高通滤波、矩形、汉明-Speech spectrum program
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-02
    • 文件大小:3025
    • 提供者:周青香
  1. mpsound

    2下载:
  2. 录制一段个人自己的语音信号。对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;对语音信号进行加噪和去噪处理,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号;实现快录慢放、慢录快放等功能。-Record a person' s own voice signal. Of the recorded signal sampling draw sample after the speech signal time-domain waveform
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-25
    • 文件大小:243556
    • 提供者:或或
  1. Speech-processing

    0下载:
  2. 原创,语音合成matlab程序,可改变一段语音的音调,语速等,实现男声变女声,女声变男声等功能。-The original speech synthesis matlab program can change a voice tone, speed, etc., to achieve male changed Girls, female become male functions.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:229130
    • 提供者:ZLS
  1. melodyRecognition

    0下载:
  2. 自动语音识别源码对非特定人的孤立词语音识别算法 进行研究。考虑到语音识别技术在嵌入式系统处理能力较弱、存储空间有限的问 题上进行算法的选择和优化,以提高系统的鲁棒性,减少系统的 -Automatic speech recognition source code for non-specific human isolated word speech recognition algorithm research. Taking into account the voice recogni
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:156748
    • 提供者:cq
  1. final

    1下载:
  2. 小波变换处理带噪语音信号,对于低信噪比的情况下相当有效,直接改文件名就可完成-Wavelet Transform of Noisy Speech signal processing for low SNR case quite effectively, direct to the file name can be completed
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:1213
    • 提供者:杨新华
  1. wavelet

    1下载:
  2. 语音增强是语音信号处理的重要分支,本程序用小波变换实现-Speech enhancement speech signal processing is an important branch, the procedures for implementation of Wavelet Transform
  3. 所属分类:matlab例程

    • 发布日期:2013-10-06
    • 文件大小:945
    • 提供者:bromheaven
  1. mfccvaddtw

    0下载:
  2. 语音信号处理的最基本的Maylab处理程序,包括读入语音波形,清音浊音的检测,加窗,过零率,短时能量,基音最大值。最后有test给出演示-Speech Signal Processing Maylab the most basic treatment procedures, including read into the voice waveform, voiceless voiced detection, add windows, zero-crossing rate, short-term
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-16
    • 文件大小:444356
    • 提供者:张路
  1. speech_processing

    0下载:
  2. this program deals with simple speech processing like fft, use of hamming window, my durbin algorithm and likes. this program has gui too.
  3. 所属分类:Audio program

    • 发布日期:2017-04-01
    • 文件大小:130611
    • 提供者:switspk
  1. sound5

    0下载:
  2. speech processing e-book
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-12
    • 文件大小:2693792
    • 提供者:majid
  1. DSP_embedded

    0下载:
  2. DSP嵌入式应用系统开发典型实例电子书,本书介绍DSP硬件内部结构、开发工具和方法等基础知识,并对实时语音信号处理和图像处理等实例进行详细的讲解-DSP embedded application development typical example of e-books, this book introduced the internal structure of DSP hardware, development tools and methods based on knowledge, a
  3. 所属分类:DSP program

    • 发布日期:2017-06-01
    • 文件大小:14142526
    • 提供者:徐海儿
  1. audio processing

    2下载:
  2. 语音信号处理-对输入语音信号进行端点检测和基音轨迹的检测(利用acf、amdf和acf/amdf三种方法)。-Speech Signal Processing- the input voice signal trajectory endpoint detection and pitch detection (using acf, amdf and acf/amdf three methods).
  3. 所属分类:语音合成与识别

    • 发布日期:2012-11-21
    • 文件大小:3449
    • 提供者:
  1. 0987542

    0下载:
  2. 一个声纹识别的全代码,包括语音信号的预处理,建模,和识别-Voiceprint identification of a full code, including the speech signal pre-processing, modeling, and identification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:218757
    • 提供者:关超
  1. SpeechSignalProcess

    0下载:
  2. 语音信号处理方面的书籍。书籍的附录中有多个算法的C语言实现。超星图书需要使用超星浏览器打开-Speech signal processing books. Books have more than one algorithm in Appendix C language. Superstar Superstar books need to use the browser to open
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-15
    • 文件大小:3918312
    • 提供者:hansen
  1. my_lpc

    0下载:
  2. 线性预测(LPC)是语音信号处理中最有效的分析方法之一,通过LPC谱,LPCC谱的分析,并结合LPC检测方法判断出语音的基音周期或共振峰。我们可以利用Matlab来进行编程实现,具有实现简单,效果良好的特点-The linear predictive (LPC) is one of the most important methods in speech processing. Through the LPC spectrum, the LPCC spectrum analysis, and u
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:163866
    • 提供者:lu
  1. Study_of_The_Key_Technology_of_Voice_Conversion.ra

    0下载:
  2. :语音转换技术在语音处理领域是一个比较新的研究方向,也是近年来语音领域的研究热点。语音转换技术是指改变源说话人 的语音特征使之具有目标说话人特征的一项:语音转换技术在语音处理领域是一个比本文说明了语音转换的定义,介绍了语音的个性特征,列举了频谱包络的几种主要的转换算法以及韵律转换的主要算法。最后说明了语音转换今后的研究方向。-Voice conversion technology in the field of speech processing is a relatively new re
  3. 所属分类:Project Manage

    • 发布日期:2017-03-27
    • 文件大小:183828
    • 提供者:Decheng Yu
  1. matlab-speech-recongion-4

    0下载:
  2. matlab之语音处理与合成工具箱的随书程序!!Good!!!It s useful for you -The Speech Processing and Synthesis of matlab toolbox with the book program! ! Good!!! It' s useful for you!!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4353991
    • 提供者:韩用
  1. matlab-speech-recongion-5

    0下载:
  2. matlab之语音处理与合成工具箱的随书程序!!Good!!!It s useful for you -The Speech Processing and Synthesis of matlab toolbox with the book program! ! Good!!! It' s useful for you!!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3119909
    • 提供者:韩用
  1. Speech Processing Analysis - MATLAB

    0下载:
  2. The number of states in GMM as the generative model of the frames is obtained using k-means algorithm. This also helps to initialize the mean vector and the covariance matrix of the individual state of the GMM. The training LPC frames collected fro
  3. 所属分类:语音合成与识别

    • 发布日期:2017-12-28
    • 文件大小:728064
    • 提供者:Khan17
  1. speech processing

    2下载:
  2. 中国科学技术大学本科课程语音信号处理实验代码(speech processing code for USTCers)
  3. 所属分类:语音合成与识别

    • 发布日期:2017-12-22
    • 文件大小:1189888
    • 提供者:jx0304
  1. Speech Processing mathods

    0下载:
  2. speech processing methods using matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:446464
    • 提供者:Karthi
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com