Welcome![Sign In][Sign Up]
Location:
Search - speech endpoint detection matlab

Search list

[Speech/Voice recognition/combineMatWave

Description: 通过采用MATLAB中的MEX程序进行实时语音端点检测-The application of MEX in MATLAB on the realtime speech endpoint detection.
Platform: | Size: 24576 | Author: 谢芊芊 | Hits:

[Speech/Voice recognition/combinespeechtools

Description: 我是做语音识别的,这是我做的一个关于端点检测的小程序,里面还有一个工具包-I have to do speech recognition, which is what I am doing on a small endpoint detection procedures, there is also a tool kits
Platform: | Size: 151552 | Author: 杨洁 | Hits:

[Mathimatics-Numerical algorithmsspecbandvar

Description: 基于频带方差的语音端点检测,很有用的,大家自己好好看,不是太难-variance based on the frequency of speech endpoint detection, very useful, we all do well, not too difficult
Platform: | Size: 1024 | Author: 李金宝 | Hits:

[File Formatenddect

Description: 语音端点检测实验程序,利用短时能量和过零率检测,具有较高的识别率-Speech Endpoint Detection experimental procedures, the use of short-term energy and zero-crossing rate of detection, has a higher recognition rate
Platform: | Size: 1024 | Author: | Hits:

[Otherzerocros

Description: 语音端点检测中采用的短时过零率的程序,用于端点检测过程识别率高-Speech Endpoint Detection in the use of short-time zero-crossing rate of the procedure for the endpoint detection process to identify a high rate of
Platform: | Size: 1024 | Author: zengxiuhua | Hits:

[Speech/Voice recognition/combinejinbao.m

Description: 基于自适应子带频谱熵的稳健性语音端点检测-Based on adaptive sub-band spectrum of the robustness of Entropy Speech Endpoint Detection
Platform: | Size: 1024 | Author: lin | Hits:

[matlabvoicebox

Description: Matlab语音处理工具箱,很多语音处理m文件-Speech Processing Toolbox Matlab, many voice processing document m
Platform: | Size: 221184 | Author: li | Hits:

[Speech/Voice recognition/combineendpiontdetect

Description: 张智星音讯处理与辨识一书中所带的语音端点检测程序-Zhang Zhi stars audio book deal with the identification carried Speech Endpoint Detection procedures
Platform: | Size: 7168 | Author: 郭华 | Hits:

[matlabshuangmenxiananniu

Description: 基于Matlab的语音端点检测实验研究的按钮设计-Matlab-based Speech Endpoint Detection Experimental Study on the button design
Platform: | Size: 3072 | Author: pl | Hits:

[Speech/Voice recognition/combinevad

Description: 语音信号的端点检测matlab程序,利用短时平均能量和短时平均过零率判断语音端点的起始。还有语音信号信噪比的计算程序。-Endpoint detection of speech signal matlab procedures, take advantage of short-time energy and short-time average zero-crossing rate of the average voice activity to determine the start. There are voice signal SNR calculation procedures.
Platform: | Size: 1024 | Author: 高金枝 | Hits:

[Speech/Voice recognition/combinedetection

Description: 基于倒谱,分形,和谱熵的语音端点检测程序,三个文件夹内对应三种程序-Cepstrum-based, fractal, and spectral entropy of speech endpoint detection procedures, the three folders corresponding to the three procedures
Platform: | Size: 253952 | Author: zhaoqingtian | Hits:

[DSP programdspmatlab

Description: 语音端点检测代码 用matlab实现短时语音信号 端点检测!希望有用!-Speech Endpoint Detection matlab code used to achieve short-time speech signal endpoint detection! Hope useful!
Platform: | Size: 36864 | Author: hsw0320 | Hits:

[Speech/Voice recognition/combineEndPointDetectionDlg

Description: 语音端点检测,VC+matlab混合编程,这个文件是包含语音端点检测的代码,用的是时频参数算法-Speech Endpoint Detection, VC+ Matlab mixed programming, this document is contained in voice activity detection of code, using a time-frequency parameters algorithm
Platform: | Size: 5120 | Author: programsalon | Hits:

[Speech/Voice recognition/combineddjc

Description: 利用短时平均能量和短时平均过零率,对语音信号进行端点检测-Average energy use of short-term and short-time average zero-crossing rate, speech endpoint detection signal
Platform: | Size: 4096 | Author: 陈彪 | Hits:

[Speech/Voice recognition/combinevoice

Description: 基于谱减法的语音端点检测,运用了语音增强,去噪,谱减,加窗,端点检测等方法-Spectral subtraction based speech endpoint detection, using a speech enhancement, denoising, minus spectrum, add windows, endpoint detection methods such as
Platform: | Size: 1024 | Author: 王刚 | Hits:

[Speech/Voice recognition/combineMATLAB-YUYINSHIBIE

Description: 这是语音识别的几个程序,包括语音的特征提取、端点检测的程序。-This is the number of speech recognition procedures, including the voice feature extraction, endpoint detection procedure.
Platform: | Size: 6144 | Author: dongxu | Hits:

[Speech/Voice recognition/combineaudio_processing

Description: 语音信号处理-对输入语音信号进行端点检测和基音轨迹的检测(利用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).
Platform: | Size: 3072 | Author: | Hits:

[Speech/Voice recognition/combineF2_6764

Description: 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处理。-Endpoint detection is the use of digital processing techniques to identify the speech signals in a variety of paragraphs (such as phoneme, syllable, morpheme, word, etc.) the starting point and the end position. Speech endpoint detection is a paragraph beginning and end speech analysis, speech synthesis and speech recognition of a necessary link. Traditional endpoint detection method is to obtain from the wav file voice sampling, its sub-frame and calculate the short-term energy and zero-crossing rate parameters, and then proceed to endpoint detection. This work is called off-line approach can not achieve real-time speech signal processing, analysis of the speech signal has a certain limitations. In this paper, through the development of ActiveX controls, in the MATLAB environment to embedded figure window to use GUI program, the realization of speech signal processing real-time endpoint detection.
Platform: | Size: 30720 | Author: cike | Hits:

[Otherspeech-endpoint-detection

Description: 语音端点检测程序,在Matlab环境下实现。-speech endpoint detection
Platform: | Size: 2048 | Author: 刘新飞 | Hits:

[Software EngineeringSpeech-endpoint-detection-

Description: 资料介绍了在matlab平台下进行语音端点检测的方法及其操作流程,端点检测使有效的语音数据得到了提取。-Information on the process of speech endpoint detection under the MATLAB platform and its operation process, the speech endpoint detection data efficiently extracted.
Platform: | Size: 5120 | Author: 杨正华 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net