-
用于汉语语调识别的程序,可以识别我们说话中的四个声调。已通过测试...
用于汉语语调识别的程序,可以识别我们说话中的四个声调。已通过测试-Chinese tone recognition for the program, has been tested
- 2022-04-24 16:46:59下载
- 积分:1
-
matlab中wave文件的信号生成功能源代码,欢迎使用
matlab中wave文件的信号生成功能源代码,欢迎使用-Matlab document which wave signals Health successful energy code, welcomed the use of
- 2022-07-26 21:34:47下载
- 积分:1
-
整数的语音合成
可以设置各个镀银的时延,适合初学者使用...
整数的语音合成
可以设置各个镀银的时延,适合初学者使用-Integer speech synthesis can set the delay all silver, for beginners
- 2023-05-02 14:15:03下载
- 积分:1
-
本程序采用Visual C++开发,功能为TextToSpeech.
本程序采用Visual C++开发,功能为TextToSpeech.-This procedure uses Visual C++ Development, function TextToSpeech.
- 2022-08-12 07:37:35下载
- 积分:1
-
do voice stations, has passed testing. Haha
凌阳61做的语音报站,已经通过调试。-do voice stations, has passed testing. Haha
- 2022-02-25 07:41:54下载
- 积分:1
-
语音合成 变速不变调 变调不变速 且每行都有注释 适合学习
语音合成 变速不变调 变调不变速 且每行都有注释 适合学习-The same tune speech synthesis speed transmission and the modulation is not suitable for learning each line has a comment
- 2022-01-22 06:36:15下载
- 积分:1
-
LMS algorithm matlab realize, is the basic functional simulation, the error func...
LMS算法的matlab实现,是基本功能仿真、误差函数曲线等-LMS algorithm matlab realize, is the basic functional simulation, the error function curve, etc.
- 2022-07-26 22:08: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
-
更好的语音解释程序
更好的语音解释程序-voice better explain procedures
- 2022-04-27 16:26:26下载
- 积分:1
-
这是一个流行的语音信号处理工具包,在语音识别方面很有帮助...
这是一个流行的语音信号处理工具包,在语音识别方面很有帮助-This is a popular voice signal processing toolkit, the helpful voice recognition
- 2022-07-20 14:29:59下载
- 积分:1