资源列表
语音识别的前世今生
- 很好的一本关于语音信号处理的书,而且是中文版的,比较好用(A good book on speech signal processing, and is the Chinese version, more useful)
celp
- Matlab code for CELP
MP5
- Matlab Based human speech recognition on digits
matlabyuyin
- matlab在语音信号处理中的使用,包括基频提取,语音识别,语音增强等(The application of MATLAB in speech signal processing including pitch extraction, speech recognition, speech enhancement and so on.It uses matlab.)
TtsDemo源码
- TTS语音识别的示例,将中文语音转换为文字输入(TTS demo which can transfer Chinese speak language to some words that can be input to computer or smart phone.)
课程设计内容
- 滤波器的实现,fir滤波器对噪声的 消除。实现声音信号的接受。(Realization of filter)
code
- MFCC computations and comparison
code 1
- matlab mfcc computation and comparison
code 2
- matlab mfcc comparison and calculations
Experiment No.1.pdf
- calculate mfcc and compare features
endpoint_detection
- 对传输的语音信号进行端点检测,检测出端点后可进行加窗分帧而后进行短时傅里叶变换。(After the endpoint detection of the transmitted speech signal, after detecting the endpoint, windowed sub frame can be added, and then the short-time Fu Liye transform can be carried out.)
过零率计算源代码
- 语音端点的检测,不能只以能量的大小进行检测。人声和周边噪音,都可能拥有足够的能量,因此单独能量无法准确检测端点。而过零率在这一点上,则可以起到很大的效果。因此,端点检测时,过零率是不可以缺少的。(Adding zero crossing rate, can accurate detect. Human speech has more zero crossing rate.)