搜索资源列表
dtw
- 动态时间规正算法,用于语音识别,模式匹配等,在matlab环境下使用-Dynamic time warping algorithm for speech recognition, pattern matching, etc., in the matlab environment
SpeechRecognition
- 简 单 模 拟 语 音 识 别 ,通过预定语音信息,自动进行匹配,如果正确则输出结果-SpeechRecognition
Speaker_recognition
- 基于mathmatic环境下的语者识别介绍本程序通过滤波、去噪、建模、匹配等过程,将录音人的声音建立成模型,当录音人再次输入声音时能自动识别说话人的身份。-based on mathmatic,that will recognise the speaker
speakerrecognition
- 本程序是基于matlab的语者识别系统。采用mfcc算法进行提取语音特征,用gmm算法进行匹配。-This procedure is based on a speaker recognition system matlab. Mfcc algorithm using speech feature extraction, matching algorithms using gmm.
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c