搜索资源列表
weimin
- 读取语音信号(用matlab的wavread指令),把语音信号分帧、加窗,进行清浊分割,提取基 频,这一部分较简单,自己编程序做。参考文献自己到图书馆期刊网上查找。 提取语音信号的lpc参数,可调用lpcfit.m 程序(我提供,见附件),将源、目标语音的浊音 段的lpc系数进行DTW规整,调用pathita2.m 程序(我提供,见附件)。将规整得到的lpc系数 转换成lsp参数,调用lpcar2ls.m 程序(我提供,见附件), 再进行转换映射,调用matlab 的指令ne
PitchDrawing
- 从wave文件中提取基频程序,自己写的,效果一般,仅供参考。
praat
- praat中文指导手册,指导基本语音分析方法和提取基频等等基本操作
ACF_pitch_period
- ACF 方法提取基频
voice_recognition.rar
- 使用自相关法提取基频法来判别男女声,并与带通滤波器幅度筛选法及幅度作差提取基频判别法分别作比较。最后的判别正确率接近90%。,The use of autocorrelation-based frequency extraction method to determine male and female voices, and with band-pass filter magnitude and rate of screening for differential extraction of
AFinePitchModelforSpeech
- 微软研究出来的一个基频提取算法,简单有效-Microsoft Research out of a fundamental frequency extraction algorithm is simple and effective
jipintiqu
- 基频提取程序,已经运行成功,可以直接使用。-Fundamental frequency extraction procedure has been run successfully, can be used directly.
zxb
- zxb:提取wav波得语音声学特征MFCC,以及用praat提取wav波的基频。-zxb: extract acoustic features of voice wav wave was MFCC, and extracted with praat wav wave fundamental frequency.
fxrapt
- 实现基频提取的RAPT算法(一种鲁棒性的基频提取算法)。输入文件为wav波形文件。-A Robust Algorithm for Pitch Tracking (RAPT)
PitchSpectrum
- 提取基音频率,将基频进行合理有效的提取,将基频进行合理有效的提取-Extraction of pitch or fundamental frequency
N_ANN_BP
- Matlab程序,开发环境Matlab7 根据提取的音节基频数据训练BP神经网络。 -Matlab process, development environment Matlab7 Based on fundamental frequency of syllables extracted BP neural network training data.
PitchExtractingNewMethodforMixedSpeechesBasedonMul
- 基于分频带自相关函数的混叠语音基频分离提取新算法 -Based on the sub-band auto-correlation function of the fundamental frequency of voice-alias A New Algorithm for Extraction
20020911
- 基于小波变换的语音基频提取新算法,基于小波变换的语音基频提取新算法-Based on wavelet transform new algorithm for speech fundamental frequency extraction based on wavelet transform new algorithm for speech fundamental frequency extraction
PitchbyPraat
- 从praat中抽取出来的用于提取基频的代码,可用于孤立词识别-praat and speech recognition
zixiangguanmatlab
- 基于matlab的自相关提取基频算法(结合了带通滤波,三电平削波)-Autocorrelation matlab-based fundamental frequency extraction algorithm (a combination of band-pass filter, three-level clipping)
autocorrelation
- 自相关法提取语信号基频,里面用到了中心削波,供参考-Extraction of the relevant language from the baseband signal, which uses the center clipping, for reference
15810493voice_recognition
- 提取声音基频,对于语音识别和语音频谱分析提供一定便利(Extraction voice frequency)
提取语音信号基频
- 用自相关函数提取语音信号基频,提取音频文件的基频等高线(Use the autocorrelation function on segments of the signal (windowsize: 100ms) and compute the fundamental frequency. Use a max_time_lag of 100ms in the autocorrelation function and a window shift of 25ms. Create a fundame
自相关基频提取算法的MATLAB实现
- 这是一篇论文,将的是利用自相关函数及三电平削波方法实现周期语音信号基频提取算法及语句(In this paper, the method autocorrelation function and three-level clipping are used to extract the fundamental frequency of periodic speech signal)