搜索资源列表
VoiceReconize
- 语音识别代码,机器人语音控制系统 CMDs=零,一,二,三,四,五,六,七,八,九,执行,各关节归零,大臂正转,大臂反转,小臂正转,小臂反转,手腕正转,手腕反转,手爪张开,手爪闭合,上升,下降,大臂运行,大臂负运行,小臂运行,小臂负运行,手腕运行,手腕负运行,手爪运行,手爪负运行,升降运行,升降负运行,大臂归零,小臂归零,手腕归零,手爪归零,升降归零,速度加,原点记忆,系统复位,示教盒,暂停,急停,回原点,速度减,区号加,区号减,单步再现,周期再现,连续再现,返回,继续,数据记忆,读取
SPECTRUM_LMS
- 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPE
EAQUAL
- 一个基于ITU-R recommendation BS.1387的客观语音质量评价算法源码。
testdtw(zhu)
- function dist = dtw(t,r) n = size(t,1) m = size(r,1) 帧匹配距离矩阵 d = zeros(n,m) for i = 1:n for j = 1:m d(i,j) = sum((t(i,:)-r(j,:)).^2) end 累积距离矩阵 D = ones(n,m) * realmax D(1,1) = d(1,1) 动态规划 for i = 2:n
VioceRecognition
- 使用科大讯飞的语音识别和语音合成引擎作为基础,开发的适合SP的一套语音识别应用程序,可通过简单配置应用于现有的IVR业务中。主要文件简单说明:asr.c 系统初始化,入口点asrch.c 系统核心处理单元DynGra.c 动态语法生成tts.c 语音合成eventq.c 事件队列asrtimer.c 计时器iblock.c 内存管理.-The use of Science and Technology Institute of China inquiry flying speech recogn
ica_r
- 带参考信号的盲源分离,很好用的程序,用于语音增强-ICA-R
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
EndPointDetector
- End point detector Implementation of "An Algorithm for Determining the Endpoints of Isolated Utterances, L. R. Rabiner and M. R.Sambur
Visual_C_Programming_Text_to_Speech_classic_code.r
- Visual C 编程实现Text-to-Speech经典代码Visual C Programming Text-to-Speech classic code-Visual C Programming Text-to-Speech classic code
C_programming_classic_voice_repeat_function_code.r
- C编程实现语音复读功能的经典代码C programming classic voice repeat function code-C programming classic voice repeat function code
paper_v0
- IMPLEMENTATION AND ANALYSIS OF SPEECH RECOGNITION FRONT-ENDS V. Mantha, R. Duncan, Y. Wu, and J. Zhao
Fundamentals_of_Speech_Recognition
- 一本有关语言识别方面的参考书,可以帮助从事语言识别方面研发和编程的朋友-A reference area for speech recognition, speech recognition can help in the programming aspects of R & D and friends
r
- 用微软的SAPI,实现快速的语音识别。从而实现智能化。-With Microsoft' s SAPI, fast speech recognition. So intelligent.
An-HMM-based-Vietnamese-Speech-Synthesis-System.r
- An HMM-based Vietnamese Speech Synthesis System
A-tutorial-on-Hidden-Markov-Models---Lawrence-R.-
- Although initially introduced and studied in the late 1960s and early 1970s, statistical methods of Markov source or hidden Markov modeling have become increasingly popular in the last several years. There are two strong reasons why this has occurred
Durbin
- 杜宾算法c++代码,输入系数R,返回迭代系数。-Durbin algorithm c++ code, enter the coefficient R, returns an iterator factor.