搜索资源列表
speech_lw
- 这是语音信号处理的一个实例,进行了语音的基音周期的判断,用C++语言编写-This is the voice signal processing an example, the voice pitch cycle of judgment, with C + + language
DespPitchSpeakerRecog
- 关于说话人识别方面的五个子程序,包括倒谱基音周期混合特征系数的话者识别,能频积端点检测、语音基音周期检测等C++源代码,本人整理编译过,比较紧凑高效;-Speaker Recognition of the five subroutines, including cepstrum Pitch mixed coefficient of the recognition, the frequency can plot endpoint detection, Pitch detection C sourc
pitchjiance
- 关于基音周期特征提取的程序,效果不错,可以用于语音识别。-on Pitch feature extraction procedures, good results can be used for speech recognition.
rw_pitch
- 语音信号基音周期的提取,在说话人识别中可作为重要特征参数.也可用于语音合成.希望能对你有所帮助.-voice signal Pitch Extraction, Speaker identification can be as important parameters. can also be used for speech synthesis. The hope is to help you.
pitch
- 自己编的一个利用自相关法求解基音周期的程序-own addendum to the use of an auto-correlation method Pitch procedures
pitch
- 简洁适用的基音周期提取程序,采用自相关和平均幅度差函数相结合的方法
temp_matlab
- 语音的识别的前端技术,语音的基音周期检测
amdf
- 测量语音信号的基音周期的大小,可以分析语音长度在30ms左右的语音信号-test the base frequence of voice
wavelet
- 基于小波变换法的基音周期检测 比较基础 大家借鉴看看吧 -Based on Wavelet Transform Pitch Detection law basis of comparison to see if you learn from everyone
prolpc
- 语音信号处理,函数主要的功能是求取线性预测系数lpc及基音周期
yizhenzhouqi
- 自相关方法提取语音一帧基音周期,很简单的-zi xiang guan ti qu ji yin zhou qi
my_lpc
- 线性预测(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
LPC
- 语音信号处理中基音周期的提取算法,用线性预测的基本算法原理,matlab实现。-Speech signal processing in pitch extraction algorithm, the basic algorithm with linear prediction theory, matlab implementation.
CAMDF
- 语音信号处理中基音周期的提取算法。运用循环的平均幅度差分法实现的。-Speech signal processing algorithm for pitch period extraction. The average rate of use of cyclic difference method realized.
ACF
- 语音信号处理中基音周期提取算法。运用传统的自相关方法。并加入了三电平削波的处理。-Speech Signal Processing pitch extraction algorithm. Using the traditional autocorrelation method. And joined the three-level clipping processing.
pitch 检测
- 基音周期检测,基音周期是语音信号处理及应用中需要辨识的最基本的语音特征参数之一。-Pitch detection, pitch cycle is speech signal processing and applications need to identify the most basic voice features of one of the parameters.
实现语音的基音检测
- 小波变换,实现语音的基音检测,主要用来检测语音基音周期,小波变换的实现-Wavelet transform, implemented voice detection, voice pitch is mainly used test cycle, the realization of wavelet transform
voice-recognition_matlab-code
- 读入语音文件,并对其做时域、频域的分析,提取相关特征参数。进行线性预测分析,得到LPC谱等线性预测参数,并做了基于预测误差的基音周期估计。-read .wav files,analysing them in time domain,frequency domain and extract some feature parameters related,then do linear prediction analysis ,and get LPC linear prediction paramet
yuyinfenxi
- 利用自相关或平均幅度差提取基音原理,帧长160,帧移80。求能量E、过零率Z和基音周期pitch;采用自相关法或平均幅度差法求取基音周期,基音周期范围(80~400hz);画出能量、过零率和基音曲线。(Pitch principle is extracted by means of autocorrelation or mean amplitude difference)
Labview实现基音周期检测
- 可以设定帧长、帧移,只对幅度超过阈值的帧进行基音周期检测,输出每帧有效帧的基音周期。