-
本程序支持实时语音的控制,处理
本程序支持实时语音的控制,处理- This procedure support real-time pronunciation control,
processes
- 2023-07-07 08:35:03下载
- 积分:1
-
为微软SAPI(Text
为微软SAPI(Text-to-Speech API)封装的类- Kind (Text-to-Speech API) seals which for Microsoft SAPI
- 2023-03-11 10:40:03下载
- 积分:1
-
Speech Recognition and Synthesis System. There are a detailed introduction and p...
语音识别与合成系统.
里面有详细的介绍与程序-Speech Recognition and Synthesis System. There are a detailed introduction and procedures
- 2023-01-18 17:50:03下载
- 积分:1
-
基于信号处理的代码,包含基本处理算法。NE…
基于ipp的信号处理代码,几乎包含了处理各种算法。
需要IPP库支持。-based on the signal processing code, contain virtually processing algorithms. Need the support of IPP.
- 2022-01-28 07:48:26下载
- 积分:1
-
海缆无源探测为 dsk6700 的
此文件是好将声音发送到 dsk 6700 和处理的任何声音。您可以配置此代码由 dsk 海缆无源探测格式然后通过调整可以将声音发送到 dsk 的 aic23 编解码器寄存器的端口处理它,然后回 aic23 和 dsk 的输出中听到它。它是任何一个想要使用 dsk 来学习如何初始化 dsk 的好榜样。
- 2022-01-26 03:26:10下载
- 积分:1
-
用VB写的呼叫中心
用VB写的呼叫中心-VB wrote Call Center
- 2022-04-11 19:27:19下载
- 积分:1
-
g.729协议源代码,c语言,直接可以应用(dsp定点化)
g.729协议源代码,c语言,直接可以应用(dsp定点化)
- 2023-02-19 00:50:04下载
- 积分: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
-
CCS下调试通过,基于5416DSP及AIC23的G.711编解码算法。
CCS下调试通过,基于5416DSP及AIC23的G.711编解码算法。-The adoption of CCS under the debugger, based on the 5416DSP and AIC23 codec G.711 algorithm.
- 2022-08-25 05:00:29下载
- 积分:1
-
在LPCC语音识别源代码(线性预测倒谱系数…
本源码为语音识别中lpcc(线性预测倒谱系数)的计算方法。经试验,可用。为方便大家理解,关键语句和函数后面都加上了注释。-The source code for speech recognition in lpcc (Linear Prediction Cepstrum Coefficient) is calculated. After testing, can be used. To facilitate the understanding of everyone, the key behind the statements and functions are added to the Notes.
- 2022-02-15 05:37:20下载
- 积分:1