Welcome![Sign In][Sign Up]
Location:
Search - voiced detection

Search list

[Speech/Voice recognition/combinebasicprocessingofspeech

Description: 语音信号处理的最基本的Maylab处理程序,包括读入语音波形,清音浊音的检测,加窗,过零率,短时能量,基音最大值。最后有test给出演示。-speech signal processing Maylab the most basic procedures, including reading the speech waveform. voiceless voiced detection, adding windows, the zero-rate, short-term energy, the maximum pitch. Finally given a test demonstration.
Platform: | Size: 30876 | Author: lijin | Hits:

[Speech/Voice recognition/combinelsp3

Description: 语音信号处理的最基本的Maylab处理程序,包括读入语音波形,清音浊音的检测,加窗,过零率,短时能量,基音最大值。最后有test给出演示-speech signal processing Maylab the most basic procedures, including reading the speech waveform. voiceless voiced detection, adding windows, the zero-rate, short-term energy, the maximum pitch. Finally given a test demonstration
Platform: | Size: 1879 | Author: mxr | Hits:

[Speech/Voice recognition/combinebasicprocessingofspeech

Description: 语音信号处理的最基本的Maylab处理程序,包括读入语音波形,清音浊音的检测,加窗,过零率,短时能量,基音最大值。最后有test给出演示。-speech signal processing Maylab the most basic procedures, including reading the speech waveform. voiceless voiced detection, adding windows, the zero-rate, short-term energy, the maximum pitch. Finally given a test demonstration.
Platform: | Size: 30720 | Author: lijin | Hits:

[Speech/Voice recognition/combinemfccvaddtw

Description: 语音信号处理的最基本的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 energy, Maximum pitch. Finally there is give demo test
Platform: | Size: 444416 | Author: 张路 | Hits:

[matlabaccurately_pitch_estimation

Description: with this mscripts we are enable to perform accurately pitch detection.first with short term zerocrossing and short term energy estimation analyses we find voiced regions and then with hps algorithm, find pitch values of utterance.
Platform: | Size: 69632 | Author: meysa | Hits:

[Speech/Voice recognition/combine85375522hmm4tgdfgdfg

Description: 语音信号处理的最基本的Maylab处理程序,包括读入语音波形,清音浊音的检测,加窗,过零率,短时能量,基音最大值。-The basic speech signal processing Maylab handling procedures, including reading speech signals, voiceless voiced detection, windowed, zero crossing rate, short-term energy, pitch maximum.
Platform: | Size: 184320 | Author: 资艳军 | Hits:

[matlabLPC_ACFpitchdetection

Description: 这是一个简单的语音基音检测方法,通过对语音信号进行滤波、分帧、求自相关函数,可得到浊音的基音周期,从而实现基频检测。-This is a simple voice pitch detection, voice signals by filtering, sub-frame, find the autocorrelation function, voiced the pitch period available to achieve the fundamental frequency testing.
Platform: | Size: 20480 | Author: 吴艳花 | Hits:

[Windows Developsbassicprocesp

Description: 语音信号处理的最基本的Maylab处理程序源码,包含读入语音波形,清音浊音的检检测,加窗,过零率,短时能量,基音最大值。最后有test给出演示。 -Most basic Maylab handler source speech signal processing, including reading the speech waveform, voiceless voiced seizure detection, windowing, zero crossing rate, short-term energy, the maximum pitch. Finally, the test is given demonstration.
Platform: | Size: 30720 | Author: didazff | Hits:

[ELanguageendptnew

Description: end point detection or silence removal i.e to remove voiced or unvoiced speech
Platform: | Size: 1024 | Author: aaron | Hits:

[matlabsift_pitch

Description: This MATLAB exercise designs and implements a pitch period detector based on detecting and tracking peaks in the autocorrelation of the LPC error signal during regions of voiced speech. The pitch detection procedure is called the SIFT (Simple Inverse Filtering Tracking) method. The SIFT pitch period detector uses a secondary autocorrelation peak in order to detect and correct pitch period detection errors due to effects such as pitch period doubling and related phenomena.
Platform: | Size: 1265664 | Author: Hashem | Hits:

[matlabdeteccion_de_vocales

Description: voiced vowel detection
Platform: | Size: 1024 | Author: berno | Hits:

[assembly languagePitch-detection

Description: 线性预测声码器设计中语音信号的基音周期提取,采集语音信号,对语音信号进行处理,区分清音浊音,并通过对采样值进行滤波、分帧、求短时自相关函数,得到浊音的基音周期。-Linear prediction vocoder design of the speech signal pitch extraction of speech signal acquisition, speech signal processing, discriminate unvoiced voiced, and through the sample data filtering, frame, calculate a short-time autocorrelation function, voiced the pitch period.
Platform: | Size: 1024 | Author: 蔡磊 | Hits:

[matlabCepstral_Pitch_Detector

Description: 探测器基音周期的主要特点是使用二次cepstral峰值检波器的每一帧演讲,为了检测并纠正基音周期检测错误由于效果翻倍基音周期或减半等及相关现象。文件的4.5 Cepstral距探测器。pdf”提供了一个用户的指导对于这个练习。-This MATLAB exercise implements a pitch period detector based on detecting and tracking peaks in the (real) cepstrum during regions of voiced speech. The major feature of this pitch period detector is the use of a secondary cepstral peak detector for each frame of speech, in order to detect and correct pitch period detection errors due to effects such as pitch period doubling or halving and related phenomena. The file 4.5 Cepstral Pitch Detector.pdf provides a User s Guide for this exercise.
Platform: | Size: 5646336 | Author: wujin | Hits:

[Voice CompressCepstrum

Description: 对一段语音信号进行处理 分析对象:voiced and unvoiced speech 语音中的清音和浊音 在GUI界面上实现以下功能: 1显示短时频谱 既对信号分帧后直接进行傅里叶变换 2在上面基础上经对数运算后再进行傅里叶反变换得到倒谱 显示两个图像(取对数和之后反变换的) 3根据倒谱再进行倒谱分析 用它观察自相关等等 最终实现基音周期估计(Pitch Detection)和 追踪 Pitch Tracking 这里还要应用到其他一些东西~自相关函数 对数倒频谱等等 (原文For the Pitch Detection/Tracking ,The suggested methods include auto-correlation, cepstrum, long-term prediction, Hilbert-Huang Transform (EMD) and so on.)- 对一段语音信号进行处理 分析对象:voiced and unvoiced speech 语音中的清音和浊音 在GUI界面上实现以下功能: 1显示短时频谱 既对信号分帧后直接进行傅里叶变换 2在上面基础上经对数运算后再进行傅里叶反变换得到倒谱 显示两个图像(取对数和之后反变换的) 3根据倒谱再进行倒谱分析 用它观察自相关等等 最终实现基音周期估计(Pitch Detection)和 追踪 Pitch Tracking 这里还要应用到其他一些东西~自相关函数 对数倒频谱等等 (原文For the Pitch Detection/Tracking ,The suggested methods include auto-correlation, cepstrum, long-term prediction, Hilbert-Huang Transform (EMD) and so on.)
Platform: | Size: 13312 | Author: wjy | Hits:

CodeBus www.codebus.net