-
HMMforspeechrecogntion
一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理(An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welch based re-estimation and Viterbi algorithm involved in HMM. it helps much better understand the HMM algorithm and its application for speech recogntion. )
- 2010-01-05 15:16:00下载
- 积分:1
-
LMS
LMS自适应滤波算法是很常见的滤波算法。本代码包括常用的LMS自适应滤波算法,如基本LMS算法,解相关LMS算法,滤波型LMS算法,变换域LMS算法等。(LMS adaptive filtering algorithm is a common filtering algorithm. This code, including commonly used LMS adaptive filtering algorithms, such as the basic LMS algorithm, decorrelation LMS algorithm, filter-based LMS algorithm, transform domain LMS algorithm.)
- 2021-04-10 11:48:58下载
- 积分:1
-
lpcc_xiang
c++语言开发,用于LPCC特征参数提取的,在语言识别系统中应用广泛。(c language, LPCC Features for feature extraction, in language recognition system widely used.)
- 2021-04-29 13:58:43下载
- 积分:1
-
MUSIC
基于麦克风阵列的声源定位一维music算法源代码(Based on the microphone array beamformer one-dimensional music algorithm source code)
- 2021-04-13 23:18:55下载
- 积分:1
-
GenderRecognition
从一段音频中识别说话人的性别。开发环境vs2005(To identify the audio from a speaker' s gender. Development Environment vs2005)
- 2009-10-25 00:41:52下载
- 积分:1
-
语音信号处理赵力(中文入门)
很好的一本关于语音信号处理的书,而且是中文版的,比较好用(A good book about the processing of speech signal)
- 2021-01-11 21:38:49下载
- 积分:1
-
提取语音信号基频
用自相关函数提取语音信号基频,提取音频文件的基频等高线(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 fundamental frequency vector and plot the pitch contour.)
- 2017-09-14 09:23:15下载
- 积分:1
-
MFCC_Coding_Demo2
characteristic parameters for speech recognition on the extraction function
- 2019-05-01 15:55:47下载
- 积分:1
-
MSC-Develop-Manual-for-iOS
这是科大讯飞的IOS开发文档,可合成语音,可语音识别(MSC Develop Manual for iOS)
- 2014-06-11 11:08:43下载
- 积分:1
-
yuyin
语音信号的录音、读入、放音等:利用函数wavread对语音信号进行采样,记住采样频率和采样点数,给出以下语音的波形图(2.wav),wavread的用法参见mablab帮助文件。利用wavplay或soundview放音。也可以利用wavrecord自己录制一段语音,并进行以上操作(需要话筒)。
(Speech signal recording, reading, playback, etc.: the voice signal using the function wavread sampling, sampling frequency and sampling points to remember, given the following speech waveform (2.wav), wavread usage see mablab help file. Using wavplay or soundview playback. Can also record a voice using wavrecord own, and the above operation (requires microphone).)
- 2011-01-10 15:00:48下载
- 积分:1