CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 端点检测

搜索资源列表

  1. dbdoor

    1下载:
  2. 双门限算法,用于语音端点检测。可以通过调整门限值,并加入门限自适应算法,实现语音端点检测。-double door ,speech endpoint detection two games adjust itself
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:36938
    • 提供者:朱华斌
  1. recognition

    0下载:
  2. 语音识别的端点检测工具,包括预处理,预加重,mfcc,端点检测。-Endpoint detection of speech recognition tools, including pretreatment, pre-emphasis, mfcc, endpoint detection.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:4881
    • 提供者:lizhiyong
  1. Wave

    0下载:
  2. 好好用的端点检测工具,可以单独性的把端点检测出来,进行下一步的mfcc步骤。是很好的语音识别工具。-Endpoint detection tool to good use, you can separate out of the endpoint detection, the next step of mfcc step. Is a very good speech recognition tools.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:90082
    • 提供者:lizhiyong
  1. vad

    0下载:
  2. 用于语音端点检测,可以将连续语音分割为孤立词。-For voice activity detection, continuous speech can be split into isolated words.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1097
    • 提供者:lilei
  1. specbandvar_SingleVoice

    0下载:
  2. 基于频率方差和子带分离的语音端点检测程序,基于matlab开发-based on specband var Vad detection programe,using matlab
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:2185
    • 提供者:liu
  1. taep_end_detection

    0下载:
  2. 本程序主要是利用利用语音信号的基本特性进行谱熵端点检测-taep end detection
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-29
    • 文件大小:925
    • 提供者:李明
  1. nengliang1

    0下载:
  2. 语音端点检测,门限法包括短时能量、过零率-Voice activity detection, threshold laws, including the short-term energy, zero crossing rate, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1606
    • 提供者:luis
  1. voice_prcossing

    0下载:
  2. 语音增强,倒谱,端点检测,共振峰检测,去噪-Speech enhancement, cepstrum, endpoint detection, formant detection, denoising
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:455837
    • 提供者:xiaojie
  1. LPCC_MFCC_VAD

    0下载:
  2. MFCC特征提取算法以及语音端点检测源码-MFCC feature extraction algorithm and voice activity detection source
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:49902
    • 提供者:zhou
  1. duandianjiance

    0下载:
  2. 用于语音信号的端点检测,如有研究有关语音信号识别的大虾们可以过来-Endpoint detection for speech signals, if any, to study the speech signal recognition can come back to the prawns
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:908
    • 提供者:gaowenxi
  1. enframe

    0下载:
  2. 加窗技术用于端点检测技术 分析语音信号-Window technology for endpoint detection
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:1201
    • 提供者:anna
  1. mfcc

    0下载:
  2. 通过预处理、端点检测、mfcc的方法进行语音识别-It s about speech recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:16930
    • 提供者:董芳
  1. endpointdetecting(matlab)

    0下载:
  2. 语音端点检测,有助于除去语音信号中的噪音部分,留下有用的携带信息的部分,有利于提取其中有用的语音特征参数,从而提高识别率。-Endpoint detection, helps remove the noise part of the speech signal, leaving useful information-bearing part, is conducive to extract the speech feature useful to improve the recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1620
    • 提供者:解德鹏
  1. Speechrecognitiontechnology

    0下载:
  2. 比较详尽的介绍了语音识别系统的实现过程,以及相关技术。 端点检测:基于短时能量和短时平均过零率的端点检测和基于倒谱特征的端点检测 特征参数提取:LPCC和MFCC 参数模板存储:HMM和N_Gram 识别阶段:DWT 各阶段的相关技术都给了详细的介绍,绝对是好东西!-More detailed introduction to the speech recognition system implementation process and related technologie
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-25
    • 文件大小:8296938
    • 提供者:断剑
  1. mfccdtw

    1下载:
  2. 先用端点检测将语音中有用的语音部分提取出来(即将头部和尾部的静音部分除掉),然后用LPC算法提取语音信号的特征参数,进行动态归整(DTW算法)后与模板库里面的标准语音作比较,最后将识别结果进行D/A转化后播放出来。在本部分的设计中,则主要完成语音识别的模式匹配算法部分的软件实现。 -First with the endpoint detection of speech to voice some of the useful extracted from the (soon to mute som
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-22
    • 文件大小:6816633
    • 提供者:吴斌
  1. speech

    0下载:
  2. 这是一段语音识别的c++源程序,包括预处理,端点检测,线性倒谱系数,dtw算法模式匹配。-This is a speech recognition c++ source, including preprocessing, detection, linear cepstrum, dtw algorithm for pattern matching.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:19433
    • 提供者:董芳
  1. endpoint

    0下载:
  2. 语音端点检测程序,利用均方能量算法逐帧进行判断-Voice activity detection procedure, and use the energy mean square algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:4800
    • 提供者:马亮
  1. Endpoindetectionspectralenhancement

    0下载:
  2. 基于端点检测的谱减法语音增强,语音的去噪算法仿真程序,可以进一步改进-Endpoint detection of the spectral subtraction based speech enhancement
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:30720
    • 提供者:antili
  1. edp

    0下载:
  2. 这个是端点检测的程序,用的是基于短时能量和过零率的方法,最后在语音信号的波形图上对检测到的端点进行了标注-This is the endpoint detection process, using a short-term energy and zero-based rate method, the last waveform in the speech signal detected on the endpoint to the mark
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:427000
    • 提供者:Fatso Ding
  1. VADEndPointDetection

    0下载:
  2. 活动语音端点检测的程序,在较强背景噪音下,具有较好的效果-Voice activity detection process, under the strong background noise, with good results
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:24778
    • 提供者:lanyuna
« 1 2 3 4 56 7 8 9 10 ... 31 »
搜珍网 www.dssz.com