-
IBM和微软的SAPI TTS封装在ActiveX调用其他语言,…
将IBM TTS 和微软的SAPI封装在ACTIVEX中供其他语言调用,例子指写了用WEB网页如何调用的方式-The IBM TTS and Microsoft SAPI packaged in ACTIVEX call in for other languages, for example, refers to the use of WEB pages to write how to call the way
- 2022-01-21 00:20:29下载
- 积分:1
-
关于SDK的语音识别和语音结合 的代码
关于SDK的语音识别和语音结合 的代码-On the SDK Speech Recognition and voice combined with the code
- 2022-03-10 05:48:22下载
- 积分:1
-
an Internet application for the open source 16 kbps voice/music compression proc...
一个为Internet应用程序提供的开放源码的16 kbps语音/乐音压缩程序-an Internet application for the open source 16 kbps voice/music compression process
- 2022-07-21 14:57:04下载
- 积分:1
-
使用DirectSound和Microsoft agent实现的语音复读机
使用DirectSound和Microsoft agent实现的语音复读机- Uses DirectSound and Microsoft agent realization pronunciation
duplicate reading machine
- 2022-06-13 08:40:46下载
- 积分:1
-
本系统在Windows XP系统下编译通过。使用VC环境开发。(robot)
本系统在Windows XP系统下编译通过。使用VC环境开发。(robot)-This system is compiled successfully under Windows XP,developed by vc
- 2022-01-22 15:26:19下载
- 积分:1
-
语音识别与合成入门4,word或压缩包中内有matlab源码
语音识别与合成入门4,word或压缩包中内有matlab源码-speech recognition and synthesis four entry, word or compressed packages within Matlab FOSS
- 2022-01-25 20:42:00下载
- 积分:1
-
ITU G.729库和实例
ITU g.729 lib and examples
- 2022-03-24 08:47:55下载
- 积分:1
-
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=...
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)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R- 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)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R))
- 2022-01-24 14:36:59下载
- 积分:1
-
美国文档语音编码标准在Ti 4800和DSP芯片cntrolle # 39;s…
文件为美军4800bps语音压缩编码标准在TI的DSP芯片TMS320C5X上的实时实现源代码。-document for the U.S. 4800 voice coding standards on TI"s DSP chips cntroller 5X Real-time implementation of the source code.
- 2022-09-11 20:25:03下载
- 积分:1
-
完成基于MFCC的语音识别系统仿真,文件中带有完成语音识别训练的源文件...
完成基于MFCC的语音识别系统仿真,文件中带有完成语音识别训练的源文件-Completion of MFCC-based speech recognition system simulation, document the completion of speech recognition training with the source file
- 2023-02-25 23:00:03下载
- 积分:1