-
Dialogic源码,包括FAX,TAPI,Voice。
Dialogic源码,包括FAX,TAPI,Voice。-Dialogic source, including FAX, TAPI, Voice.
- 2022-02-12 22:54:10下载
- 积分:1
-
提供信号处理中的Rasta变换的实现过程,并可以给出相应参数。开发环境为VC。...
提供信号处理中的Rasta变换的实现过程,并可以给出相应参数。开发环境为VC。- Provides in the signal processing the Rasta transformation
realization process, and may produce the corresponding parameter. The
development environment is VC.
- 2023-07-09 21:40:04下载
- 积分:1
-
for speech recognition dictionary of Chinese tree, completed 60,000 contribution...
用于语音识别的汉语树形词典,完成了6万词汇的建树操作及相关子节点等的查询处理,主要用于指导语音搜索整个建立时间大概为3分钟-for speech recognition dictionary of Chinese tree, completed 60,000 contribution to the vocabulary and related operations, such as sub-nodes of query processing, Pronunciation guide for the main search the entire building for about three hours minutes
- 2022-05-29 12:05:08下载
- 积分:1
-
HawkVoiceDI Project created and maintained by Phil Frisbie, Jr. lt;phil@hawksoft...
HawkVoiceDI Project created and maintained by Phil Frisbie, Jr. HawkVoiceDI has been tested on the following platforms: Win32 (9x, ME, NT 4.0, 2000, XP, CE) Linux (various flavors) Contributors (code, ideas, comments, motivation, etc.):-HawkVoiceDI Project created and maintained by Phil Frisbie, Jr. lt;phil@hawksoft.comgt; HawkVoiceDI has been tested on the following platforms: Win32 (9x, ME, NT 4.0, 2000, XP, CE) Linux (various flavors) Contributors (code, ideas, comments, motivation, etc.):
- 2022-01-25 17:49:59下载
- 积分:1
-
美国著名的狮身人面像
CMU大名鼎鼎的SPHINX-3大词汇量连续语音识别系统,应用于Unix和Windows,做语音识别的必备工具。-CMU famous SPHINX-3 large vocabulary continuous speech recognition system, used in Unix and Windows, so the essential voice recognition tools.
- 2022-08-20 03:53:47下载
- 积分:1
-
孤立语音识别
任务描述:编写基于DTW算法的孤立词语音识别核心程序,完成孤立词识别的完整流程,包括数据准备,模板制作,识别与测试等。
- 2023-07-30 22:50:03下载
- 积分: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
-
本软件需要东进电话卡的支持 代码完全可靠
本软件需要东进电话卡的支持 代码完全可靠-East into phone cards are supported entirely reliable code
- 2022-02-28 19:24:45下载
- 积分:1
-
几篇关于基音检测的论文.可以看看哈.以后还将传上来
几篇关于基音检测的论文.可以看看哈.以后还将传上来-Several papers on the pitch detection. Can look at Kazakhstan. Later will mass up
- 2022-02-01 20:41:38下载
- 积分:1
-
基于IBM ViaVoice的语音识别系统在上位机和下位机之间的通讯的架构机实现的关键技术机算法!...
基于IBM ViaVoice的语音识别系统在上位机和下位机之间的通讯的架构机实现的关键技术机算法!-Based on the IBM ViaVoice speech recognition system in the host computer and the next bit of communication between machines realize the structure of the key technology machine algorithm!
- 2023-06-23 14:20:04下载
- 积分:1