资源列表
AudioProcessing
- 该压缩包包括五个基本的语声处理方面程序,主要用来查找基准频率包括AMDF,Griffin,和自相关等算法。用Matlab编写。-The compressed packet consists of five basic Voice processing program, mainly used to find the base frequency, including AMDF, Griffin, and self-related and other algorithms. Prepared us
formant_track
- 语音工具箱的共振峰轨迹,可用来求取语音信号的共振峰信息
zzz
- 双门限和熵谱法结合的语音端点检测,效果明显更适合语音识别研究-Dual voice endpoint detection threshold and entropy spectrum combined, the effect was more suitable for speech recognition research
Muttser-TTS-Server-by-LabVIEW
- 利用labview实现语音播报的程序。程序小巧简单。中文,英文,数字都可以播报。-Muttser TTS Server by labview。eazy and fast with fun。Both English and Chinese could be read。
sphinx_recipe
- 用在语音识别训练程序上,这是sphinx训练程序的脚步,很容易运行
LMs
- 采用LMS算法的频域均衡技术研究,lms在频域均衡方面的应用。-LMS algorithm using frequency domain equalization technology research, lms balance in the frequency domain applications.
speechrecognition
- 语音识别资料,介绍语音的概念,算法,及算法的实现。-Voice recognition information on the voice of the concepts, algorithms, and algorithm implementation.
MELP-Draft
- 这是关于标准的混合激励声码器的标准文档。如果谁要了解研究声码器,这是应该首先值得一看的材料。-this is the standard draft of the MELP.So who wanna study the MELP,this is the first looking material.
yinpin
- 2007年A题 音频信号分析仪 优秀文章-A title in 2007 Audio Signal Analyzer excellent article
MeasuringHearingSensitivity
- It is a measuring hearing sensitivity in a GUI file of Matlab, this permit save 5 seconds of sound and get the modulate signal and spectrum, also have a graphic interface with Simulink...
FIRDsgn
- 有限脉冲响应过滤器。This program designs a Finite Impulse Response (FIR) filter. The window-based method is used to obtain a low-pass, high-pass, band-pass or band-stop FIR filter-finite impulse response filters. This program designs a Finite Impulse Response
matlablms
- LMS算法MatLab实现 LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。