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

搜索资源列表

  1. vad

    0下载:
  2. 利用短时能量和短时过零率的语音端点检测算法-Short-term energy and zero crossing rate of the voice activity detection algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:763
    • 提供者:胡连锋
  1. vad

    0下载:
  2. matlab6.5用于语音识别孤立生词识别的基本应用程序-matlab6.5 isolated words recognition Speech recognition for the basic applications. .
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1029
    • 提供者:张龙
  1. T-REC-G.722.2-200307

    0下载:
  2. ITU-T G.722.2 国际电信联盟G.722.2建议书,2003年7月版。该建议书是语音通讯领域的压缩标准,被GSM,WCDMA,3GPP等采用,题目为16kbit下的宽带语音编码,使用自适应多率宽带编码。 内容主要有代数码激励线性预测编码(ACELP),话音活动检测(VAD)等。-This Recommendation describes the high quality Adaptive Multi-Rate Wideband (AMR-WB) encoder and de
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:728479
    • 提供者:刘涛
  1. vad

    0下载:
  2. 这是语音识别系统中的端点检测的程序,可以参考进行优化-This is a speech recognition system endpoint detection process, can be optimized reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1082
    • 提供者:宋伟
  1. Voice.detection.source.code

    1下载:
  2. 集成了enframe语音的帧分段,wavread wav语音文件的读取,vad端点识别,DTW等m文件。-Integrated enframe voice frame section, wavread wav sound files to read, vad endpoint identification, DTW and other m files.
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:10681
    • 提供者:肖水
  1. VAD

    0下载:
  2. This function implements a Voice Activity Detector algorithm based on signal energy, zero crosses, frequency, and adaptative thresholds.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1505
    • 提供者:defghia
  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. WienerFilter_matlab

    3下载:
  2. 基于维纳滤波的语音增强matlab程序,内含VAD,滤波效果良好,推荐!-weiner filter including vad,based on matlab
  3. 所属分类:语音合成与识别

    • 发布日期:2012-11-19
    • 文件大小:45971
    • 提供者:liu
  1. GlobalIPSound

    0下载:
  2. Subject to Doc-Voip-2013 这是瑞典Global IP Sound公司的GIPS语音编解码引擎开发包(无实现代码,只提供库文件与.h文件)。该公司是全球顶尖的语音处理公司,Skype、Logitech、WebEx、TI、QQ的产品中都使用了该公司的语音开发包。 本下载包中包含GIPS的2部分产品:  VoiceEngine 能在最恶劣的网络下为VOIP提供最小延迟、最佳语音质量的软件开发包;  Confe
  3. 所属分类:VOIP program

    • 发布日期:2017-03-28
    • 文件大小:526660
    • 提供者:x
  1. vad

    0下载:
  2. Voice Activity Detection (ref: Sabiner&Rhambur)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:853
    • 提供者:Saltug
  1. TIchinese_A1092

    0下载:
  2. G729B源码1.4版本,含CS-AELP,DTX,VAD,CNG。已验证,调试。-G729B source code 1.4 version, with CS-AELP, DTX, VAD, CNG. Verified, debugging.
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:387340
    • 提供者:黄文彬
  1. dtw

    5下载:
  2. dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet envir
  3. 所属分类:语音合成与识别

    • 发布日期:2013-06-10
    • 文件大小:8474
    • 提供者:于军
  1. vad_osf

    1下载:
  2. 通过计算短时信号熵,与阈值比较,得到判决结果。并采用顺序统计滤波器(最大值滤波器)对所得熵值滤波,提高判决精度。 能有效的分辨出语音信号和噪声信号,且通过后端平滑处理,使语音检测结果更加集中。-VAD based on short-time entropy, precision improved by using order-statistical-filter, VAD result is smoothed to make the result more accurate.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1799083
    • 提供者:ricky
  1. EasyVAD

    0下载:
  2. EasyVAD is an implementation of VAD(Voice Active Detection). EasyVAD support multiple channels concurrent. There is no limit on concurrent channels and it can up to thousands channels-EasyVAD is an implementation of VAD(Voice Active Detection).
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:36679
    • 提供者:greatwiner
  1. 313203_2

    0下载:
  2. Use in telemarketing One controversial application of VAD is in conjunction with predictive dialers used by telemarketing firms. In order to maximize agent productivity, telemarketing firms set up predictive dialers to call more numbers than they h
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2059951
    • 提供者:hady
  1. EvagelMaragos_SpeechEventDetectionMBEnergy_is05.r

    0下载:
  2. VAD parameters correctly, dialers can determine whether a person or a machine answered the call, and if it s a person, transfer the call to an available agent. If it detects an answering machine, the dialer hangs up. Often, the system correctly detec
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:201142
    • 提供者:hady
  1. jaeho

    0下载:
  2. These marks, obtained by listening to several speech sequences, are then used to calculate average results for each of the features listed above, thus providing a global estimate of the behavior of the VAD being tested. To conclude, whereas objective
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:963264
    • 提供者:hady
  1. 08-NTAV-SPA_165_Marciniak-Rochowniak-etal

    0下载:
  2. In this paper we propose a method for voice activity detection (VAD) in a speech signal recorded in the presence of noise. The so-called endpoint detection (EPD), i.e., detection of voice activity (speech) boundaries is very difficult if the
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:276173
    • 提供者:Tomasz
  1. 1c2560c55c41

    0下载:
  2. VAD algorithm very good source code-VAD algorithm very good source code
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:327006
    • 提供者:aaad
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com