-
foreigner wrote the original code virtual drum
老 外 写 的 虚 拟 鼓 原 代 码-foreigner wrote the original code virtual drum
- 2023-07-13 21:25:03下载
- 积分:1
-
HTK 解码器
大词汇量语音识别解码工具,你可以在 VC2008 下编译
- 2022-01-28 21:30:14下载
- 积分: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
-
语音文件加窗后比较去零的范围,以及它们的比较图。
语音文件加窗后比较去零的范围,以及它们的比较图。-After the voice file comparison window to increase the scope of zero, and their comparison.
- 2022-01-24 16:25:27下载
- 积分:1
-
凌阳单片机语音范例使用凌阳单片机的多命令语音识别范例
凌阳单片机语音范例使用凌阳单片机的多命令语音识别范例- The use insults the positive monolithic integrated circuit the multi- orders speech recognition model ,C-C++,单片机开发/SCM-Sunplus voice SCM SCM example of the use of multi-Sunplus speech recognition paradigm- The use ins ults the positive monolithic integrated circu it the multi-orders speech recognition model. C-C, SCM Development/SCM
- 2022-02-04 16:18:05下载
- 积分:1
-
gsm语音编码很好
gsm语音编码很好-A very good gsm coding project.
- 2023-07-23 16:15:04下载
- 积分:1
-
此方案基于全极点语音产生模型,编码过程简述如下:首先通过线性预测分析方法提取声道滤波器参数;其次通过合成分析法确定最佳激励矢量;最后将滤波器参数和最佳激励矢量进...
此方案基于全极点语音产生模型,编码过程简述如下:首先通过线性预测分析方法提取声道滤波器参数;其次通过合成分析法确定最佳激励矢量;最后将滤波器参数和最佳激励矢量进行编码传输。-This program is based on all-pole speech production model, the encoding process summarized as follows: First, by linear prediction analysis to extract channel filter parameters followed by analysis by synthesis method to determine the best incentive vector Finally, the filter parameters and the best incentive vector encoded transmission.
- 2022-08-05 15:19:05下载
- 积分:1
-
openphone下载
openphone下载-openphone Download
- 2023-05-13 23:30:03下载
- 积分:1
-
文本语音转换示范代码
文本语音转换示范代码-Text-to-Speech Model code
- 2022-02-03 08:50:22下载
- 积分:1
-
Sun ADPCM compression decompression procedures, including G.721, G.723, G.723 al...
SUN的ADPCM压缩解压程序,包括G.721,G.723,其中G.723又包括16bit,24bit,40bit的压缩解压-Sun ADPCM compression decompression procedures, including G.721, G.723, G.723 also includes 16bit, 24bit, 40bit compression decompression
- 2023-02-09 21:10:03下载
- 积分:1